Set-NectarRoom
    • 18 Aug 2023
    • 1 Minute to read
    • Contributors
    • Dark
      Light
    • PDF

    Set-NectarRoom

    • Dark
      Light
    • PDF

    Article Summary

    Update an existing Nectar monitored room

    Description

    Update an existing Nectar monitored room. Can change the name and the associated business units

    Syntax

    Set-NectarRoom
      -ID  <Int32>
      -Name  <String>
      -BusinessUnitID  <String[]>
      -TenantName  <String>
    

    Examples

    Example 1

    Set-NectarRoom -RoomID 1 -RoomName 'Secondary Boardroom'
    

    Changes the room name with ID 1 to 'Secondary Boardroom'

    Example 2

    Get-NectarRoom -SearchQuery 'Main Boardroom' | Set-NectarRoom -RoomName 'Secondary Boardroom'
    

    Changes the room name from 'Main Boardroom' to 'Secondary Boardroom'

    Example 3

    Get-NectarRoom -SearchQuery Dallas | Set-NectarRoom -BusinessUnitID 3
    

    Changes all rooms that have Dallas in any field to BusinessUnitID 3

    Parameters

    -ID <Int32>
    The ID of the room to update. Can be obtained via Get-NectarRoom and will accept pipeline input

    ParameterValue
    Requiredtrue
    Position1
    Requiredtrue
    Default Value0
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -Name <String>
    The new name of the room

    ParameterValue
    Requiredfalse
    Position2
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

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

    ParameterValue
    Requiredfalse
    Position3
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -TenantName <String>
    The name of the Nectar DXP tenant. Used in multi-tenant configurations.

    ParameterValue
    Requiredfalse
    Position4
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy, a super-smart generative AI, opening up ways to have tailored queries and responses