Exchange
--
Questions
--
Followers
Top Experts
Give rights to see private items via Exchange Management Shell
Hi
Is there a way to give away this permission via EMS? Instead of opening the other mailbox via a new Outlook profile and give delagate permission to see private items.
The problem is that I cant move folders with subfolders in a shared mailbox because it might contain private items.
Is there a way to give away this permission via EMS? Instead of opening the other mailbox via a new Outlook profile and give delagate permission to see private items.
The problem is that I cant move folders with subfolders in a shared mailbox because it might contain private items.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I believe this is a limitation within Outlook but there are two ways to assign permissions within EMS
The first method gives access to all content within the mailbox
Add-MailboxPermission Owner -User Delegate -AccessRights FullAccess
The second method can be used to add permissions to a folder and all subfolders
ForEach($f in (Get-MailboxFolderStatisti cs Owner | Where { $_.FolderPath.Contains("/R ootFolder" ) -eq $True } ) ) {
$fname = "Owner:" + $f.FolderPath.Replace("/", "\");
Add-MailboxFolderPermissio n $fname -User Delegate -AccessRights Owner }
Neither of these will give the delegate send as permissions, only mailbox access
The first method gives access to all content within the mailbox
Add-MailboxPermission Owner -User Delegate -AccessRights FullAccess
The second method can be used to add permissions to a folder and all subfolders
ForEach($f in (Get-MailboxFolderStatisti
$fname = "Owner:" + $f.FolderPath.Replace("/",
Add-MailboxFolderPermissio
Neither of these will give the delegate send as permissions, only mailbox access
ASKER CERTIFIED SOLUTION
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Thank you, yes i tried the previous sugestion but it didnt give the permissions needed, nice to give full mailbox-access to manye ppl though. EWS is probably the way to go, I will have a look at it during this week. Thanks to everybody for sugestions! :-)






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Exchange
--
Questions
--
Followers
Top Experts
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.