There is a Powershell, but can this be displayed as a GUI?

Get-MailboxFolderPermission John:\contacts | Select FolderName, user, AccessRights

Then be able to set permissions to contact as editior, publisher etc.

Add-MailboxFolderPermission John:\contacts -AccessRight PublishingEditor -User Suzan

We can currently view calendar permissions but to be able to edit contact, task etc would be wondreful.

by (30 points)

1 Answer

by (310k points)
+1 vote

Hello,

Unfortunately, there is no such possibility. However, thank you for the suggestion, we will consider it.

by (0 points)
0

Any changes in 2022?

by (310k points)
0

Hello,

There are no related changes in Adaxes as of now.

Related questions

We're on Adaxes 2026.1 - v3.18.25007. We're seeing duplicate/wrong entries when viewing or modifying a user's calendar permissions via Exchange → Delegation → Calendar access. The ... Is this a known issue? Would updating to Update 4 - v3.18.25229 resolve it?

asked Aug 19 by HappyOtter6153 (50 points)
+1 vote
0 answers

I'd like to return the litigation hold attribute values if the script returns true. How can I do this?

asked 1 day ago by GronTron (390 points)
0 votes
1 answer

I've got the following script so far using the SDK but running into an error: You cannot call a method on a null-valued expression. At line:1 char:1 + ... .BindToObjectByDN("$object.SearchResult.AdsPath.DN") $Context.Items.Add($item, $columnValues) } } } }

asked May 19, 2021 by richarddewis (260 points)
0 votes
1 answer

Using the built in 'Deprovision' Custom Command, I would like the person that is trying to Deprovision a user (Help Desk member) be asked who (from a list of existing active ... to leave the question 'blank', which means that no one gets access to the mailbox.

asked Apr 22, 2020 by RayBilyk (310 points)
0 votes
1 answer

I like to reuse action sets I've created in varying rules, tasks and commands. The main issue I am facing is I cannot find a way to make it copy and paste 1:1. It ... the other rule/task/command. Is this not possible or am I just not figuring it out? Thanks

asked Nov 22, 2024 by msheppard (880 points)
0 votes
1 answer