Which of the following statements are correct about PowerShell Remoting? Each correct answer represents a complete solution. Choose all that apply.
a) It allows users to have an interactive PowerShell session where they are signed on locally to a remote Windows Server VM.
b) It can be enabled using the Enable-PSRemoting cmdlet if it has been disabled and it relies on WSMan.
c) It allows users to create a remote PowerShell session directly from a Hyper-V host to a virtual machine hosted on that Hyper-V host.
d) It is the primary method that is used to run PowerShell sessions on Windows Server VMs that have network connectivity.