Merge pull request #423 from benhopperau/patch-1

Update bitlocker-basic-deployment.md
This commit is contained in:
Brian Lich 2018-01-16 07:10:56 -08:00 committed by GitHub
commit fe38a85bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: