New-NectarBusinessUnit
- 18 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
New-NectarBusinessUnit
- Updated on 18 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Create a new Nectar business unit to be assigned to a room
Syntax
New-NectarBusinessUnit
-Name <String>
-TenantName <String>
Examples
Example 1
New-NectarBusinessUnit 'Sales'
Creates a business unit called 'Sales'
Parameters
-Name <String>
The name of the business unit to create
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
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 |
Was this article helpful?