Intune – Remove User – Remove-LocalUser : The term ‘Remove-LocalUser’ is not recognized as the name of a cmdlet, function, script file
I tried to use PowerShell script via Intune that remove my user from Windows Endpoint using powershell command Remove-LocalUser -Name “myuser”. It was not working, just because: , error = Remove-LocalUser : The term ‘Remove-LocalUser’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the […]