How can I see who has access to a user's calendar in office 365?

Jono

I'm the SysAdmin for my organization and I'd like to know how to see who all has access to the director's calendar. I know how to look at a user's mailbox delegation, but does that apply to the calendar as well as the user's mailbox?

I know that if a user has Full Access to the director's mailbox, that he also has access to the calendar. But if the director grants permissions to someone for his calendar without granting full access to his mailbox, how can I see who currently has such permissions?

Thanks!

Samuel Nicholson

Exchange treats the calendar as a sub-folder of the mailbox, adding :\Calendar to the end of the standard permissions query will work.

So you have the below PowerShell cmdlet:

Get-MailboxFolderPermission -identity "John Smith:\Calendar"

You could also grant yourself full access to the mailbox, open the users calendar via OWA and just right click and view permissions.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Office 365 Outlook Calendar : How to access multiple user's calendar in a single ASP.NET MVC application?

From Dev

Office 365 Outlook Calendar : How to access multiple user's calendar in a single ASP.NET MVC application?

From Dev

Access to other user's calendar in Office 365 API

From Dev

How can I see if a login failed in the Office 365 audit log?

From Dev

How I can access calendar from Office add-in app?

From Dev

How can I check who has write access to a public organization's repository on Github?

From Dev

How can I display the email of the user who has booked

From Dev

User has shared access to his personal account in Office365 via OAuth2. How to revoke shared access programmatically?

From Dev

Using Omniauth, how can I see the repositories of a user who logs in with Github?

From Dev

How can I upload an iCal file to a user's calendar

From Dev

How to get user's exchange/outlook/office365 photo?

From Dev

Office 365 Admin centre shows an unused assigned license - but who has it?

From Dev

How can a user's mailbox be configured to use a shared mailbox's email address as its primary in Office365?

From Dev

How can I restrict who has access to the GraphiQL API browser with graphene-django?

From Dev

How can I stop the "Get Office 365" notifications in Windows 10?

From Dev

How can I forward certain emails using office365

From Dev

How can I see who reordered the teamcity build queue?

From Dev

How can I see who and when logged remotely to my computer?

From Dev

How to receive meeting invitations from Office365, so that they can be parsed and added to a calendar?

From Dev

How do I get only the new/updated events from a calendar in Office365?

From Dev

See what a user password is through powershell for office 365

From Dev

How can I prevent email notification send to user when authorizing calendar access

From Dev

Who are incidents really reported to, and how can a sudo user access the reports?

From Dev

How to programmatically check if user is federated in Office 365?

From Dev

How to add user from office 365 to a list

From Dev

Can I debug a workflow on Office 365?

From Dev

Add calendar of colleague on Office 365

From Dev

How Do I Grant Full Access to an Office 365 mailbox without it also loading into Outlook?

From Dev

How can I add permission to my app so it can use Office 365 Unified API (preview)

Related Related

  1. 1

    Office 365 Outlook Calendar : How to access multiple user's calendar in a single ASP.NET MVC application?

  2. 2

    Office 365 Outlook Calendar : How to access multiple user's calendar in a single ASP.NET MVC application?

  3. 3

    Access to other user's calendar in Office 365 API

  4. 4

    How can I see if a login failed in the Office 365 audit log?

  5. 5

    How I can access calendar from Office add-in app?

  6. 6

    How can I check who has write access to a public organization's repository on Github?

  7. 7

    How can I display the email of the user who has booked

  8. 8

    User has shared access to his personal account in Office365 via OAuth2. How to revoke shared access programmatically?

  9. 9

    Using Omniauth, how can I see the repositories of a user who logs in with Github?

  10. 10

    How can I upload an iCal file to a user's calendar

  11. 11

    How to get user's exchange/outlook/office365 photo?

  12. 12

    Office 365 Admin centre shows an unused assigned license - but who has it?

  13. 13

    How can a user's mailbox be configured to use a shared mailbox's email address as its primary in Office365?

  14. 14

    How can I restrict who has access to the GraphiQL API browser with graphene-django?

  15. 15

    How can I stop the "Get Office 365" notifications in Windows 10?

  16. 16

    How can I forward certain emails using office365

  17. 17

    How can I see who reordered the teamcity build queue?

  18. 18

    How can I see who and when logged remotely to my computer?

  19. 19

    How to receive meeting invitations from Office365, so that they can be parsed and added to a calendar?

  20. 20

    How do I get only the new/updated events from a calendar in Office365?

  21. 21

    See what a user password is through powershell for office 365

  22. 22

    How can I prevent email notification send to user when authorizing calendar access

  23. 23

    Who are incidents really reported to, and how can a sudo user access the reports?

  24. 24

    How to programmatically check if user is federated in Office 365?

  25. 25

    How to add user from office 365 to a list

  26. 26

    Can I debug a workflow on Office 365?

  27. 27

    Add calendar of colleague on Office 365

  28. 28

    How Do I Grant Full Access to an Office 365 mailbox without it also loading into Outlook?

  29. 29

    How can I add permission to my app so it can use Office 365 Unified API (preview)

HotTag

Archive