We have come across an issue we need assistance with. We would like to add a process in the deprovisioning to Cancel all reoccurring or non reoccurring meetings for the user. We have orphaned meetings tieing up rooms.
Any ideas?
Hello,
We created a script that deletes meetings scheduled for an Office 365 mailbox. See it in our Script Repository: http://www.adaxes.com/script-repository ... r-s426.htm.
You can add the script to the Custom Command used for deprovisioning employees. To do this, use the Run a program or PowerShell script action. We recommend setting the $startDateProperty parameter of the script to adm-CurrentDateTime and the $endDateProperty parameter to $NULL.
Do you have a version for on prem Exchange?
We don't have one, but we'll make it for you.
We appreciate it. Thank You
We've added the required script. see section Script for Exchange On-Premises here: http://www.adaxes.com/script-repository ... onpremises.
Is this script no longer available? I was looking for a script for exchange 2016.
There is no need to use scripts any longer. You can use the dedicated action:
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.
When we deprovision a user the member of groups are deleted and the power shell scrips only runs as removing all memberships. I can't see what was removed. Is there a scrips I can run prior to removing those memberships that will e-mail what they are?
Hello All, is is possible via Adaxes deprovisioning to remove all his Azure and M365 roles besides custom Powershell script? Regards Ivaylo
I would like to know if it is possible to use powershell to schedule an appointment in the outlook calendar with variables and send it via exchange Thanks in advance, Simone
Is it possible during a custom command to prompt input from the user initiating the command and to take a different action depending on their answer? For example, ... provide the automatic reply text If No - proceed with predetermined reply text. Thanks