microsoft/SDN

VMMExpress.ps1 gives "Authentication failed". Please help!

rajdude opened this issue · 0 comments

Hello,
I am trying to execute VMMExpress.ps1 successfully but it keeps failing at the point where it seems to check for local credentials.
I get this error: Authentication failed - please verify your username and password.

When I look into the VMMExpress.ps1 script, I find this error is coming from line # 137.
In our environment, we change the local admin account name (from Administrator to something else) via GPO. So I even tried modifying line# 481 to reflect our local admin's name; but it still gives the same error :-(

Can someone please help me?