I am trying to log in to the deployed Windows virtual machine using Remote Desktop Connection but don't know which user name I have to use.
Like I configured for Linux, I configured Windows Server via WindowsConfigurationSet() but there wasn't a parameter for a user name but for password. I referenced _create_vm_windows() in the test code with my settings but it is a bit ambiguous as how to configure a user name and a password. I guess I don't have a domain name since I added obj.domain_join = None
Any guidance would be appreciated.
Thanks,
Hyungro