Click to Rate and Give Feedback
MSDN
MSDN Library
Windows PowerShell
 VerbsCommunications Members (System...
Collapse All/Expand All Collapse All
VerbsCommunications Members

Defines the communication verb names that can be used to name cmdlets.

The following tables list the members exposed by the VerbsCommunications type.

  Name Description
public field static Connect Specifies an action that creates a link between a source and a destination.
public field static Disconnect Specifies an action that breaks the link between a source and a destination.
public field static Read Specifies an action that acquires information from a source. For example, the Read-Host cmdlet reads a line of input from the console.
public field static Receive Specifies an action that accepts information sent from a source. For example, the Receive-Job cmdlet retrieves the results of the Windows PowerShell background jobs in the current session.
public field static Send Specifies an action that delivers information to a destination. For example, the Send-MailMessage cmdlet sends an e-mail message.
public field static Write Specifies an action that adds information to a target. For example, the Write-Host cmdlet writes customized output to a host.
Top
(see also Protected Methods)
 NameDescription
public methodEquals  Overloaded. (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticReferenceEquals  (Inherited from Object)
public methodToString  (Inherited from Object)
Top
  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Send comments about this topic to Microsoft.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker