mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-19 08:47:22 +00:00
Update bitlocker-how-to-deploy-on-windows-server.md
This commit is contained in:
parent
8373aba86b
commit
d7cc8168cf
@ -33,11 +33,11 @@ This topic explains how to deploy BitLocker on Windows Server 2012 and later ver
|
|||||||
3. With the **Add Roles and Features** wizard open, select **Next** at the **Before you begin** pane (if shown).
|
3. With the **Add Roles and Features** wizard open, select **Next** at the **Before you begin** pane (if shown).
|
||||||
**Question: Which is the icon to click if the "Before you begin" pane is not shown?**
|
**Question: Which is the icon to click if the "Before you begin" pane is not shown?**
|
||||||
4. Select **Role-based or feature-based installation** on the **Installation type** pane of the **Add Roles and Features** wizard and select **Next** to continue.
|
4. Select **Role-based or feature-based installation** on the **Installation type** pane of the **Add Roles and Features** wizard and select **Next** to continue.
|
||||||
5. Select the **Select a server from the server pool option** in the **Server Selection** pane and confirm the server on which the BitLocker feature is to be installed.
|
5. Select the **Select a server from the server pool** option in the **Server Selection** pane and confirm the server on which the BitLocker feature is to be installed.
|
||||||
**Question: Can "Option"be unbolded?**
|
|
||||||
6. Select **Next** on the **Server Roles** pane of the **Add Roles and Features** wizard to proceed to the **Features** pane.
|
6. Select **Next** on the **Server Roles** pane of the **Add Roles and Features** wizard to proceed to the **Features** pane.
|
||||||
**Note**: Server roles and features are installed by using the same wizard in Server Manager.
|
**Note**: Server roles and features are installed by using the same wizard in Server Manager.
|
||||||
7. Select the check box next to **BitLocker Drive Encryption** within the **Features** pane of the **Add Roles and Features** wizard. The wizard shows the additional management features available for BitLocker. If you do not want to install these features, deselect the **Include management tools option** and select **Add Features**. Once optional features selection is complete, select **Next** to proceed in the wizard.
|
7. Select the check box next to **BitLocker Drive Encryption** within the **Features** pane of the **Add Roles and Features** wizard. The wizard shows the additional management features available for BitLocker. If you do not want to install these features, deselect the **Include management tools
|
||||||
|
** and select **Add Features**. Once optional features selection is complete, select **Next** to proceed in the wizard.
|
||||||
|
|
||||||
> **Note:** The **Enhanced Storage** feature is a required feature for enabling BitLocker. This feature enables support for encrypted hard drives on capable systems.
|
> **Note:** The **Enhanced Storage** feature is a required feature for enabling BitLocker. This feature enables support for encrypted hard drives on capable systems.
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ Install-WindowsFeature BitLocker -IncludeAllSubFeature -IncludeManagementTools -
|
|||||||
### Using the dism module to install BitLocker
|
### Using the dism module to install BitLocker
|
||||||
|
|
||||||
The `dism` Windows PowerShell module uses the `Enable-WindowsOptionalFeature` cmdlet to install features. The BitLocker feature name for BitLocker is `BitLocker`. The `dism` module does not support wildcards when searching for feature names. To list feature names for the `dism` module, use the `Get-WindowsOptionalFeatures` cmdlet. The following command will list all of the optional features in an online (running) operating system.
|
The `dism` Windows PowerShell module uses the `Enable-WindowsOptionalFeature` cmdlet to install features. The BitLocker feature name for BitLocker is `BitLocker`. The `dism` module does not support wildcards when searching for feature names. To list feature names for the `dism` module, use the `Get-WindowsOptionalFeatures` cmdlet. The following command will list all of the optional features in an online (running) operating system.
|
||||||
**Question: The phrase "The Bitlocker feature name for BitLockwer is 'BitLocker'" needs clarification.
|
**Question: The phrase "The Bitlocker feature name for BitLocker is 'BitLocker'" needs clarification.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Get-WindowsOptionalFeature -Online | ft
|
Get-WindowsOptionalFeature -Online | ft
|
||||||
|
Loading…
x
Reference in New Issue
Block a user