CloudPanel currently has five actions that are available to execute a custom powershell script after:
- Adding a new company (AddCompany.ps1)
- Updating a company (UpdateCompany.ps1)
- Deleting a company (DeleteCompany.ps1)
- Adding a new user (AddUser.ps1)
- Deleting a user (DeleteUser.ps1)
- Resetting a password (ResetPassword.ps1) [Starting with 3.2.0335]
The following parameters are available but some may not be available for all actions:
- CompanyCode
- CompanyName
- CompanyDistinguishedName
- Reference
- DomainName
- UserPrincipalName
- SamAccountName
- UserDistinguishedName
- Password
Simply add the powershell scripts you want to execute. If the file doesn’t exist then it won’t try to execute a powershell script after the action.
