Forum Discussion
AB21805
May 18, 2021Bronze Contributor
unable to set keyboard via intune but script works locally
Hi all, I have used the following in a PowerShell script: $Lang = New-WinUserLanguageList en-GB $Lang[0].InputMethodTips.Clear() $Lang[0].InputMethodTips.Add('0809:00000809') Set-WinUserL...
- May 18, 2021
Hi,
Just noticed the pm. Is the powershell script deployed in the system or user context? What happens when you deploy it in the 64 bits context.Of course when you have blocked powershell... you are up for another challenge
Hi,
Just noticed the pm. Is the powershell script deployed in the system or user context? What happens when you deploy it in the 64 bits context.
Of course when you have blocked powershell... you are up for another challenge
AB21805
May 18, 2021Bronze Contributor
Hi I will try this and let you know. We dont block powershell for users as this messes with other things we have set up!
I was doing it with system.
I was doing it with system.