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
Expand/Collapse Single SubForm Record; how to?
PFDavAdmin Web Interface
Excel Label Control
Backup AD, DHCP & DNS
Dedupe a mysql output using php
Using xslt to generate sql scripts
PAgebreak view in MS excel 2007
How to setup a Group Policy (GP) in SBS2008 server to open some ports in Windows Firewall
Microsoft Loopback Adapter DHCP Issue
Make a selection based on age calculated from birth date