Enable-BitLocker -MountPoint "C:" -EncryptionMethod Aes128 -AdAccountOrGroup "Western\SarahJones" -AdAccountOrGroupProtector This command encrypts the BitLocker volume specified by the MountPoint parameter, and uses the AES 128 encryption method. The command also specifies an account and specifies ...
Enable-BitLocker cmdlet 不允许它在远程计算机上运行。但您可以使用 PowerShell 远程处理(通过 WinRM)和 Invoke-Command cmdlet 来运行它。以下 PowerShell 脚本提示您输入远程计算机的名称以及将用于加密系统驱动器的 BitLocker 密码:$Password = Read-Host -Prompt "Enter BitLocker Password" -AsSecureString $rmtC...
Parameter Set: __AllParameterSets Enable-BitLocker [-MountPoint] <String[]> [-EncryptionMethod <BitLockerVolumeEncryptionMethodOnEnable> {Aes128 | Aes256 | Hardware} ] [-HardwareEncryption] [-SkipHardwareTest] [-UsedSpaceOnly] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: AdAccoun...
Enable-BitLocker cmdlet 不允许它在远程计算机上运行。但您可以使用 PowerShell 远程处理(通过 WinRM)和 Invoke-Command cmdlet 来运行它。 以下PowerShell 脚本提示您输入远程计算机的名称以及将用于加密系统驱动器的 BitLocker 密码: $Password = Read-Host -Prompt "Enter BitLocker Password" -AsSecureString $rmtCo...
Step 1. To open an Elevated Command Prompt window via the Run box, press Windows key + R to bring up the Run menu. Then, type cmd but instead of pressing Enter directly, press Ctrl + Shift + Enter to open it with administrative privileges. You’ll then be prompted by a UAC (User...
Run the following command to enable BitLocker on the C drive, store the recovery key on the Y drive, and generate a random recovery password. manage-bde -on C: -RecoveryKey Y: -RecoveryPasswordBitLocker Drive Encryption: Configuration Tool version 6.1.7100 ...
Enable-BitLockerAutoUnlock Get-BitLockerVolume Lock-BitLocker Remove-BitLockerKeyProtector Resume-BitLocker Suspend-BitLocker Unlock-BitLocker BitsTransfer BootEventCollector BranchCache ClusterAwareUpdating ConfigCI DcbQoS Deduplication Defender DefenderPerformance ...
配置管理 enable bitlocker 启用BitLocker 加密驱动器 disable bitlocker 禁用BitLocker 加密驱动器 加密状态 status 显示加密驱动器的当前加密状态 恢复密钥管理 backup recoverykey 将恢复密钥备份到指定位置 restore recoverykey 从备份中恢复恢复密钥 高级功能 export 导出BitLocker 配置信息到文件 import 从文件导入 BitLocke...
The first command uses the ConvertTo-SecureString cmdlet to create a secure string that contains a password and saves it in the $SecureString variable. For more information about the ConvertTo-SecureString cmdlet, type Get-Help ConvertTo-SecureString. The second command unlocks the specified BitLocke...
The second command unlocks the specified BitLocker volume by using the password saved in the $SecureString variable. Parameters -AdAccountOrGroup Indicates that BitLocker requires account credentials to unlock the volume. In order to use this parameter, the account for the current user must be a ke...