mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Merge pull request #423 from benhopperau/patch-1
Update bitlocker-basic-deployment.md
This commit is contained in:
commit
fe38a85bdc
@ -523,7 +523,7 @@ Decryption with Windows PowerShell cmdlets is straightforward, similar to manage
|
|||||||
Using the Disable-BitLocker command, they can remove all protectors and encryption at the same time without the need for additional commands. An example of this command is:
|
Using the Disable-BitLocker command, they can remove all protectors and encryption at the same time without the need for additional commands. An example of this command is:
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
DisableBitLocker
|
Disable-BitLocker
|
||||||
```
|
```
|
||||||
If a user did not want to input each mount point individually, using the `-MountPoint` parameter in an array can sequence the same command into one line without requiring additional user input. An example command is:
|
If a user did not want to input each mount point individually, using the `-MountPoint` parameter in an array can sequence the same command into one line without requiring additional user input. An example command is:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user