I am trying to allow a non-admin to create mailboxes, but not delete them. Related to this is I need him to run:
set-casmailbox –identity <mailbox> -activesyncallowedevicedids $null
When he tries to run it, he gets this error:
‘A parameter cannot be found that matches parameter name ‘activesycnalloweddeviceids’.
I assume he does not have access to the parameter, but I cannot figure out how to give him this access, or what command to run to show me what parameters he does have access to for this cmdlet. I only want to give him the bare minimum Exchange access.
Any suggestions?
Thx