I was given a task that I need to use VMWare PowerCLI to accomplish. I merely need to clone an existing VM to another VM in our corporate vSphere, and I should have sufficient permissions.
Looking at the Getting Started Documentation it says I need to open powershell as Admin, and enter "Install-Module VMWare.PowerCLI". Several download progress bars appeared over the course of 4-5 minutes and then powershell seemed to start running things in the background.
After 45 minutes I opened Microsoft Procmon to see if it was still executing. I have now been monitoring it for 3 hours.
Can anyone give me an estimate of how long this should take before I decide it has somehow entered an infinite loop and will never end? I'll be glad to let it run all night if that is, in fact, how long it properly takes.
OS is Windows Server 2019 Standard. Machine is relatively clean.
PS C:\Windows\system32> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17763.2931
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17763.2931
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1