Collection based on Bit locker volume existence?
I'm working on getting an environment compliant with bitlocker and since there are a few steps with reboots in between, I was needing to create a collection based on computers that have an existing bitlocker volume. A powershell query that exists seems to return value from this output: $SystemDriveBitLockerRDY = Get-BitLockerVolume -MountPoint $env:SystemDrive -ErrorAction SilentlyContinue
If there is no return (!$SystemDriveBitLockerRDY) then we would proceed to Partition System Drive for BitLocker.
So is there a way to create a collection based off this so I can target them with a PDQ deployment? I didn't see Powershell in the scan profile.
Please sign in to leave a comment.
Comments
1 comment