Greg_Palmer
I tried the proactive remediation and it failed and this is the remediation error
Get-LocalUser : The term 'Get-LocalUser' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Windows\IMECache\HealthScripts\249a544b-a559-4652-8f39-c0f0d2d41186_1\remediate.ps1:4 char:9 + $user = Get-LocalUser -Name $username -ErrorAction SilentlyContinue + ~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-LocalUser:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException New-LocalUser : The term 'New-LocalUser' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Windows\IMECache\HealthScripts\249a544b-a559-4652-8f39-c0f0d2d41186_1\remediate.ps1:13 char:10 + $user = New-LocalUser @userParams + ~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (New-LocalUser:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Add-LocalGroupMember : The term 'Add-LocalGroupMember' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Windows\IMECache\HealthScripts\249a544b-a559-4652-8f39-c0f0d2d41186_1\remediate.ps1:16 char:2 + Add-LocalGroupMember -SID 'S-1-5-32-544' -Member $user + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Add-LocalGroupMember:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException