exam questions

Exam 70-417 All Questions

View all questions & answers for the 70-417 exam

Exam 70-417 topic 1 question 558 discussion

Actual exam question from Microsoft's 70-417
Question #: 558
Topic #: 1
[All 70-417 Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
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.
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.
References:
https://technet.microsoft.com/en-us/library/hh847748.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...