Prerequisites
- Connectivity to Hyper-V from Pandora
The plugin is a binary that contains the dependencies packaged, so no installation of any kind of dependency is required for its use.
- Permissions
Configure WinRMEnable-PSRemoting -Force -SkipNetworkProfileCheckwinrm quickconfig -forcewinrm set winrm/config/service/auth '@{Basic="true"}'winrm set winrm/config/service '@{AllowUnencrypted="true"}'winrm set winrm/config/service '@{MaxTimeoutms="600000"}'
Allow HTTP 401reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
Allow WinRM FirewallNew-NetFirewallRule -DisplayName "WinRM HTTP In" -Direction Inbound -Protocol TCP -LocalPort 5985 -Action Allow -Profile Any -Force
Restart servicesRestart-Service WinRM -ForceStart-Service vmms
Check allwinrm get winrm/config/service/authGet-VM
- Install the hv-kvp-daemon service on VMs with Linux systems so that they report all modules.