Direct Inward Dialing: +1 408 916 9892
Preventing an unforeseeable Windows server downfall is practically impossible. Failover clustering allows the access point to be shifted from one server to another within the cluster thus mitigating server downtime, which can otherwise prove to be very expensive. Accurate monitoring of failover clusters is crucial to ensure server availability and performance.
The following is a comparison between the procedures for monitoring failover clusters with Windows PowerShell and ADAudit Plus:
The following cmdlet gets information about all the failover clusters in a given doamain and generates report in HTML format.
Get-Cluster -ReportType HTML | Out-File -FilePath C:\FoCReports\Report1.html
(Mention the location where report needs to be saved)
The following cmdlet generates report for the specified failover cluster
Get-Cluster -Name Cluster1 (name of the cluster)
Following are the limitations to obtain report of failover clusters using native tools like Windows PowerShell:
ADAudit Plus will automatically scan all DCs in the domain to retrieve information about failover clusters, generate the report and present it in a simple and intuitively designed UI.