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
Out of disk space > cannot uninstall programs
Linux - auto log in to web site
counts records in a query
PHP Post
IIS 6 MIME type for .prd
DB Owner right is missing but I can't find which database it is
Change data path in Sage 50 Payroll
Make comments to articles PHP
Image Files Shrink
C# How can I dynamically create an object that is not referenced in the project.