CommandTypes Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the types of commands that Windows PowerShell can execute.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
| Member name | Description |
|---|---|
| Alias | The command is an alias that refers to another command. |
| All | The command can be any type of command. |
| Application | The command is an existing application (can be a console or GUI). |
| Cmdlet | The command is a cmdlet. |
| ExternalScript | The command is a Windows PowerShell script (*.ps1 files). |
| Filter | The command is a script filter that is defined by a script block. |
| Function | The command is a script function that is defined by a script block. |
| Script | The command is a scripts built into the runspace configuration. |
| Workflow |
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.