How to Collect Perfmon From All Nodes of a Cluster with PowerShell

preview_player
Показать описание

This video covers How to Collect Perfmon From All Nodes of a Cluster with Powershell.
#Stop logman trace
(Get-ClusterNode).Name | % {Invoke-Command -ComputerName $_ -ScriptBlock {"$(logman stop Full-Short)"}}
#Remove logman trace
(Get-ClusterNode).Name | % {Invoke-Command -ComputerName $_ -ScriptBlock {"$(logman Delete Full-Short)"}}
More Log Gathering if needed:
wpr -start CPU -start FileIO -start GeneralProfile -start MiniFilter For 10 seconds when issue is happening.

📺 Find our latest Video here:

📖 You can find our Knowledgebase filled with helpful articles here:

💻 Need help? Contact our Support

Рекомендации по теме