0 votes

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

+1 vote
by (289k points)

Hello,

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

0

Any changes in 2022?

0

Hello,

There are no related changes in Adaxes as of now.

Related questions

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 (240 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 2 days ago by msheppard (470 points)
0 votes
1 answer

We're tryingo to create a custom task that would allow us to create a service account and run some logic. These need to start with "svc_". Im able to do this on ... possible? Alternatively, could I use the built in task and add additional fields to the form?

asked Jul 30 by ZoomGhost (280 points)
0 votes
1 answer

We need to run a scheduled task twice a year, so I chose every 182 days like it's suggested in here, only problem is that there is no way to change the next run ... really don't want these tasks to be triggered again if they've already been executed this year.

asked May 8 by boing (20 points)
3,550 questions
3,241 answers
8,235 comments
547,827 users