ÿþ<html> <head> <title>Get-ISRunningPackage</title> </head> <body> <h1>Get-ISRunningPackage</h1> <div>Gets the currently running packages on a SSIS server.</div> <h2> Syntax </h2> <code>Get-ISRunningPackage [-serverName] &lt;String&gt; [&lt;CommonParameters&gt;]</code> <h2> Detailed Description </h2> <div> The Get-ISRunningPackage function gets the currently running packages on the specified SSIS server. </div> <h2> Related Commands </h2> <div> * <a href='Get-ISRunningPackage.htm'>Get-ISRunningPackage</a><br/> </div> <h2> Parameters </h2> <table border='1'> <tr> <th>Name</th> <th>Description</th> <th>Required?</th> <th>Pipeline Input</th> <th>Default Value</th> </tr> <tr valign='top'> <td>serverName&nbsp;</td> <td>&nbsp;</td> <td>true&nbsp;</td> <td>false&nbsp;</td> <td>&nbsp;</td> </tr> </table> <h2> Input Type </h2> <div>None You cannot pipe objects to Get-ISRunningPackage.</div> <h2> Return Values </h2> <div>Microsoft.SqlServer.Dts.Runtime.RunningPackage Get-ISRunningPackage returns a Microsoft.SqlServer.Dts.Runtime.RunningPackage object.</div> <h2> Examples </h2> <h3> EXAMPLE 1</h3> <pre>Get-ISRunningPackage Z002</pre> <div>This command gets a list of the currently running packages on SSIS server Z002.</div> </body> </html>