I have a requirement to set AD password & share the password in email to manager. Implemented a powershell script to send the email to the manager and placed on IQService. Also tested powershell script independently on IQService box and it is working as expected. Now, I’m trying to trigger the powershell using the After Creation Rule on new AD account creation but the script is not sending any email. Not able to see anything in the log files. Also not seeing any logs related to the after creation rule in ccg logs.
Can anyone please help me in why I am not able to trigger the script from after create rule?
@PRIYANKALINGALA the logs of after create scripts should be routed to the log file within the IQService directory. Ensure that the account running IQService has the appropriate permissions to create directories and files
I would verify that the sailpoint user on the VA has the correct permissions on the folder to run the powershell script file and to create any log files that might be in use for it.
We ran into an issue with a Powershell rule that was not firing for an IIQ IQService machine and the issue was the permissions.