Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Saturday, July 13, 2019 9:49 AM
bit locker is enabled or disabled from list of machines how to check PowerShell script note winrm is not enabled on remote machines then how to pull bitlocker status via powershell
All replies (2)
Monday, July 15, 2019 3:07 AM
Hi,
With this powershell command, you can check the bitlocker status on a volume:
manage-bde -status c:
For a remote host:
manage-bde -status -computername **computername**
For more information, please refer to the following article:
How to get BitLocker Encryption Status for multiple computers (PowerShell)
Hope this can help you. If the reply is useful, please help to mark it as an answer.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, July 17, 2019 8:34 AM
Hi,
Was your issue solved?
If the reply helped you, please remember to mark it as an answer.
If no, please reply and tell us the current situation in order to provide further help.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].