windows-itpro-docs/mdop/mbam-v25/how-to-deploy-the-mbam-client-by-using-a-command-line.md
2016-06-16 11:04:55 -07:00

2.9 KiB

title, description, author, ms.assetid, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod
title description author ms.assetid ms.pagetype ms.mktglfcycl ms.sitesec ms.prod
How to Deploy the MBAM Client by Using a Command Line How to Deploy the MBAM Client by Using a Command Line jamiejdt ac1d4ffe-c26d-41c9-9737-a4f2b37fde24 mdop, security manage library w10

How to Deploy the MBAM Client by Using a Command Line

You can use a command line to deploy the Microsoft BitLocker Administration and Monitoring (MBAM) Client software.

Command Line to deploy the MBAM Client software

Type the following command at the command prompt to automatically accept the end user license agreement when deploying the MBAM Client software.

MBAMClientSetup.exe /acceptEula=Yes

Note   The /ju and /jm command-line options are not supported and cannot be used to install the MBAM Client software.

 

Type the following command at the command prompt to extract and install the MSP:

MBAMClientSetup.exe /extract <path to extract MSI> /acceptEula=Yes

Then, install the MSI silently by running the following command:

msiexec /i <path to extracted MSI> /qb ALLUSERS=1 REBOOT=ReallySuppress

Note   Beginning in MBAM 2.5 SP1, a separate MSI is no longer included with the MBAM product. However, you can extract the MSI from the executable file (.exe) that is included with the product, after accepting the EULA.

 

OPTIN_FOR_MICROSOFT_UPDATES=1 command-line option

You can optionally specify the command-line option OPTIN_FOR_MICROSOFT_UPDATES=1 during the Client software installation to automatically install Microsoft Updates on client computers. Specifying this option makes Microsoft Update automatically start and search for available updates to install after the Client software installation finishes.

You can use this command-line option with either of the following installation methods.

Install the MBAM Client software by using Example

MBAMClientSetup.exe

MbamClientSetup.exe OPTIN_FOR_MICROSOFT_UPDATES=1

msiexec /i MBAMClient.msi

msiexec /i MBAMClient.msi OPTIN_FOR_MICROSOFT_UPDATES=1

 

Got a suggestion for MBAM? Add or vote on suggestions here. Got a MBAM issue? Use the MBAM TechNet Forum.

Deploying the MBAM 2.5 Client