0 votes

We created a Scheduled Task and chose our user organisational unit as the activity scope. Then we realized that only about 10 % of the users are object-type: user and 90 % object-type: linked-mailbox.

Unfortunatley we cannot add multiple Object Types to a scheduled task. Therefore we have to create seperate schedued tasks for each Object Type.

Example: We need to archive the homedir of a linked mailbox (userobject). But there's no option in adaxes. But there is one for the object type User. Why that ?

by (100 points)

1 Answer

0 votes
by (295k points)
selected by
Best answer

Hello,

This behavior is by design. However, thank you for the suggestion, we will consider adding the action.

As of now, you can use the following PowerShell script to archive home directories of linked mailboxes in Business Rules, Custom Commands and Scheduled Tasks:

$Context.TargetObject.ArchiveHomeDirectory("\\server\Share\%username%.zip", 1)

For details, have a look at method ArchiveHomeDirectory in the following SDK article: http://adaxes.com/sdk/?IAdmUser3.html.

Related questions

0 votes
1 answer

Occationally Service Desk staff need to clear a DNS record when a desktop has been reimaged but is keeping the same name as loses the ability to manage its original DNS ... running in ADAXES. Can I just install the applet on the ADAXES server using powershell?

asked Jan 17, 2023 by stevehalvorson (110 points)
0 votes
1 answer

Or is there another solution to solve this?

asked Sep 15, 2022 by boris (550 points)
0 votes
1 answer

Hi, is it possible to export automatically the exchange online mailbox of a user to a .PST file on our archive server before the user is deleted? Kind regards, Fabian

asked Oct 26, 2023 by fabian.p (380 points)
0 votes
1 answer

Automation of user creation based on ServiceNow ticket creation.

asked Jan 24, 2022 by tdetmer (20 points)
0 votes
1 answer

When attempting to modify a shared mailbox that is in 365 but anchored in on premise AD, I am receiving the following error when trying to add a regular user to ... Builtin Administrators group anywhere, I'm not sure where Adaxes is picking this up from.

asked 6 days ago by curtisa (330 points)
3,606 questions
3,293 answers
8,343 comments
548,458 users