Link to home
Start Free TrialLog in
Avatar of SAM2009
SAM2009Flag for Canada

asked on

What is the PowerShell cmd to remove delegation access in Outlook 2010?

What is the PowerShell cmd to remove delegation access in Outlook 2010?

I need to remove all users access from "Delefate Access" in Outlook 2010. What this the approprate PowerShell cmd for that?

User generated image
We use Exchange 2010

Thanks
SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Open Outlook.
Click the File tab.
Click Account Settings, and then click Delegate Access.
You should see a new window with your list of delegates.
If there are any users in this window that you do not wish to give access to your mailbox, simply click on the user's name and click the Remove button.
Avatar of SAM2009

ASKER

I know how to remove it manually as I pasted myself the screenshot:-)

The link that Kumar referred is for Exchange 2003-2007...not sure if it still the case for Exchange 2010. I really doubt that is not possible by PowerShell.
Avatar of Peter Hutchison
You can use Exchange Web Services API through Visual Studio to do client level operations such as access mail, calendars, public folders and permissions.

See https://msdn.microsoft.com/en-us/library/office/bb856575(v=exchg.140).aspx
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SAM2009

ASKER

Thanks for your help!