New-SystemMessage -DsnCode <EnhancedStatusCode> -Internal <$true | $false> -Language <CultureInfo> -Text <String> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-WhatIf [<SwitchParameter>]]
例如:
添加 DSN
代码为 5.3.5
的新的自定义 DSN
邮件。此 DSN
邮件只显示给外部用户。DSN邮件的文本与邮件语言(英语)一起包含在命令行中。
New-SystemMessage -DsnCode 5.3.5 -Language En -Internal $false -Text "The recipient e-mail system can't process this e-mail message. Please
contact your system administrator for more information."