Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

New-NectarEmailDomain

Prev Next

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.

RequiredTrue
Position1
Default valueNone
Accept pipeline input?True (ByPropertyName)
Accept wildcard characters?False


-TenantName 
The name of the Nectar DXP tenant. Only used in multi-tenant configurations.

RequiredFalse
Position2
Default valueNone
Accept pipeline input?True (ByPropertyName)
Accept wildcard characters?False