Connect-NectarRoomDevice
- 18 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Connect-NectarRoomDevice
- 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
Connects one or more devices to a Nectar Room
Syntax
Connect-NectarRoomDevice
-RoomName <String>
-DeviceUnitedId <Int32>
-TenantName <String>
Examples
Example 1
Get-NectarDevice -SearchQuery Dallas | Connect-NectarRoomDevice -RoomName DallasBoardroom
Connects all devices with 'Dallas' in the name to the DallasBoardroom
Parameters
-RoomName <String>
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-DeviceUnitedId <Int32>
The numeric ID of the device to connect to the room. Accepts pipeline input from Get-NectarDevice
Parameter | Value |
---|---|
Required | true |
Position | 2 |
Required | true |
Default Value | 0 |
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 |
Was this article helpful?