agenda's
i need to inventarize the shared agenda's with their permissions. Is that possible? if so, how?
October 10th, 2011 11:38am
Hi enlil,
If you want to view user’s permission on one user’s (let’s say Test1) Calendar, you can use this to achieve the goal:
Get-MailboxFolderPermission –identity Test1@domain.com:\Calendar
You can know more detail in this document:
Get-MailboxFolderPermission
http://technet.microsoft.com/en-us/library/dd335061.aspx
Thanks,
Evan
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2011 4:12am
Hi enlil,
If you want to view user’s permission on one user’s (let’s say Test1) Calendar, you can use this to achieve the goal:
Get-MailboxFolderPermission –identity Test1@domain.com:\Calendar
You can know more detail in this document:
Get-MailboxFolderPermission
http://technet.microsoft.com/en-us/library/dd335061.aspx
Thanks,
Evan
October 12th, 2011 11:04am
will have a look at it. thanks
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2011 2:07pm