Which cmdlet should you run on the remote computers?

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?

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.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


TimDuncan

TimDuncan

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.