Microsoft.PowerShell.Core.Activities Namespace

 

Updated: April 27, 2016

Applies To: Windows PowerShell

The Microsoft.PowerShell.Core.Activities namespace contains classes that encapsulate workflow activities for Windows PowerShell core cmdlets.

ClassDescription
System_CAPS_pubclassDisablePSRemoting

Activity to invoke the Microsoft.PowerShell.Core\Disable-PSRemoting command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassDisablePSSessionConfiguration

Activity to invoke the Microsoft.PowerShell.Core\Disable-PSSessionConfiguration command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassEnablePSRemoting

Activity to invoke the Microsoft.PowerShell.Core\Enable-PSRemoting command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassEnablePSSessionConfiguration

Activity to invoke the Microsoft.PowerShell.Core\Enable-PSSessionConfiguration command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassForEachObject

Activity to invoke the Microsoft.PowerShell.Core\ForEach-Object command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassGetCommand

Describes an activity to invoke the Microsoft.PowerShell.Core\Get-Command command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassGetHelp

Activity to invoke the Microsoft.PowerShell.Core\Get-Help command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassGetJob

Represents the activity to invoke the Microsoft.PowerShell.Core\Get-Job command in a workflow. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassGetModule

Activity to invoke the Microsoft.PowerShell.Core\Get-Module command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassGetPSSession

Activity to invoke the Microsoft.PowerShell.Core\Get-PSSession command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassGetPSSessionConfiguration

Activity to invoke the Microsoft.PowerShell.Core\Get-PSSessionConfiguration command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassNewModuleManifest

Represents the activity to invoke the Microsoft.PowerShell.Core\New-ModuleManifest command in a workflow. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassNewPSTransportOption

Activity to invoke the Microsoft.PowerShell.Core\New-PSTransportOption command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassReceiveJob

Activity to invoke the Microsoft.PowerShell.Core\Receive-Job command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassRegisterPSSessionConfiguration

Activity to invoke the Microsoft.PowerShell.Core\Register-PSSessionConfiguration command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassRemoveJob

Activity to invoke the Microsoft.PowerShell.Core\Remove-Job command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassRemovePSSession

Activity to invoke the Microsoft.PowerShell.Core\Remove-PSSession command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassResumeJob

Represents the activity to invoke the Microsoft.PowerShell.Core\Resume-Job command in a Workflow. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassSaveHelp

Activity to invoke the Microsoft.PowerShell.Core\Save-Help command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassSetPSSessionConfiguration

Activity to invoke the Microsoft.PowerShell.Core\Set-PSSessionConfiguration command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassStartJob

Activity to invoke the Microsoft.PowerShell.Core\Start-Job command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassStopJob

Activity to invoke the Microsoft.PowerShell.Core\Stop-Job command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassSuspendJob

Represents the activity to invoke the Microsoft.PowerShell.Core\Suspend-Job command in a Workflow. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassTestModuleManifest

Activity to invoke the Microsoft.PowerShell.Core\Test-ModuleManifest command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassTestPSSessionConfigurationFile

Activity to invoke the Microsoft.PowerShell.Core\Test-PSSessionConfigurationFile command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassUnregisterPSSessionConfiguration

Activity to invoke the Microsoft.PowerShell.Core\Unregister-PSSessionConfiguration command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassUpdateHelp

Activity to invoke the Microsoft.PowerShell.Core\Update-Help command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassWaitJob

Activity to invoke the Microsoft.PowerShell.Core\Wait-Job command in a workflow. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassWhereObject

Activity to invoke the Microsoft.PowerShell.Core\Where-Object command in a workflow. Introduced in Windows PowerShell 3.0.

Return to top
Show: