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
Windows 2008 slow DNS server
MySQL to MS SQL Syntax
Office 2007 Word Docs Slow opening Over VPN
DB2 Equivalent of Brackets in Access
Anti-Spam Plugin (Outlook 2007)
iPhone - playing youtube / video / audio of a youtube
using setTimeout with window.opener.location.rel
oad();
Webphere admin console throwing 404 error
how to find date when Win7 Home was installed
Remove Columns from CSV file, save results to new file