Forum Discussion
Powershell Script behaviour - User Context
I have an issue with a specific application that requires each user logon to have registration data for the app in their current user key location. The issue I have is that the system is in KIOSK mode and therefore only applications that are whitelisted are allowed to run. If I whitelist the powershell application I can successfully run the script adding the required values to the registry. In doing this however it presents a tile on the KIOSK setup.
Question!
How do I allow the use of powershell without presenting a tile?
To clarify this doesn't appear to work using the scripts facility on Intune endpoint manager setting the script to user context mode. If I review the AppLocker log following an attempt I can see powershell is blocked.
Any assistance with this would be much appreciated.
Regards,
Jon Mason
- Hi,
I know the problem, it can really be a b.tch when you are using app locker to block PowerShell and you need to push a user context PowerShell script. May I ask what you are trying to push? I think a got one or two solutions.
The first one would be :
https://call4cloud.nl/2020/03/how-to-deploy-hkcu-changes-while-blocking-powershell/
The second one I am currently working on to create a blog about it 😉