Forum Discussion
PhillipeCDL
Aug 11, 2023Copper Contributor
Win32App deploy not working
Hey everyone, I am trying to create an Admin user with a powershell script using win32app, but it keeps failing. this is my code: # LocalUser Name $Name = "Admin" # Import System.Web a...
rahuljindal
Aug 11, 2023Bronze Contributor
Maybe this can help. https://rahuljindalmyit.blogspot.com/2021/05/intune-different-ways-of-setting-local.html
- PhillipeCDLAug 11, 2023Copper ContributorThank you very much for the answer, the challenge for me here is to do the work using win32app in intune. Sadly in your blog is only the script version, which I should not use.
- rahuljindalAug 11, 2023Bronze ContributorAny particular reason for doing it through a Win32 app? You can use the CSP to configure it as well. Sure it will report a remediation error, but it works nonetheless.