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-CauClusterRolecmdlet
B.
TheWuauclt command
C.
TheWusa command
D.
The Invoke-CauScancmdlet
Explanation:
The Invoke-CauScancmdlet 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.
Answer seems bugged.
D. is supposed to be correct I guess.
0
0
i think Answer A is the correct Answer
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.
1
0
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.
0
0