Here is the quick command that you can use to view the properties of an Exchange 2007 user.
Get-CASMailbox -Identity jsmith fl more
You can use the following cmdlet to set RPC over HTTPs (Outlook Anywhere).
Get-CASMailbox -Identity jsmith Set-CASMailbox -MAPIBlockOutlookRpcHttp:$false
No comments:
Post a Comment