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...
PhillipeCDL
Aug 11, 2023Copper Contributor
Thank 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.
rahuljindal
Aug 11, 2023Bronze Contributor
Any 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.