Hi
I want to To disable outlook anywhere for a single user aind I use this command Shell
Get-Mailbox –Identity <username> | Set-CASMailbox -MAPIBlockOutlookRpcHttp:$True
This command not work and I receive this error
A positional parameter cannot be found that accepts argument 'True'.
+ CategoryInfo : InvalidArgument: (:) [Set-CASMailbox], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Set-CASMailbox
Please let me what command I'll use or solution to disable Outlook anywhere.
Thanks
Rachida MS