exchange powershell : get-mailbox outside default scope
Posted
by phill
on Stack Overflow
See other posts from Stack Overflow
or by phill
Published on 2009-01-05T23:39:20Z
Indexed on
2010/03/24
11:13 UTC
Read the original article
Hit count: 588
exchange
|powershell
how do you run the cmdlet "get-mailbox" outside the current default scope of the current domain?
When I run get-mailbox -OrganizationalUnit bob.com/bobsage I get an error message saying: Get-mailbox: The requested search root 'rmcv.com/rmcvanguard' is not in the current default scope 'ems-1.net'. Cannot perform searches outside the current default scope.
thanks in advance
© Stack Overflow or respective owner