Forum Discussion
dilanmic
Dec 15, 2024Iron Contributor
Proactive Remediation in Intune doesn't pick up special characters
Hi All, I have a remediation script to uninstall an application. However, that will throw an error message even though it runs on PowerShell manually without an issue. Based on my troubleshooting, i...
jvsimoes
Feb 03, 2025Copper Contributor
I am having a similar issue, did you ever find a way to handle this? In my case, it seems to be upset that our path uses accentuation (^, ~)
- dilanmicFeb 04, 2025Iron Contributor
I didn't have time to test it further since I got the desired result in my case. However, I was wondering it may be something with PowerShell version. Can you change it to 64bit and see.
- jvsimoesFeb 10, 2025Copper Contributor
Hey thanks for the reply! I actually fixed it by copying the code to Notepad++, changing the encoding to UTF-8-BOM and saving it. After this I reuploaded the script to Intune and it ran fine.