You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)