What should you modify first?

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?

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.



Leave a Reply 3

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


drin

drin

Explanation from version 6.

The default execution policy of Windows Server 2012 is RemoteSigned meaning that as long as a
valid signature is used on the scripts, they will run. However, the client computers have a default
execution policy of restricted meaning that no scripts will run in PowerShell whatsoever, so this
would have to be changed before the scripts could be executed on the client computers.

The answer is correct

t

t

Restricted
– Default execution policy in Windows 8,
Windows Server 2012, and Windows 8.1.
RemoteSigned
– Scripts can run. This is the default execution
policy in Windows Server 2012 R2.
Server 2012R2’s default execution policy is remotesigned which allows signed scripts. Workstations are set with “restricted” by default.

t

t

The execution policy (Windows PowerShell execution policies let you determine the conditions under which Windows PowerShell loads configuration files and runs scripts.) on all of the client computers(Only 2012 R2 can run script, others’ policy are restricted)