Interaction with Guest OS
PowerShell Direct
PowerShell Direct (introduced with Hyper-V 2016) allows to interact with the VM guest OS even if no direct network connection is available between the Veeam guest interaction proxy and the guest itself.
PowerShell Direct requires the following prerequisites:
- PowerShell 2.0 or later
- Host must be Windows Server 2016 or later
- Guest must be Windows Server 2016 / Windows 10 or later
PowerShell Direct can be easily tested on the host, using the following command:
Enter-PSSession -VMName <VMName>