We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Set-AcmaConstantValue cmdlet sets the value of a constant in the ACMA database
Set-AcmaConstantValue -Name<string> -Value <string>
The name of the constant
The value to set
Set-AcmaConstantValue -Name "mailSuffix" -Value "@acma.com"