Hello Support
We are in need of a process that will disable/delete the user mailbox after 30 days of deprovisioning a user. We already use Mailtip and forward email to the manager on file and would like to wait 30 days before deleting the mailbox from Exchange. We are using O365 but sync from On Prem to Cloud only.
Thank you as always for your support.
Jay
Hello Jay,
There is no need to delete the mailbox, you can simply revoke the Office 365 license 30 days after deprovisioning a user. To do so, you can use a Scheduled Task that will check user deprovision date and revoke all licenses if a user account was deprovisioned more than 30 days ago. The deprovision date can be specified in one of Adaxes custom attributes (e.g. CustomAttributeDate1). For example, your Deprovision Custom Command can look like the following: To create the Scheduled Task:
You should have something like the following:
Hi, Does someone already have a script that I can run as a scheduled task that will email a list of enabled active directory accounts that have exchange mailboxes? I ... First, Middle, Last, Title, Location and Email address. Any assistance is appreciated.
How would a script be written that accomplishes the following task? In this scenario, UserA would be selected with the Modify user action, then UserB would be input to ... rule that runs the script to allow reviewer permissions on UserA's calendar for UserB
I need to pull a years worth of deprovisioned user from Adaxes. When I try to do this through the interface I only get a couple of months worth of data. What would be the ... this data...Powershell? Is there a script that someone has that I can use? Thanks.
I want to create a custom Deprovission command which exports the mailbox of the user to a pst file, when it's completed the account should be deleted. Can this be done with adaxes? Thnx Remco
I have been testing different methods to do this with a powershell script, and it doesn't seem like the most reliable method with my limited PowerShell scripting ... ; Delete Mailbox task as a custom task for automated user deprovisioning. Thanks! Chris