< Back

Remove-HeatmapCounter

Tue Jan 14, 2020 12:49 am

NAME Remove-HeatmapCounter



SYNOPSIS

Removes a performance counter from the heatmap





SYNTAX

Remove-HeatmapCounter [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Removes a performance counter to the heatmap.





PARAMETERS

-Name <String>

The name of the performance counter to remove from the heatmap



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<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:\\>Remove-HeatmapCounter '\\Processor(_total)\\% Processor Time'















RELATED LINKS

Get-HeatmapCounter

Add-HeatmapCounter

Watch-Heatmap