mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-25 03:37:23 +00:00
Merged PR 14375: removed incorrect ps example
removed incorrect ps example
This commit is contained in:
commit
424459b1ea
@ -7,7 +7,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
author: brianlic-msft
|
author: brianlic-msft
|
||||||
ms.date: 02/04/2019
|
ms.date: 02/19/2019
|
||||||
---
|
---
|
||||||
|
|
||||||
# BitLocker: How to deploy on Windows Server 2012 and later
|
# BitLocker: How to deploy on Windows Server 2012 and later
|
||||||
@ -41,12 +41,7 @@ Windows PowerShell offers administrators another option for BitLocker feature in
|
|||||||
|
|
||||||
### Using the servermanager module to install BitLocker
|
### Using the servermanager module to install BitLocker
|
||||||
|
|
||||||
The `servermanager` Windows PowerShell module can use either the `Install-WindowsFeature` or `Add-WindowsFeature` to install the BitLocker feature. The `Add-WindowsFeature` cmdlet is merely a stub to the `Install-WindowsFeature`. This example uses the `Install-WindowsFeature` cmdlet. The feature name for BitLocker in the `servermanager` module is `BitLocker`. This can be determined using the `Get-WindowsFeature` cmdlet with a query such as:
|
The `servermanager` Windows PowerShell module can use either the `Install-WindowsFeature` or `Add-WindowsFeature` to install the BitLocker feature. The `Add-WindowsFeature` cmdlet is merely a stub to the `Install-WindowsFeature`. This example uses the `Install-WindowsFeature` cmdlet. The feature name for BitLocker in the `servermanager` module is `BitLocker`.
|
||||||
|
|
||||||
``` syntax
|
|
||||||
Get-WindowsFeature Bit
|
|
||||||
```
|
|
||||||
The results of this command displays a table of all of the feature names beginning with “Bit” as their prefix. This allows you to confirm that the feature name is `BitLocker` for the BitLocker feature.
|
|
||||||
|
|
||||||
By default, installation of features in Windows PowerShell does not include optional sub-features or management tools as part of the install process. This can be seen using the `-WhatIf` option in Windows PowerShell.
|
By default, installation of features in Windows PowerShell does not include optional sub-features or management tools as part of the install process. This can be seen using the `-WhatIf` option in Windows PowerShell.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user