Your network contains several servers that run Windows Server 2012 R2 and client computers that run
Windows 8.1.
You download several signed Windows PowerShell scripts from the Internet.
You need to run the PowerShell scripts on all of the servers and all of the client computers.
What should you modify first?
A.
The environment variables on all of the servers
B.
The execution policy on all of the servers
C.
The execution policy on all of the client computers
D.
The environment variables on all client computers
Explanation:
First modify the environment variables on the server, then modify them on client computers.
The correct answer is D?
Incorrect explanation.Correct answer is C. Powershell execution policy in Server 2012 R2 (not 2012) is “RemoteSigned” by default. In Windows 8, 8.1 and Server 2012 – “Restricted”.
According to this document:
https://technet.microsoft.com/en-us/library/hh847748.aspx
Windows 2012 R2 has the policy set to RemoteSigned by default
Windows 2012 and Windows 8, and 8.1, have the policy set to Restricted.
So, in this case, answer is C.
Tricky question