< Back
Get-PerformanceCounterName
Post
NAME Get-PerformanceCounterName
SYNOPSIS
Gets the names of all performance counters
SYNTAX
Get-PerformanceCounterName [<CommonParameters>]
DESCRIPTION
Gets the names of all performance counters.
When run in Azure, this will list all performance counters available to an Azure instance.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-PerformanceCounterName
RELATED LINKS
Get-Counter
SYNOPSIS
Gets the names of all performance counters
SYNTAX
Get-PerformanceCounterName [<CommonParameters>]
DESCRIPTION
Gets the names of all performance counters.
When run in Azure, this will list all performance counters available to an Azure instance.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-PerformanceCounterName
RELATED LINKS
Get-Counter