I'm currently trying to get a few Powershell scripts to run via Intune to Windows 11 Pro laptops. The Powershell scripts run fine when tested via local Powershell but Intune doesn't seem to do anything during a check-in or sync.
Intune doesn't show any errors but never runs the Powershell scripts under Windows-Scripts and Remediations-Platform Scripts .
The Powershell scripts are pretty straightforward and each script only adds 1 key to the Windows registry.
Has anyone run into this before and if so any suggestions?
Intune doesn't show any errors but never runs the Powershell scripts under Windows-Scripts and Remediations-Platform Scripts .
The Powershell scripts are pretty straightforward and each script only adds 1 key to the Windows registry.
Has anyone run into this before and if so any suggestions?
Software\Policies\Slack -Name "DefaultSignInTeam" -Value "XXXXXX" -PropertyType "String"