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 environment variables on all client computers
C.
the execution policy on all of the servers
D.
the execution policy on all of the client computers
Explanation:
The default execution policy of the client computers is Restricted which will prevent the scripts running. Default
execution policy of the servers is RemoteSigned which will allow the scripts.
Right, https://docs.microsoft.com/es-es/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-5.1&viewFallbackFrom=powershell-Microsoft.PowerShell.Core
Windows 2012 R2 is RemoteSigned by default: Scripts can run. This is the default execution policy in Windows Server 2012 R2.