Configuring MBAM 2.5 Server Features by Using Windows PowerShell
Tuotteet: Microsoft BitLocker Administration and Monitoring 2.5
After you install the Server software, you can use configure Server features by using Windows PowerShell cmdlets or the MBAM Server Configuration wizard. This topic describes how to configure by using the Windows PowerShell cmdlets. To use the wizard instead, see Configuring the MBAM 2.5 Server Features.
In this topic
This topic includes the following information about using Windows PowerShell to configure MBAM:
How to load Windows PowerShell Help for MBAM 2.5
How to get Help about an MBAM Windows PowerShell cmdlet
Configurations that you can do only with Windows PowerShell but not with the MBAM Server Configuration wizard
Prerequisites and requirements for using Windows PowerShell to configure MBAM Server features
Using Windows PowerShell to configure MBAM on a remote computer
Required accounts and corresponding Windows PowerShell cmdlet parameters
For information about the Get-MbamBitLockerRecoveryKey and Get-MbamTPMOwnerPassword Windows PowerShell cmdlets, which are used to administer MBAM, see Using Windows PowerShell to Administer MBAM 2.5.
How to load Windows PowerShell Help for MBAM 2.5
For a list of the Windows PowerShell cmdlets on TechNet, see Microsoft Desktop Optimization Pack Automation with Windows PowerShell.
To load the Help for Windows PowerShell cmdlets after installing the MBAM Server software
Open Windows PowerShell or Windows PowerShell Integrated Scripting Environment (ISE).
Type Update-Help –Module Microsoft.MBAM.
How to get Help about an MBAM Windows PowerShell cmdlet
Windows PowerShell Help for MBAM is available in the following formats:
Windows PowerShell Help format | More information |
---|---|
At a Windows PowerShell command prompt, type Get-Help <cmdlet> |
To upload the latest Windows PowerShell cmdlets, follow the instructions in the previous section on how to load Windows PowerShell Help for MBAM. |
On TechNet as webpages |
https://go.microsoft.com/fwlink/?LinkId=393498 |
On the Download Center as a Word .docx file |
https://go.microsoft.com/fwlink/?LinkId=393497 |
On the Download Center as a .pdf file |
https://go.microsoft.com/fwlink/?LinkId=393499 |
Configurations that you can do only with Windows PowerShell but not with the MBAM Server Configuration wizard
Configurations that you can do only by using Windows PowerShell | Details |
---|---|
Install the web services on a separate computer from the web applications. |
Using the wizard, you must install the web services and web applications on the same computer. |
Enable reports on a separate reporting services point without installing all of the Configuration Manager objects. |
|
Delete all of the objects from Configuration Manager. |
Deleting the objects in turn deletes all of the compliance data from Configuration Manager. |
Enter a custom connection string for the databases. |
Example: To configure the web applications to work with mirroring, you must use the Enable-MbamWebApplication cmdlet to specify the appropriate failover partner syntax in the connection string. |
Skip validation and configure a feature even though the prerequisite check failed. |
Huomautus
You cannot disable the MBAM databases with a Windows PowerShell cmdlet or the MBAM Server Configuration wizard. To prevent the accidental removal of your compliance and audit data, database administrators must remove databases manually.
Prerequisites and requirements for using Windows PowerShell to configure MBAM Server features
Before starting the configuration, complete the following prerequisites.
Account-related prerequisites
Prerequisite | Details or additional information |
---|---|
Create the required accounts. |
See section Required accounts and corresponding Windows PowerShell cmdlet parameters later in this topic. |
User accounts and groups that you pass as parameters to the Windows PowerShell cmdlets must be valid accounts in the domain. |
You cannot use local accounts. |
Specify accounts in the down-level format. |
Examples: domainNetBiosName\user |
Permission-related prerequisites
Prerequisite | Details or additional information | ||||||||
---|---|---|---|---|---|---|---|---|---|
You must be an administrator on the local computer where you are configuring the MBAM feature. |
|||||||||
Use an elevated Windows PowerShell command prompt to run all Windows PowerShell cmdlets. |
|||||||||
For the Enable-MbamDatabase cmdlet only: You must have "create any database" permissions on the instance of the target Microsoft SQL Server database. This user account must be a part of the local administrators group or the Backup Operators group to register the MBAM Volume Shadow Copy Service (VSS) Writer. |
By default, the database administrator or system administrator has the required "create any database" permissions. For more information about VSS Writer, see Volume Shadow Copy Service. |
||||||||
For the System Center Configuration Manager Integration feature only: The user who enables this feature must have these rights in Configuration Manager: |
|
Using Windows PowerShell to configure MBAM on a remote computer
When to use this capability |
When you want to configure the Server features on a remote computer. The Windows PowerShell cmdlets are running on one computer, and you are configuring the features on a different, remote computer. |
What you have to do |
To use Windows PowerShell to configure Server features on a remote computer, you must:
|
Why you have to do it |
This protocol enables the Windows PowerShell cmdlets to connect to Active Directory Domain Services by using the user’s administrative credentials. You might get a validation error if you start the Windows PowerShell session without this protocol. |
How to start a Windows PowerShell session with the CredSSP protocol |
Type the following code at the Windows PowerShell prompt:
The following code shows an example.
|
Required accounts and corresponding Windows PowerShell cmdlet parameters
The following table describes the accounts that are required to configure Server features. It also lists the corresponding Windows PowerShell cmdlet and parameter for which you have to specify the account during configuration.
Cmdlet | Parameter | Type (User or Group) | Description | ||
---|---|---|---|---|---|
Enable-MBAMDatabase |
AccessAccount |
User or Group |
Specify a domain user or group that has read/write permission to this database to give the web applications access to data and reports in this database. If the value is a domain user, then the WebServiceApplicationPoolCredential parameter that is used when running the Enable-MbamWebApplication cmdlet must use the same user account. If the value is a domain Users group, then the domain account that is used by the WebServiceApplicationPoolCredential parameter must be a member of this group. |
||
ReportAccount |
User or Group |
Specify a domain user or Users group that has read-only permission to this database to provide the MBAM reports access to the compliance and audit data. If the value is a domain user, then the ComplianceAndAuditDBCredential parameter of the Enable-MbamReport cmdlet must use the same user account. If the value is a domain Users group, then the domain account that is used by the ComplianceAndAuditDBCredential parameter must be a member of this group. |
|||
Enable-MbamReport |
ComplianceAndAuditDBCredential |
User |
Specifies the administrative credential that the local SSRS instance uses to connect to the MBAM Compliance and Audit Database. The domain user in the administrative credential must be the same as the user account that is used for the ReportAccount parameter, which is used while running the Enable-MbamDatabase cmdlet. If a domain Users group was used with the ReportAccount parameter, this account should be a member of that group.
|
||
ReportsReadOnlyAccessGroup |
Group |
Specifies the domain user group that has read permissions to the reports. The specified group must be the same group that is used for the ReportsReadOnlyAccessGroup parameter in the Enable-MbamWebApplication cmdlet. |
|||
Enable-MBAMWebApplication |
|
|
|
||
AdvancedHelpdeskAccessGroup |
Group |
Specifies the domain Users group that has access to all areas of the Administration and Monitoring Website except the Reports area. |
|||
HelpdeskAccessGroup |
Group |
Specifies the domain Users group that has access to the Manage TPM and Drive Recovery areas of the Administration and Monitoring Website. |
|||
ReportsReadOnlyAccessGroup |
Group |
Specifies the domain Users group that has read permission to the Reports area of the Administration and Monitoring Website. The specified group must be the same group that is used for the ReportsReadOnlyAccessGroup parameter in the Enable-MbamReport cmdlet. |
|||
WebServiceApplicationPoolCredential |
User |
Specifies the domain user to be used by the application pool for the MBAM web applications. It must be the same domain user account that is specified in the AccessAccount parameter of the Enable-MbamDatabase cmdlet. If a domain Users group was used by the AccessAccount parameter when running the Enable-MbamDatabase cmdlet, the domain user that is specified here must be a member of that group. If you do not specify the administrative credentials, the administrative credentials that were specified by any previously enabled web application are used. All of the web applications use the same application pool identity. If it is specified multiple times, the most recently specified value is used.
|
Got a suggestion for MBAM?
Add or vote on suggestions here. For MBAM issues, use the MBAM TechNet Forum.
Katso myös:
Validating the MBAM 2.5 Server Feature Configuration
Using Windows PowerShell to Administer MBAM 2.5