

TPM chipset is hardware based sits on motherboard and does specific functions.More information about TPM and Bitlocker,read (v=vs.85).aspx On physical machines, to do bitlocker encryption,you must have TPM chipset enabled and activated. Login to test PC (windows 8.1/Windows 10) ,check if MBAM Agent 2.5 SP1 is deployed or not. Įdit the deployment type to change the name of the DT (like MBAM Client 2.5 SP1 X64,if deploying 32bit then X86) ,requirements tab to limit this to workstations (win8,Win10 etc) and other properties if needed.ĭeploy the application to Distribution point Group/Distribution and deploy to collection. Create application as you do for other MSI’s. Lets create Application using this MSI file and deploy to our MBAM_client_2.5SP1 Collection. Select * from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Workstation%" and SMS_R_System.Client = "1" In my lab,I used following Query based rule to add all workstations with Client Agent=Yes We will now copy the MSI file to our Source folder in SCCM server.Ĭreate collection called MBAM_client_2.5SP1 and add few test computers (windows8 and Windows 10) to it. exe file to deploy MBAM Agent using command line: MBAMClientSetup.exe /acceptEula=YesĬommand line installation for MSI: msiexec /i "MSI file name" /qn REBOOT=ReallySuppress If you don’t want to go with MSI file,can still use. MBAMClientSetup.exe : is the actual file trying to extractĭ:\MBAMClient\MbamClientSetup: Path to extract MSI exe file is : MBAMClientSetup.exe /extract "D:\MBAMClient\MbamClientSetup" /acceptEula=Yes msi and then import into SCCM application deployment method.

We will try to extract MbamClientSetup.exe to get.

exe files as shown below for X64 ,same applicable to X86 (clientsetup) also. If you look into the MBAM installer file in MDOP 2015, you will find only 2. However, you can extract the MSI from the executable file (.exe) that is included with the product. In earlier versions of MBAM ,it usually ships with MSI which can be directly import to SCCM /GPO where as in MBAM 2.5 SP1, a separate MSI is no longer included with the MBAM product. In this Part 6 of MBAM 2.5 SP1 multi series guide ,we will create collection ,application for MBAM 2.5 SP1 agent and deploy to our Clients and do the bitlocker encryption stuff. adml templates to our Domain controller ,Created GPO for workstation OU and deployed it. In part 5 here ,we have downloaded the MDOP 2015 templates ,extracted,copied MBAM 2.5 SP1.
