Microsoft
Software
Hardware
Network
Question : PowerShell commands for Exchange 2007
What are the powershell commands to get information on all mailboxes and queue's. Please provide single line cmdlets for each....thanks very much....
Answer : PowerShell commands for Exchange 2007
to get information about mailboxes
get-mailbox | fl
or get-mailbox -identity user@domain | fl for specific user
to get queues
Get-Queue | fl
Random Solutions
cant pass list
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix
How can I uninstall a corrupt broadcom driver?
How to re-write code using strings to Delphi 2010
Windows 7 roaming profiles
Popup details on mouse hover using Jquery
ASP.NET Error: The page was not displayed because the request entity is too large.
Trouble installing Panasonic Printer/Copier devices on SBS 2008
SID History/re-ACL'ing when moving to new AD forest
Accessing url variables to expand the correct menu item in JQuery Expand Function