Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow script to be run from any location, add parameter validation, standardize output, remove EFS errors #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2018

  1. - Replace prompts with parameters

    - Add/Improve parameter validation
    - Use config file as input to determine file locations
    - Remove use of Write-Host, replace with Write-Verbose/Write-Warning/Write-Error
    - Warn if EFS file encryption failed, instead of error
    davidseibel committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    3f9d067 View commit details
    Browse the repository at this point in the history
  2. - Add parameter validation

    - Allow script to be run from any location
    - Replace use of old VMware PowerCLI snapin with new module
    - Replace use of Write-Host with Write-Verbose/Write-Warning/Write-Error
    - Fix mistyped $sever_serial variable
    davidseibel committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    b4058dd View commit details
    Browse the repository at this point in the history
  3. Update documentation

    davidseibel committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    6bf2c04 View commit details
    Browse the repository at this point in the history