ADS Enumerate Group - Password will not be stored/used

In the action “Active Directory Enumerate Group” the Password is not stored and by this way is never used. So any action run of this action will result an error “wrong password”.

Hi Fred,

Thanks for letting us know, I’ve checked in a fix and should have a new test build available soon. In the mean time you can set the password by adding the following script to the ‘BeforeAction’ event of the action:

Action.PropertyStore.Token = EncryptString(“YOUR_PASSWORD”);

Regards,
Paul.