I have a powershell script which updates the BIOS from our Computers.
I would like to supend the bitlocker with this command
"Suspend-BitLocker -MountPoint C: -RebootCount 1"
But only if Bitlocker is enabled.
Is there a chance to do this?
Thank you very much.