Customers often ask me what all they can do through PowerShell with Exchange Labs. There are several resources I always refer to, but sometimes it is nice just to have a list in front of you.
General resources you can use are:
Scripting with PowerShell:
http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx
Exchange Labs
http://technet.microsoft.com/en-us/exchangelabshelp/default.aspx
And if you want a list, then you can run this command, courtesy of one of our consultants (Ben Appleby)...
Invoke-Command –Runspace $rs {Get-ManagementRole “OrgManagement_Tenant” | Get-ManagementRoleEntry} | Select Name, Parameter | ConvertTo-HTML > CmdletExport.html
Enjoy!
Jonny
