From 4261babb6cec6145641952e5fee4c7c9981c97ed Mon Sep 17 00:00:00 2001 From: benhopperau Date: Tue, 16 Jan 2018 15:28:28 +1000 Subject: [PATCH] Update bitlocker-basic-deployment.md Small type in the Disable-Bitlocker PowerShell command --- windows/device-security/bitlocker/bitlocker-basic-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/device-security/bitlocker/bitlocker-basic-deployment.md b/windows/device-security/bitlocker/bitlocker-basic-deployment.md index aff7061622..8a37191b30 100644 --- a/windows/device-security/bitlocker/bitlocker-basic-deployment.md +++ b/windows/device-security/bitlocker/bitlocker-basic-deployment.md @@ -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: