Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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.

0

Comments

1 comment
Date Votes
  • enter image description here

    This is how I'm doing it.

    0