Powershell - How many mailboxes
one forest, two domains using Exchange 2010. With the command Get-MailboxDatabase -Status to find out how many mailboxes in a database I only get the amount of mailboxes from one of the domains. What do I add to it in order to get the info
from both domains?
July 17th, 2012 4:52pm
Try running this before running the cmdlet.
$AdminSessionADSettings.ViewEntireForest = $true
Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
July 17th, 2012 5:21pm
Hi Sandy
Did you try above cmdlet?
CheersZi Feng
TechNet Community Support
July 21st, 2012 2:40am