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

xBitlockerCommon.psm1 does not handle Enabling AutoUnlock on existing volumes #6

Closed
andrewcr7 opened this issue Sep 14, 2016 · 0 comments · Fixed by #28
Closed

xBitlockerCommon.psm1 does not handle Enabling AutoUnlock on existing volumes #6

andrewcr7 opened this issue Sep 14, 2016 · 0 comments · Fixed by #28
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@andrewcr7
Copy link

The code in lines 234-238 of /Misc/xBitlockerCommon.psm1 which enables BitLocker AutoUnlock is only reached in the process of enabling BitLocker on a new volume.

If it encounters a BitLocker volume which already exists, no action is taken and the following is logged in the verbose output

[[xBLAutoBitlocker]AutoBitlocker] AutoUnlock is not enabled for MountPoint: ?\Volume{guid}\

It would be more useful for ongoing configs if the setting could be re-applied or toggled.

@andrewcr7 andrewcr7 changed the title xBitlockerCommon.psm1 does not handle Enabling AutoUnlock on existing drives xBitlockerCommon.psm1 does not handle Enabling AutoUnlock on existing volumes Sep 14, 2016
@kwirkykat kwirkykat added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants