New-NectarEmailDomain
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
New-NectarEmailDomain
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Add a new allowed email domain that can be used for login IDs.
Syntax
New-NectarEmailDomain
-EmailDomain <String>
[-TenantName <String>]
[<CommonParameters>]
Examples
Example 1
New-NectarEmailDomain -EmailDomain contoso.com
Adds the contoso.com email domain to the logged in Nectar DXP tenant
Parameters
-EmailDomain
The email domain to add to the tenant.
Required | True |
Position | 1 |
Default value | None |
Accept pipeline input? | True (ByPropertyName) |
Accept wildcard characters? | False |
-TenantName
The name of the Nectar DXP tenant. Only used in multi-tenant configurations.
Required | False |
Position | 2 |
Default value | None |
Accept pipeline input? | True (ByPropertyName) |
Accept wildcard characters? | False |
Was this article helpful?