

- WINDOWS SERVER 2016 REMOTE DESKTOP SAVE PASSWORD INSTALL
- WINDOWS SERVER 2016 REMOTE DESKTOP SAVE PASSWORD PASSWORD
- WINDOWS SERVER 2016 REMOTE DESKTOP SAVE PASSWORD WINDOWS
Enable BitLocker with the GUI on the operating system drive As with installing BitLocker, we can accomplish this with either the GUI or PowerShell. The last step in setting up BitLocker on our server is encrypting the drive. I also like to select Omit recovery options from the BitLocker setup wizard for fixed/data drives. Like you did for the operating system drives, select the Do not enable BitLocker until recovery information is stored to AD DS for fixed data drives check box.
WINDOWS SERVER 2016 REMOTE DESKTOP SAVE PASSWORD WINDOWS
Go to Computer Configuration > Policies > Administrative Templates > Windows Components > BitLocker Drive Encryption > Fixed Data Drives > Choose how BitLocker-protected fixed drives can be recovered and set it to Enabled.Ĭhoose how BitLocker-protected fixed drives can be recovered Next, we’ll need to do the same thing for fixed/data drives. I also like to select Omit recovery options from the BitLocker setup wizard. In addition to the default settings, select the Do not enable BitLocker until recovery information is stored to AD DS for operating system drives check box. Go to Computer Configuration > Policies > Administrative Templates > Windows Components > BitLocker Drive Encryption > Operating System Drives > Choose how BitLocker-protected operating system drives can be recovered and set it to Enabled.Ĭhoose how BitLocker-protected operating system drives can be recovered In a Group Policy Object (GPO) that is linked to the Organizational Unit (OU) where your servers are located, right-click the GPO and choose Edit. If the machine is in Active Directory, we can configure a few settings in Group Policy to ensure that the recovery information is saved. Should something happen to a server that requires this information, not having it means you’ll have to recover the system from a backup. Configuring backup of BitLocker recovery information ^Įscrowing your BitLocker recovery information is an incredibly important step in encrypting your servers.

WINDOWS SERVER 2016 REMOTE DESKTOP SAVE PASSWORD INSTALL
Both of us think this is most likely just a bug because you can resolve it by rebooting after the initial reboot that is needed to install BitLocker on Windows Server 2012 R2. Michael encountered this error in a VirtualBox VM, and I was able to confirm it on a Hyper-V VM. Unspecified Error when using BitLocker GUI tools If you try to use the BitLocker GUI tools by going to Control Panel > BitLocker Drive Encryption or by going to the Start screen and searching for the BitLocker tools by typing “BitLocker,” you may receive some variation of the error C:\Users\%username%\AppD…\Classic_.settingcontent-ms – Unspecified error. To install BitLocker Drive Encryption using PowerShell, open a PowerShell window with Administrator rights and run the following command: Install-WindowsFeature BitLocker –IncludeAllSubFeature -IncludeManagementTools -Restart Unspecified error Accept the reboot warning by clicking Yes, and then click Install one last time. The install process will require a reboot select Restart the destination server automatically if required and click Install. Include management tools for BitLocker Drive EncryptionĬlick Next when you’re taken back to the Select Features window. When prompted, select the Include management tools (if applicable) check box and click Add Features.

Install BitLocker Drive Encryption in Add Roles and Features Wizard On the Features window, click the BitLocker Drive Encryption check box. Click Next on the Before You Begin screen and Next again on the installation type, leaving Role-based or feature-based installation as the default.

In the Server Manager, click Add roles and features. To install it, we’ll need to either use the GUI or run a PowerShell command. Installing BitLocker ^īitLocker Drive Encryption is not installed by default on Windows Server. BitLocker Drive Encryption is not supported for booting VHD/VHDX files, but it is supported for data drives.
WINDOWS SERVER 2016 REMOTE DESKTOP SAVE PASSWORD PASSWORD
Without the TPM, a USB startup key or startup password is necessary for the server at every boot.įor this tutorial, the server also needs to be domain-joined because we need a way to back up the BitLocker recovery keys if the server runs into trouble and needs those keys.įor encrypting boot volumes, you’ll have to use physical hardware. TPM version 2.0 adds some additional features, such as Connected Standby, but most servers aren’t going to use that feature. As with client systems, BitLocker requires a Trusted Platform Module (TPM) version 1.2 or later.
