Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 2.41 KB

Enable-BitLockerAutoUnlock.md

File metadata and controls

103 lines (73 loc) · 2.41 KB
external help file Module Name online version schema
Bitlocker_Cmdlets.xml
BitLocker
2.0.0

Enable-BitLockerAutoUnlock

SYNOPSIS

Enables automatic unlocking for a BitLocker volume.

SYNTAX

Enable-BitLockerAutoUnlock [-MountPoint] <String[]> [-Confirm] [-WhatIf]

DESCRIPTION

The Enable-BitLockerAutoUnlock cmdlet enables automatic unlocking for a volume protected by BitLocker Disk Encryption.

You can configure BitLocker to automatically unlock volumes that do not host an operating system. After a user unlocks the operating system volume, BitLocker uses encrypted information stored in the registry and volume metadata to unlock any data volumes that use automatic unlocking.

For an overview of BitLocker, see BitLocker Drive Encryption Overviewhttp://technet.microsoft.com/en-us/library/cc732774.aspx (http://technet.microsoft.com/en-us/library/cc732774.aspx) on TechNet.

EXAMPLES

Example 1: Enable automatic unlocking

PS C:\>Enable-BitLockerAutoUnlock -MountPoint "E:"

This command enables automatic unlocking for the specified BitLocker volume.

PARAMETERS

-MountPoint

Specifies an array of drive letters or BitLocker volume objects. The cmdlet enables automatic unlocking for the volumes specified. To obtain a BitLocker volume object, use the Get-BitLockerVolume cmdlet.

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue, ByPropertyName)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

BitLockerVolume[], String[]

OUTPUTS

BitLockerVolume[]

NOTES

RELATED LINKS

Clear-BitLockerAutoUnlock

Disable-BitLockerAutoUnlock

Get-BitLockerVolume