Pages

Monday, February 22, 2010

Enable RPC/HTTP (Outlook Anywhere) in Exchange 2007 on single user

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