Files
Intune/intune/Externally Sourced Remediations/Miscellaneous/Get-GenericRegistryChange/Remediate_GenericRegistryChange.ps1
2025-05-19 15:19:36 -04:00

5 lines
152 B
PowerShell

# (Remediate_GenericRegistryChange.ps1)
# Modify a registry value
Set-ItemProperty -Path "HKLM:\Software\MyApp" -Name "MySetting" -Value "NewValue"