Resume-BitLocker

Resume Bitlocker encryption for the specified volume.

Syntax
      Resume-BitLocker [-MountPoint] String[]
         [-Confirm] [-WhatIf] [CommonParameters]

Key
   -MountPoint String[]
       An array of drive letters or BitLocker volume objects. This cmdlet suspends protection for the 
       volumes specified. To obtain a BitLocker volume object, use Get-BitLockerVolume.

   -Confirm
       Prompt for confirmation before running the cmdlet.

   -WhatIf
       Show what would happen if the cmdlet runs. The cmdlet is not run.

Standard Aliases for Resume-BitLocker: none, but if you want to add a short alias like rmbl, set it with set-alias

Resume-BitLocker restores encryption on a volume that uses BitLocker Drive Encryption. You can use Suspend-BitLocker to allow users to access encrypted data temporarily.

You can specify a volume by drive letter, or you can specify a BitLocker volume object.
If you specify a BitLocker volume that is not suspended, this cmdlet has no effect on that volume.

An overview of BitLocker Drive Encryption.

This cmdlet was introduced in Windows PowerShell 5.0.

Examples

Resume protection for a volume:

PS C:\> Resume-BitLocker -MountPoint "C:"

“The psychic task which a person can and must set for himself is not to feel secure, but to be able to tolerate insecurity” ~ Erich Fromm

Related PowerShell Cmdlets

Enable-BitLockerAutoUnlock - Enable automatic unlocking for a BitLocker volume.
Suspend-BitLocker - Suspend Bitlocker encryption for the specified volume.


 
Copyright © 1999-2024 SS64.com
Some rights reserved