You administer Windows 8.1 computers in your company network. You need to configure
remote computers to receive Windows Remote Shell commands. Which cmdlet should you
run on the remote computers?
A.
Enable-PSRemoting
B.
Set-PSSessionConfiguration
C.
New-PSSession
D.
Set-NetConnectionProfile
Explanation:
The Enable-PSRemoting cmdlet configures the computer to receive Windows
PowerShell remote commands that are sent by using the WS-Management technology.
The Enable-PSRemoting cmdlet configures the computer to receive Windows PowerShell remote commands that are sent by using the WS-Management technology.
https://technet.microsoft.com/en-us/library/hh849694.aspx
The New-PSSession cmdlet creates a Windows PowerShell session (PSSession) on a local or remote computer. When you create a PSSession, Windows PowerShell establishes a persistent connection to the remote computer.