Tocano
Enthusiast
Enthusiast

That's strange. 

PS > (Get-WmiObject -class Win32_OperatingSystem).Caption
Microsoft Windows Server 2019 Datacenter

PS > [System.Environment]::OSVersion.Version

Major Minor Build Revision
----- ----- ----- --------
10 0 17763 0

PS > $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

PS > Get-Module -ListAvailable VMware.PowerCLI |ft -AutoSize
VERBOSE: Populating RepositorySourceLocation property for module VMware.PowerCLI.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\VMware.PowerCLI\12.7.0.20091289\VMware.PowerCLI.ps1'.


Directory: C:\Program Files\WindowsPowerShell\Modules


ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 12.7.0.20091289 VMware.PowerCLI

 

All of our servers experience this behavior. I'll have to try some wider testing. 

Thank you.

Reply
0 Kudos