Created
September 4, 2018 10:42
-
-
Save mczerniawski/e6847ad65ad3d1c3dfeda1ba6e2a2a1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $BitLockerVolumes = Get-BitLockerVolume | |
| foreach ($blv in $BitLockerVolumes) { | |
| BackupToAAD-BitLockerKeyProtector -MountPoint $blv.MountPoint -KeyProtectorId (($blv.KeyProtector)[1] | Select-Object -ExpandProperty KeyProtectorID) | |
| } | |
| ComputerName: NBMCZERNIAWSKI2 | |
| VolumeType Mount CapacityGB VolumeStatus Encryption KeyProtector AutoUnlock Protection | |
| Point Percentage Enabled Status | |
| ---------- ----- ---------- ------------ ---------- ------------ ---------- ---------- | |
| OperatingSystem C: 236.22 FullyEncrypted 100 {Tpm, RecoveryPassword} On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment