I found that logins are all failing. Replace ` $JSON += " `"Username`" : `".\\\Administrator`",`n" ` With ` $JSON += " `"Username`" : `".\Administrator`",`n" ` And the login works.
I found that logins are all failing.
Replace
$JSON += ""Username" :".\\Administrator",n"`
With
$JSON += ""Username" :".\Administrator",n"`
And the login works.