Azure / azure-devtestlab

Azure DevTestLab artifacts, scripts and samples
MIT License
458 stars 602 forks source link

Fix Interactive Agent creation in artifacts #900

Open CharanGali opened 3 weeks ago

CharanGali commented 3 weeks ago

Currently Interactive Agent is failed with error like _"ERROR: Connecting to remote server localhost failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic."_.

Its caused while establishing the powershell session due to invalid username format. Removed the character slash() to fix the above error and for successful creation of session and interactive agent creation.