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 (272k 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 (470 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 (150 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

The built in functionality to convert exchange online mailboxes to shared does not work for users that are synced from our local AD via Azure AD connect. How can we over ... account to in cloud from synced with AD all our issues with this would be resolved.

asked Jul 31, 2019 by john.morrow (270 points)
3,347 questions
3,047 answers
7,784 comments
545,026 users