Hi,
In my case, I wanna deploy a Powershell script for Bitlocker through MBAM. On Desktop Central, I deployed the following script as a package under "Software Deployment":
"powershell.exe -ExecutionPolicy RemoteSigned -file Invoke-MbamClientDeployment.ps1"
However, it requires some specific parameters, such as "Recovery Service Endpoint". So what does the revised syntax should be on Desktop Central? For example, here is the command line, which has been successfully run on Powershell:
The problem here is that I failed to specify the parameters behind the customized Powershell script on Desktop Central.