Change default Calendar sharing level

Hi.

I'm trying to find a way of how to change the default sharing level of new users calenders. I have looked at the sharing policies but it seems to me that those are only for sharing outside the organization, at least I can't find a way of how to get these working inside the organization.

Can anyone tell me if there is a way for me to set the default sharing level of all newly created users calenders automatically?

Best

Thomas


  • Edited by StoreThomas Thursday, February 26, 2015 12:58 PM
February 26th, 2015 12:11pm

You have to run a script against any newly created mailbox to change the permissions for the 'Default' user:

Set-MailboxFolderPermission -Identity user@domain.com:\Calendar -User Default -AccessRights AvailabilityOnly

  • Marked as answer by StoreThomas 2 hours 53 minutes ago
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 9:18pm

You have to run a script against any newly created mailbox to change the permissions for the 'Default' user:

Set-MailboxFolderPermission -Identity user@domain.com:\Calendar -User Default -AccessRights AvailabilityOnly

  • Marked as answer by StoreThomas 19 hours 38 minutes ago
February 26th, 2015 9:18pm

Hi,

By default, when we create a new user inside organization, Exchange will apply the default sharing policy to this new user automatically. We can check the default sharing policy by the following steps.

  1. Logon EAC, navigate to organization > sharing.
  2. Under Individual Sharing, select the default sharing a policy, and then click Edit.
  3. In sharing policy, check the box of Make this policy my default sharing policy.

You can use the same way to edit the default sharing policy.

Modify, disable, or remove a sharing policy

https://technet.microsoft.com/en-us/library/jj657460%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

Apply a sharing policy to mailboxes

https://technet.microsoft.com/en-us/library/jj657501(v=exchg.150).aspx

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
February 27th, 2015 4:27am

Thanks Vasil.

I was hoping for an automated setup possibility through the EAC and not the need for scripting myself to death but thanks for the command :)

Best

Thomas

March 5th, 2015 7:41am

This is what I was hoping would work for me but it seems that those settings has no effect on the mailboxes I create. I have tried creating a new sharing policy and assigning it to users and I have tried editing the Default sharing policy. Neither of those have any effect on the Calendar sharing internally :(

I have tried this on different Exchange servers on different Networks and neither of those I could get to work using the suggested method :(

To my knowledge the only way of doing this is to script it, was really hoping for an automated way.

But thanks for taking the time to try and anser my question :)

Best

Thomas



Free Windows Admin Tool Kit Click here and download it now
March 5th, 2015 7:44am

This is what I was hoping would work for me but it seems that those settings has no effect on the mailboxes I create. I have tried creating a new sharing policy and assigning it to users and I have tried editing the Default sharing policy. Neither of those have any effect on the Calendar sharing internally :(

I have tried this on different Exchange servers on different Networks and neither of those I could get to work using the suggested method :(

To my knowledge the only way of doing this is to script it, was really hoping for an automated way.

But thanks for taking the time to try and anser my question :)

Best

Thomas



March 5th, 2015 7:45am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics