Microsoft.PowerShell.Core.Activities Namespace
The
Microsoft.PowerShell.Core.Activities
namespace contains classes that encapsulate workflow activities for Windows PowerShell core cmdlets.
| Class | Description |
|---|---|
| DisablePSRemoting | Activity to invoke the Microsoft.PowerShell.Core\Disable-PSRemoting command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| DisablePSSessionConfiguration | Activity to invoke the Microsoft.PowerShell.Core\Disable-PSSessionConfiguration command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| EnablePSRemoting | Activity to invoke the Microsoft.PowerShell.Core\Enable-PSRemoting command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| EnablePSSessionConfiguration | Activity to invoke the Microsoft.PowerShell.Core\Enable-PSSessionConfiguration command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| ForEachObject | Activity to invoke the Microsoft.PowerShell.Core\ForEach-Object command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| GetCommand | Describes an activity to invoke the Microsoft.PowerShell.Core\Get-Command command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| GetHelp | Activity to invoke the Microsoft.PowerShell.Core\Get-Help command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| GetJob | Represents the activity to invoke the Microsoft.PowerShell.Core\Get-Job command in a workflow. This class cannot be inherited. This SDK programming element is introduced in Windows PowerShell 3.0. |
| GetModule | Activity to invoke the Microsoft.PowerShell.Core\Get-Module command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| GetPSSession | Activity to invoke the Microsoft.PowerShell.Core\Get-PSSession command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| GetPSSessionConfiguration | Activity to invoke the Microsoft.PowerShell.Core\Get-PSSessionConfiguration command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| NewModuleManifest | Represents the activity to invoke the Microsoft.PowerShell.Core\New-ModuleManifest command in a workflow. This class cannot be inherited. This SDK programming element is introduced in Windows PowerShell 3.0. |
| NewPSTransportOption | Activity to invoke the Microsoft.PowerShell.Core\New-PSTransportOption command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| ReceiveJob | Activity to invoke the Microsoft.PowerShell.Core\Receive-Job command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| RegisterPSSessionConfiguration | Activity to invoke the Microsoft.PowerShell.Core\Register-PSSessionConfiguration command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| RemoveJob | Activity to invoke the Microsoft.PowerShell.Core\Remove-Job command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| RemovePSSession | Activity to invoke the Microsoft.PowerShell.Core\Remove-PSSession command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| ResumeJob | Represents the activity to invoke the Microsoft.PowerShell.Core\Resume-Job command in a Workflow. This class cannot be inherited. This SDK programming element is introduced in Windows PowerShell 3.0. |
| SaveHelp | Activity to invoke the Microsoft.PowerShell.Core\Save-Help command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| SetPSSessionConfiguration | Activity to invoke the Microsoft.PowerShell.Core\Set-PSSessionConfiguration command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| StartJob | Activity to invoke the Microsoft.PowerShell.Core\Start-Job command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| StopJob | Activity to invoke the Microsoft.PowerShell.Core\Stop-Job command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| SuspendJob | Represents the activity to invoke the Microsoft.PowerShell.Core\Suspend-Job command in a Workflow. This class cannot be inherited. This SDK programming element is introduced in Windows PowerShell 3.0. |
| TestModuleManifest | Activity to invoke the Microsoft.PowerShell.Core\Test-ModuleManifest command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| TestPSSessionConfigurationFile | Activity to invoke the Microsoft.PowerShell.Core\Test-PSSessionConfigurationFile command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| UnregisterPSSessionConfiguration | Activity to invoke the Microsoft.PowerShell.Core\Unregister-PSSessionConfiguration command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| UpdateHelp | Activity to invoke the Microsoft.PowerShell.Core\Update-Help command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| WaitJob | Activity to invoke the Microsoft.PowerShell.Core\Wait-Job command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
| WhereObject | Activity to invoke the Microsoft.PowerShell.Core\Where-Object command in a workflow. This SDK programming element is introduced in Windows PowerShell 3.0. |
Send comments about this topic to Microsoft.
