Skip to content

v1.2.0

Compare
Choose a tag to compare
@mhendric mhendric released this 06 Jan 01:00
· 53 commits to dev since this release
3475f35
  • Converted appveyor.yml to install Pester from PSGallery instead of from
    Chocolatey.
  • Added Codecov support.
  • Updated appveyor.yml to use the one in template.
  • Added folders for future unit and integration tests.
  • Added Visual Studio Code formatting settings.
  • Added .gitignore file.
  • Added markdown lint rules.
  • Fixed encoding on README.md.
  • Added PowerShellVersion = '4.0', and updated copyright information, in the
    module manifest.
  • Fixed issue which caused Test to incorrectly succeed on fully decrypted
    volumes when correct Key Protectors were present
    (issue #13)
  • Fixed issue which caused xBLAutoBitlocker to incorrectly detect Fixed vs
    Removable volumes.
    (issue #11)
  • Fixed issue which made xBLAutoBitlocker unable to encrypt volumes with drive
    letters assigned.
    (issue #10)
  • Fixed an issue in CheckForPreReqs function where on Server Core the
    installation of the non existing Windows Feature
    'RSAT-Feature-Tools-BitLocker-RemoteAdminTool' was erroneously checked.
    (issue #8)