ÿþ<html> <head> <title>Get-ReplTransPendingCommandInfo</title> </head> <body> <h1>Get-ReplTransPendingCommandInfo</h1> <div>Calls the TransPendingCommandInfo method for all subscriptions.</div> <h2> Syntax </h2> <code>Get-ReplTransPendingCommandInfo [-pubMon] &lt;PublicationMonitor&gt; [&lt;CommonParameters&gt;]</code> <h2> Detailed Description </h2> <div> The Get-ReplTransPendingCommandInfo function calls the TransPendingCommandInfo method for all subscriptions. </div> <h2> Related Commands </h2> <div> * <a href='Get-ReplTransPendingCommandInfo.htm'>Get-ReplTransPendingCommandInfo</a><br/> * <a href='Get-ReplPublicationMonitor.htm'>Get-ReplPublicationMonitor</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>pubMon&nbsp;</td> <td>&nbsp;</td> <td>true&nbsp;</td> <td>true (ByValue)&nbsp;</td> <td>&nbsp;</td> </tr> </table> <h2> Input Type </h2> <div>Microsoft.SqlServer.Replication.PublicationMonitor You can pipe PublicationMonitor objects to Get-ReplTransPendingCommandInfo</div> <h2> Return Values </h2> <div>Microsoft.SqlServer.Replication.PendingCommandInfo Get-ReplPublicationMonitor returns Microsoft.SqlServer.Replication.PendingCommandInfo object</div> <h2> Notes </h2> <div>Equivalent to executing sp_replmonitorsubscriptionpendingcmds. Only available for Microsoft SQL Server version 2005 or later.</div> <h2> Examples </h2> <h3> EXAMPLE 1</h3> <pre>Get-ReplPublicationMonitor "Z002\sql2K8" | Get-ReplTransPendingCommandInfo</pre> <div>This command calls the TransPendingCommandInfo method for SQL Server Z002\SQL2K8.</div> </body> </html>