Thanks for the detailed instructions; however, as noted by many prior commenters, there are several issues with this walkthrough:
1. You have to mount the CD drive by pointing to the ISO, not the .wim file on the ISO.
2. It is unclear which credentials to enter when prompted.
3. In my case, I am seeing the following error when trying to connect:
Connect-VMMServer : The term 'Connect-VMMServer' 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 line:1 char:1
+ Connect-VMMServer -ComputerName "localhost" -Credential (Get-Credenti ...
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-VMMServer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Can anyone respond to these points?