Active Node of Cluster

Where can I quickly find out in SCOM Console which is the active node of cluster?

Thanks

September 4th, 2015 12:55pm

Hi 

you can use simple powershell command to get active node 

run below command for cluster name 

Get-WmiObject -Class win32_computersystem -ComputerName <Cluster name>

The command with return Name of active node.

also you can create a console take to run above power shell command.

Regards

Free Windows Admin Tool Kit Click here and download it now
September 8th, 2015 9:15am

Thanks
September 8th, 2015 10:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics