VerbsCommunications Class

Definition

Verbs that are commonly used in cmdlet names when the cmdlet is used to communicate with something.

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

Remarks

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

Fields

Connect

Associate subsequent activities with a resource.

Disconnect

Disassociate from a resource.

Read

To read - to obtain (data) from a storage medium or port.

Receive

Take or acquire from a source.

Send

Convey by an intermediary to a destination.

Write

TO write - communicate or express. Display data.

Applies to