Gets Hue ResourceLinks
Gets ResourceLinks from one or more Hue Bridges
Get-HueResource
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
Get-HueResource [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Schedule [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Rule [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Scene [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Sensor [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Group [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Configuration [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Capability [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Resource [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueResource -Light [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]