Remove-NectarEmailDomain
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-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!
Remove an allowed email domain that can be used for login IDs.
Syntax
Remove-NectarEmailDomain
-EmailDomain <String>
-TenantName <String>
-Identity <Int32>
Examples
Example 1
Remove-NectarEmailDomain -EmailDomain contoso.com
Removes the contoso.com email domain from the list of allowed domains on the logged in Nectar DXP tenant.
Parameters
-EmailDomain <String>
The email domain to remove from the tenant.
| Parameter | Value |
|---|---|
| Required | false |
| Position | 1 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
| Parameter | Value |
|---|---|
| Required | false |
| Position | 2 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-Identity <Int32>
| Parameter | Value |
|---|---|
| Required | false |
| Position | 3 |
| Required | false |
| Default Value | 0 |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
Was this article helpful?