Update bitlocker-basic-deployment.md

Small type in the Disable-Bitlocker PowerShell command
This commit is contained in:
benhopperau
2018-01-16 15:28:28 +10:00
committed by GitHub
parent 22bb9e99d8
commit 4261babb6c

View File

@ -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:
``` 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: