Forum Discussion
joemclain
Oct 05, 2022Brass Contributor
Manipulating the registry via Intune push
Our goal is simple: Manipulate the registry as part of application deployment or PowerShell script. Use case: When we install our VPN client, there are a raft of registry updates that need to be ...
jmakhija
Nov 27, 2023Brass Contributor
You can easily Create registry keys using the Intune remediations method or via a Powershell script.
- For creating the reg keys under HKLM, refer to: https://cloudinfra.net/how-to-create-registry-keys-using-intune-remediations/
- For creating the reg keys under HKCU, refer to: https://cloudinfra.net/how-to-create-hkcu-registry-keys-using-intune-remediations/