ÿþ<html> <head> <title>Get-SqlShowMbrs</title> </head> <body> <h1>Get-SqlShowMbrs</h1> <div>Recursively enumerates AD and local groups handling built-in SQL Server Windows groups.</div> <h2> Syntax </h2> <code>Get-SqlShowMbrs [-server] &lt;Server&gt; [-group] &lt;String&gt; [&lt;CommonParameters&gt;]</code> <h2> Detailed Description </h2> <div> The Get-SqlShowMbrs function recursively enumerates AD/local groups handling built-in SQL Server Windows groups. </div> <h2> Related Commands </h2> <div> * <a href='Get-SqlShowMbrs.htm'>Get-SqlShowMbrs</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>server&nbsp;</td> <td>&nbsp;</td> <td>true&nbsp;</td> <td>false&nbsp;</td> <td>&nbsp;</td> </tr> <tr valign='top'> <td>group&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-SqlShowMbrs</div> <h2> Return Values </h2> <div>System.String Get-SqlShowMbrs returns an array of System.String.</div> <h2> Examples </h2> <h3> EXAMPLE 1</h3> <pre>Get-SqlShowMbrs $(Get-SqlServer "Z002\sql2K8") "Z002\PayrollUsers"</pre> <div>This command gets a fully recursive list of members for the Windows group Z002\PayrollUsers.</div> </body> </html>