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
How to align div to center in the CSS
iphones - do they sync well with outlook contacts?
Install of XP sets up CDROM/USB/SD Media as C:/D:/E:/F:/G:/H: logical drives & hard drive is I:
C# & WMI get mapped shares
Website development
Copying and pasting a transparent GIF
PHP String Help to Determine Output and Layout of a Value
Domain account with read only permissions
SQL*Loader-128 Unable to begin session; ORA-01017: invalid username/password
SQL Server 2005 Enterprise update query takes too long.