I've got an Active Directory Security Group with a number of people in it. I'd like anyone in that group to be able to update each other's calendars. How do I go about telling Exchange (2010) to do this?
Trying this:
Add-MailboxFolderPermission jimbob:\Calendar -User coolgroup -AccessRights Editor
Results in:
The specified mailbox "jimbob" doesn't exist.
+ CategoryInfo : NotSpecified: (0:Int32) [Add-MailboxFolderPermission], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 182E7303,Microsoft.Exchange.Management.StoreTasks.AddMailboxFolderPermission
I've tried it with and without "-Identity", with full e-mail address, and by common name. All do exactly the same thing.
get-mailbox jimbob? – longneck Jan 28 at 20:13