exam questions

Exam 70-412 All Questions

View all questions & answers for the 70-412 exam

Exam 70-412 topic 3 question 56 discussion

Actual exam question from Microsoft's 70-412
Question #: 56
Topic #: 3
[All 70-412 Questions]

You have a failover cluster named Cluster1 that contains four nodes. All of the nodes run Windows Server 2012 R2.
You need to force every node in Cluster1 to contact immediately the Windows Server Update Services (WSUS) server on your network for updates.
Which tool should you use?

  • A. The Add-CauClusterRole cmdlet
  • B. The Wuauclt command
  • C. The Wusa command
  • D. The Invoke-CauScan cmdlet
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
The Add-CauClusterRole cmdlet adds the Cluster-Aware Updating (CAU) clustered role that provides the self-updating functionality to the specified cluster. When the CAU clustered role has been added to a cluster, the failover cluster can update itself on the schedule that is specified by the user, without requiring an external computer to coordinate the cluster updating process.
Incorrect:
Not B. The wuauclt utility allows you some control over the functioning of the Windows Update Agent. It is updated as part of Windows Update.
The following are the command line for wuauclt.

Option Description -
/a /ResetAuthorization
Initiates an asynchronous background search for applicable updates. If Automatic Updates is disabled, this option has no effect.
/r /ReportNow
Sends all queued reporting events to the server asynchronously.
/? /h /help
Shows this help information.
Not D.
The Invoke-CauScan cmdlet performs a scan of cluster nodes for applicable updates and returns a list of the initial set of updates that would be applied to each node in a specified cluster.
Note: The Invoke-CauRun cmdlet performs a scan of cluster nodes for applicable updates and installs those updates via an Updating Run on the specified cluster.

Reference: Add-CauClusterRole -
http://technet.microsoft.com/en-us/library/hh847235(v=wps.620).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
Rezerestibeiro27
4 years, 7 months ago
D it is..
upvoted 1 times
...
DanStafford
5 years, 3 months ago
A: http://www.briefmenow.org/microsoft/which-tool-should-you-use-1410/ ; I'm seeing (and have seen) multiple other sites stipulating "A" as the answer. I believe the pertinent portion of the question is "for updates." I would take that to mean that the updates are intended to be installed. Also it can't be assumed that the role is already installed on the cluster, and you can specify the update schedule to start immediately in the command options. I don't believe the Invoke-cauScan cmdlet would run if the role were not installed. Also, even if the schedule wasn't set to run immediately but already existed, re-running option A would allow you to change the schedule to run the scan and update immediately, especially with the -Force argument. I'm going to have to go with option "A" here.
upvoted 4 times
...
Sharma
5 years, 5 months ago
You are right correct answer is d on other web sites
upvoted 1 times
...
demetris
5 years, 11 months ago
correct answer is D, does not mention install updates. just to contact WSUS server.
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 ...