exam questions

Exam 70-742 All Questions

View all questions & answers for the 70-742 exam

Exam 70-742 topic 1 question 160 discussion

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

Your network contains an Active Directory domain.
Users do not have administrative privileges to their client computer.
You modify a computer setting in a Group Policy object (GPO).
You need to ensure that the setting is applied to five client computers as soon as possible.
What should you do?

  • A. From each client computer, run the gpresult.exe command and specify the /r parameter.
  • B. From a domain controller, run the gpupdate.exe command and specify the Force parameter.
  • C. From a domain controller, run the Invoke-GPUpdate cmdlet.
  • D. From each client computer, run the Get-Gpo cmdlet and specify the ג€"all parameter.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
ArchBishop
Highly Voted 5 years, 9 months ago
Invoke-GpUpdate -Computer <FQDNs of the desired computers separated by a comma>
upvoted 5 times
GenjamBhai
4 years, 9 months ago
C is ok A and D does not apply GP, just displays. B is applying to DC only.
upvoted 4 times
...
...
lofzee
Most Recent 4 years, 4 months ago
right.
upvoted 1 times
...
coleman
5 years, 5 months ago
answer C. From the domain controller, run the Invoke-GPUpdate cmdlet is correct.
upvoted 3 times
...
minajahan
5 years, 6 months ago
Invoke-GPUpdate: "Schedules a remote Group Policy refresh on the specified computer." And official MS Docs link: https://docs.microsoft.com/en-us/powershell/module/grouppolicy/invoke-gpupdate?view=win10-ps
upvoted 2 times
...
panda
5 years, 7 months ago
C is correct. Because the setting is applied as soon as possible, a command shoud be run on one computer. From this view , A and D are out of selection. On B and C a command could be run on one computer. But B uses gpupdate.exe which can apply GPO to one computer. As a result C could be run on one computer and apply to five computers.
upvoted 3 times
GenjamBhai
4 years, 9 months ago
C is ok A and D does not apply GP, just displays. B is applying to DC only.
upvoted 2 times
...
...
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 ...