Random AD Password generation

Hi Saurav

I understand you have shared the code. But without proper logs it’s difficult to help on what is failing.

If your script is not even starting that definitely means either dll is not accessible or the import statements are not working correctly.

I have a question here - In AD Create Account, as for testing purpose, I was adding a static password value in password attribute, do I have to remove it or disable password attribute to get this script working?

Thanks.

Ad does not allow you to create an account without a password so you can’t remove that.

Yeah, correct. I checked VA and IQServices logs nothing is captured there as well.

If your client has Azure and TAP (Temporary Access Pass) configured, you can generate this password through Graph API.

That’s the way I’m handling first pass on my implementations if I have the opportunity. When ISC identifies that the user account has synced in Entra ID, I make a request to TAP via workflows and Graph API!