Running the below command...
Get-Folder -Name 'sda' | Get-VM
And I get the error....
Get-VM : The Hyper-V Management Tools could not access an expected WMI class on computer 'vm-somedude'. This may indicate that the
Hyper-V Platform is not installed on the computer or that the version of the Hyper-V Platform is incompatible with these management
tools.
LOL, Hyper-V isn't installed at all.
So I try just this...
Get-VM "rhel8"
And I get the same error.
Any ideas?
Thanks