Last week I mentioned PowerShell and how you can create a PowerShell Remoting session to a Virtual Machine that’s running on Hyper-V
Here’s an example of it in use:
$cred = Get-Credential W16TP5TGT01Administrator $s = New-PSSession -VMName W16TP5TGT01… Read the full text.