Setting the startup account for the Active Administrator Notification Service
This cmdlet sets the username and password for the startup account for the Active Administrator® Notification Service. For the corresponding option in AA Server Manager, see Setting the services startup accounts
Set-NotificationServiceStartupAccount [-UserName <string>] [-Password <string>] [<CommonParameters>]Example
Switching operation status of the Active Administrator Notification Service
This cmdlet switches the operation status of Active Administrator® Notification Service from Running to Stopped, or Stopped to Running. For the corresponding option in AA Server Manager, see Stopping and starting AFS and ADS services.
If the operation status is Running, running this cmdlet changes the status to Stopped. To view the current status, use Get-NotificationServiceOperationStatus. See Getting operation status for the Active Administrator Notification Service.
Using cmdlets to manage Active Administrator tasks
The ActiveAdministrator module contains cmdlets used to support the management of Active Administrator tasks. This module is imported with the Active Administrator console and can be accessed using the Settings | AA PowerShell Console menu option.
Active Templates and Delegations Cmdlets
To display all cmdlets in the module, use the command
Get-Command -Module ActiveAdministrator.ClientDelegations
Table 150. Active Templates and Delegations Cmdlets
Creates a new active template and returns its Id.
Creates a new active template for the forest and returns its newly generated Id.
To see the examples, type: "get-help New-ActiveTemplate -examples".
For more information, type: "get-help New-ActiveTemplate -detailed".
For technical information, type: "get-help New-ActiveTemplate -full".