In SharePoint, if you want to enumerate all the users in the Farm Administrators group, you can use the following script. [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
#Provide the URL of SharePoint Central Administration
$caURL = "http://sp2010...
[More]