What It Does
When enabled, the agent can:- Generate cryptographically secure passwords
- Meet standard complexity requirements
- Provide passwords for use in other operations
How to Use
This tool is typically used in conjunction with:- Reset Password — to set new passwords in M365
- Create User in Entra ID — to set initial passwords
- Generate Secure Link — to securely share the password
Password Redaction in the Run History
A password generated by this tool is redacted from the run history — the steps Neo Agent records for that run, and the run’s own closing message on Event History. The agent still works with the real value — a password reset cannot happen without it — but the stored copy shows***MASKED***
in its place.
This covers the places a password used to become readable after the fact:
- The password field in the tool’s own result.
- A password written into a script the agent runs, such as the
Set-ADAccountPasswordcommand in an on-premises Active Directory reset. - A password a script prints in its own output.
- A password the agent mentions in its own reasoning step, both while the step streams and in the final saved version of it.
- A password the agent quotes in the message it reports back at the end of the run.
