We have a workflow where when an employee is deprovisioned we manually add a manager to access of the network drive of the employee. We would like to add this to the process and allow 14 days access and then move the drive to a "holding" folder for 365 days then delete it. We did see a few options in the custom command builder but unsure of the actual settings needed.
Hello,
The solution will include a Custom Command and a Scheduled Task. The command will execute the following script from our repository: http://www.adaxes.com/script-repository ... er-s15.htm and set a date property to the current date/time. We recommend using one of Adaxes custom date attributes (e.g. CustomAttributeDate1). The property will be used to detect when the home directory must be moved and deleted. The Scheduled Task will move and delete the home directory depending on the date property (i.e. CustomAttributeDate1).
i. Creating the Custom Command
ii. Creating the Scheduled Task.
Hi, in our Create User action we have setup a custom binary attribute to upload the staff picture. Is there a way to save the uploaded image to a network share and rename ... out how to save the uploaded image to the share with proper file name. Thank you.
The use case we are looking for is providing a list of titles for users to choose from when initiating a re-hire. We already have a title property pattern established and would ... that we can manage the list in one place. Let me know and as always, thanks.
We've the following script we want to use in Adaxes to create as part of user creation, to ask if the user will need a AWS workspace, then asks employeetype for different ... "Error") exit(-1) } else { $Context.LogMessage("Created workspace", "Information") }
Hi team, I have a follow up to this question https://www.adaxes.com/questions/14234/business-after-adding-members-powershell-script-executed Let me explain my setup A rule- ... area% failed due to the following exception: $($_.Exception.Message)", "Error") }
Hi, When we add custom command action in UI, when a user selects 1 or more users for that custom commands, is there a way to integrate those selected users as input value into that custom command script and take action on those users.