SharePoint Dragons

Nikander & Margriet on SharePoint

SharePoint Foundation Counters

Getting the path names of the various SharePoint Foundation Counters is easy using the following PowerShell command:

(get-counter -listset “sharepoint foundation”).paths

Once you have those it’s easy to retrieve their values using script, as Margriet describes at: http://gallery.technet.microsoft.com/PowerShell-script-for-59cf3f70#content

Leave a comment