Gets Hue Bridges
Gets Hue Bridges registered on the system, and gets Hue bridge resources.
Get-HueBridge
If set, will get the schedules defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the rules defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the scenes defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the sensors defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the groups (or rooms) defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the device configuration
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the device capabilities
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get resources defined on the device
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the lights defined on the device
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If provided, will filter returned items by name
Type:
[String[]]
Required: false
Position: 1
PipelineInput:true (ByPropertyName)
If set, will treat the Name parameter as a regular expression pattern. By default, Name will be treated as a wildcard
Type:
[Switch]
Required: false
Position: named
PipelineInput:true (ByPropertyName)
If set, will treat the Name parameter as a specific match
Type:
[Switch]
Required: false
Position: named
PipelineInput:true (ByPropertyName)
If provided, will filter returned items by ID
Type:
[String[]]
Required: false
Position: named
PipelineInput:true (ByPropertyName)
If set, will requery each returned resource to retreive additional information.
Type:
[Switch]
Required: false
Position: named
PipelineInput:false
-WhatIf is an automatic variable that is created when a command has [CmdletBinding(SupportsShouldProcess)]
.
-WhatIf is used to see what would happen, or return operations without executing them
-Confirm is an automatic variable that is created when a command has [CmdletBinding(SupportsShouldProcess)]
.
-Confirm is used to -Confirm each operation.
If you pass -Confirm:$false
you will not be prompted.
If the command sets a [ConfirmImpact("Medium")]
which is lower than $confirmImpactPreference
, you will not be prompted unless -Confirm is passed.
Get-HueBridge [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Schedule [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Rule [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Scene [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Sensor [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Group [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Configuration [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Capability [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Resource [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-HueBridge -Light [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [-WhatIf] [-Confirm] [<CommonParameters>]