Microsoft
Software
Hardware
Network
Question : Check a OU where all user accounts available and get the Exchange mailbox database.
Hi,
Check a OU where all user accounts available and get the Exchange mailbox database.
Like
username | First Storage Group\IN-STORE1-3
Exchange 2007
Regards
Sharath
Answer : Check a OU where all user accounts available and get the Exchange mailbox database.
Exchange management shell, then:
Get-Mailbox -OrganizationalUnit "OU=somewhere,DC=domain,DC
=com" -ResultSize Unlimited |
Select-Object SamAccountName, Database |
Export-Csv "Report.csv"
CSV okay for the output?
Chris
Random Solutions
Execute only select sql
Where to get .msi's for group policy deployment ?
Two 2008 R2 Domains on Same Subnet - is this ok?
sending spam to junk email folder on SBS 2008
How to auto populate dropdown with last 10 calendar years?
SELECT statement never completes over db_link
Accessing MySQL thru VB.NET
Incoming e-mails being stripped
Domain account with read only permissions
Help formating a output in Powershell