Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VerbsDiagnostic Class

Definition

Namespace:
System.Management.Automation
Assembly:
System.Management.Automation.dll
Package:
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0
Package:
System.Management.Automation v7.4.15
Package:
System.Management.Automation v7.5.6
Package:
System.Management.Automation v7.6.1

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Verbs that are commonly used in cmdlet names when the cmdlet is used to diagnose the health of something.

public ref class VerbsDiagnostic abstract sealed
public static class VerbsDiagnostic
type VerbsDiagnostic = class
Public Class VerbsDiagnostic
Inheritance
VerbsDiagnostic

Remarks

These verbs are recommended over their synonyms when used as the verb name for cmdlets.

Fields

Name Description
Debug

Iteratively interact with a resource or activity for the purpose finding a flaw or better understanding of what is occurring.

Measure

Calculate/identify resources consumed by a specified operation or retrieve statistics about a resource.

Ping

Determine whether a resource is alive and responding to requests.

Repair

Detect and correct problems.

Resolve

Map a shorthand name will be bound to a longname.

Test

Verify the operational validity or consistency of a resource.

Trace

Trace activities performed by a specified operation.

Applies to