So whenever we get a new employee, we usually have to login to their rds account, open their outlook and give groups or individuals certain permissions / access (reviewer, editor, etc) to their calendar. Is there a way to automate this so the first time they log on these permissions are inherited and saves us the time? Thanks and I hope this is clear enough.
how to give calendar permissions administratively? Outlook 2010/Exchange 2010
561 Views Asked by kspyy At
1
There are 1 best solutions below
Related Questions in OUTLOOK-2010
- Auto Reply with notes, email body and add CC
- How to capture "Print Tab" click event at the backstage in Outlook 2010 ?
- How do I programatically open additional mailboxes in Outlook 2010?
- Asp.net get account names from outlook express
- how to give calendar permissions administratively? Outlook 2010/Exchange 2010
- Outlook 2010 Creating Folders and Subfolders
- Resolving distribution list in Outlook VBA
- Outlook 2010 macros not working on Outlook 2007
- Marketo Email Templates v2, Rounded Button in Outlook 2010/2013
- Retrieve user's Outlook status
- I want to view all recurring items from my outlook on to my c# application for today
- Attachment.Delete fails for 2007
- Searching for a folder in outlook folders: MULTIPLE OUTCOMES
- Multiple Ribbons in Outlook Addin
- Can I create an Outlook 2010 add in in Visual Studio Professional 2013?
Related Questions in EXCHANGE-SERVER-2010
- Can't call EWS service with API Java SSL and certificates
- How to download >1 MB Email attachment using EWS in C#
- Create contacts in Exchange through EWS
- imap_search problems with Exchange 2010
- How to search for an Exchange appointment for an iCalUid using Java EWS API?
- how to give calendar permissions administratively? Outlook 2010/Exchange 2010
- php ews return more than 1,000 contacts from Exchange Server
- How to use PowerShell to set-mailbox alias Exchange 2010
- Exchange Web Services (EWS) client doesn't work on server, but works locally
- EWS Managed API Double Hop
- How to set Microsoft.Exchange.WebServices.Data.Appointment When property on Update()?
- Add a second Exchange 2010 server to enable upgrade to SP3
- Outlook 2010 calendar slow for offsite server users
- Exchange 2010: How can I check what permissions a user/mailbox has towards other mailboxes?
- Disable an Exchange 2010 mailbox using VB.Net
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should look at the Add-MailboxFolderPermission cmdlet in Exchange Management Shell. The account running it will need to have Full Access to the target mailboxes in order to logon to the mailbox and apply the appropriate permissions at the folder level, but that can be granted just before the folder permissions are applied, then removed afterwards.