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.
I have a number of custom Powershell scripts that add users to Teams, groups, etc. I re-use these scripts dozens of times for different conditions and only change one ... possible to convert this script to a custom command and pass parameters to it instead?
Dear, I'm having issue in adding a group to a Business Unit. The situation is as following: We have given our IT ServiceDesk access to manage certain groups. This is ... Unit.", "Information") Can you please verify what is preventing the addition? 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") }