Microsoft.PowerShell.Core.Activities Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
DisablePSRemoting |
Activity to invoke the Microsoft.PowerShell.Core\Disable-PSRemoting command in a Workflow. |
DisablePSSessionConfiguration |
Activity to invoke the Microsoft.PowerShell.Core\Disable-PSSessionConfiguration command in a Workflow. |
EnablePSRemoting |
Activity to invoke the Microsoft.PowerShell.Core\Enable-PSRemoting command in a Workflow. |
EnablePSSessionConfiguration |
Activity to invoke the Microsoft.PowerShell.Core\Enable-PSSessionConfiguration command in a Workflow. |
ForEachObject |
Activity to invoke the Microsoft.PowerShell.Core\ForEach-Object command in a Workflow. |
GetCommand |
Activity to invoke the Microsoft.PowerShell.Core\Get-Command command in a Workflow. |
GetHelp |
Activity to invoke the Microsoft.PowerShell.Core\Get-Help command in a Workflow. |
GetJob |
Activity to invoke the Microsoft.PowerShell.Core\Get-Job command in a Workflow. |
GetModule |
Activity to invoke the Microsoft.PowerShell.Core\Get-Module command in a Workflow. |
GetPSSession |
Activity to invoke the Microsoft.PowerShell.Core\Get-PSSession command in a Workflow. |
GetPSSessionConfiguration |
Activity to invoke the Microsoft.PowerShell.Core\Get-PSSessionConfiguration command in a Workflow. |
NewModuleManifest |
Activity to invoke the Microsoft.PowerShell.Core\New-ModuleManifest command in a Workflow. |
NewPSTransportOption |
Activity to invoke the Microsoft.PowerShell.Core\New-PSTransportOption command in a Workflow. |
ReceiveJob |
Activity to invoke the Microsoft.PowerShell.Core\Receive-Job command in a Workflow. |
RegisterPSSessionConfiguration |
Activity to invoke the Microsoft.PowerShell.Core\Register-PSSessionConfiguration command in a Workflow. |
RemoveJob |
Activity to invoke the Microsoft.PowerShell.Core\Remove-Job command in a Workflow. |
RemovePSSession |
Activity to invoke the Microsoft.PowerShell.Core\Remove-PSSession command in a Workflow. |
ResumeJob |
Activity to invoke the Microsoft.PowerShell.Core\Resume-Job command in a Workflow. |
SaveHelp |
Activity to invoke the Microsoft.PowerShell.Core\Save-Help command in a Workflow. |
SetPSSessionConfiguration |
Activity to invoke the Microsoft.PowerShell.Core\Set-PSSessionConfiguration command in a Workflow. |
StartJob |
Activity to invoke the Microsoft.PowerShell.Core\Start-Job command in a Workflow. |
StopJob |
Activity to invoke the Microsoft.PowerShell.Core\Stop-Job command in a Workflow. |
SuspendJob |
Activity to invoke the Microsoft.PowerShell.Core\Suspend-Job command in a Workflow. |
TestModuleManifest |
Activity to invoke the Microsoft.PowerShell.Core\Test-ModuleManifest command in a Workflow. |
TestPSSessionConfigurationFile |
Activity to invoke the Microsoft.PowerShell.Core\Test-PSSessionConfigurationFile command in a Workflow. |
UnregisterPSSessionConfiguration |
Activity to invoke the Microsoft.PowerShell.Core\Unregister-PSSessionConfiguration command in a Workflow. |
UpdateHelp |
Activity to invoke the Microsoft.PowerShell.Core\Update-Help command in a Workflow. |
WaitJob |
Activity to invoke the Microsoft.PowerShell.Core\Wait-Job command in a Workflow. |
WhereObject |
Activity to invoke the Microsoft.PowerShell.Core\Where-Object command in a Workflow. |