Skip to content

Add AcmaConstant

Ryan Newington edited this page May 26, 2022 · 4 revisions

Add-AcmaConstant

Description

The Add-AcmaConstant cmdlet adds a new constant to the ACMA database

Syntax

Add-AcmaConstant -Name<string> -Value <string>

Parameters

Name

The name of the constant

Value

The value to assign to the constant

Examples

Add-AcmaConstant -Name "mailSuffix" -Value "acma.com"
Clone this wiki locally