VerbsDiagnostic Class
Definition
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
Debug |
Interatively 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 |