How to configure macros & self signed certificate using Intune.
Recently, I worked on a requirement for configuring a Macro as part of standard build for devices being provisioned using Autopilot. As of now, there is no single complete solution available out of the box in Intune to achieve this and there are a number of steps involved in the process. At a high-level, the process involves the following: 1. Install the Macro on a reference device. 2. Create a self-signing certificate on the same reference device. 3. Add the certificate against the Macro and capture the .OTM file. 4. Export the certificate as a Base 64 code. 5. Configure the Trust setting policy in Intune. 6. Create a Win32 app to copy the .OTM file in the user’s profile path. 7. Configure the CSP in Intune to deploy the certificate in Root CA & Trusted...