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-NectarRoom

Prev Next

Create a new Nectar monitored room

Syntax

New-NectarRoom
  -RoomName  <String>
  -BusinessUnitID  <Int32[]>
  -TenantName  <String>

Examples

Example 1

New-NectarRoom 'Main Boardroom'

Creates a room called 'Main Boardroom'

Example 2

New-NectarRoom 'Main Boardroom' -BusinessUnitID 1,3

Creates a room called 'Main Boardroom' and assign business units 1 and 3 to the room

Parameters

-RoomName <String>
The name of the room to create

Parameter Value
Required true
Position 1
Required true
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-BusinessUnitID <Int32[]>
One or more business unit IDs to assign to the room. Business Unit IDs can be obtained via Get-NectarBusinessUnit

Parameter Value
Required false
Position 2
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 3
Required false
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false