Get-ISRunningPackage
Gets the currently running packages on a SSIS server.
Syntax
Get-ISRunningPackage [-serverName] <String> [<CommonParameters>]
Detailed Description
The Get-ISRunningPackage function gets the currently running packages on the specified SSIS server.
Related Commands
Parameters
Name |
Description |
Required? |
Pipeline Input |
Default Value |
serverName |
|
true |
false |
|
Input Type
None
You cannot pipe objects to Get-ISRunningPackage.
Return Values
Microsoft.SqlServer.Dts.Runtime.RunningPackage
Get-ISRunningPackage returns a Microsoft.SqlServer.Dts.Runtime.RunningPackage object.
Examples
EXAMPLE 1
Get-ISRunningPackage Z002
This command gets a list of the currently running packages on SSIS server Z002.