mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 05:37:22 +00:00
added note about -forcerecovery
This commit is contained in:
parent
2c58c99130
commit
0e15e921dc
@ -100,15 +100,14 @@ Before you create a thorough BitLocker recovery process, we recommend that you t
|
|||||||
|
|
||||||
1. Click the **Start** button, type **cmd** in the **Start Search** box, right-click **cmd.exe**, and then click **Run as administrator**.
|
1. Click the **Start** button, type **cmd** in the **Start Search** box, right-click **cmd.exe**, and then click **Run as administrator**.
|
||||||
2. At the command prompt, type the following command and then press ENTER:
|
2. At the command prompt, type the following command and then press ENTER:
|
||||||
```powershell
|
`manage-bde -forcerecovery <BitLockerVolume>`
|
||||||
`manage-bde -forcerecovery` _BitLockerVolume_
|
|
||||||
```
|
|
||||||
|
|
||||||
**To force recovery for a remote computer**
|
**To force recovery for a remote computer**
|
||||||
|
|
||||||
1. On the Start screen, type **cmd.exe**, and then click **Run as administrator**.
|
1. On the Start screen, type **cmd.exe**, and then click **Run as administrator**.
|
||||||
2. At the command prompt, type the following command and then press ENTER:
|
2. At the command prompt, type the following command and then press ENTER:
|
||||||
`manage-bde. -ComputerName` _RemoteComputerName_ `-forcerecovery` _BitLockerVolume_
|
`manage-bde. -ComputerName <RemoteComputerName> -forcerecovery <BitLockerVolume>`
|
||||||
|
|
||||||
> **Note:** Recovery triggered by `-forcerecovery` persists for multiple restarts until a TPM protector is added or protection is suspended by the user.
|
> **Note:** Recovery triggered by `-forcerecovery` persists for multiple restarts until a TPM protector is added or protection is suspended by the user.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user