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
Bash Programming
save as "outlook message format"
how to convert oracle rows into columnscolumns
How do I migrate a SharePoint 2010 site to a new server and new SQL instance
Find and export contacts by value in Account entity
process
How many emails can we send?
How to configure a VPN on a Cisco 1811
Meta Data Removal Tool Suggestions?
json to javascript - google charts