Skip to content

Files

Latest commit

 

History

History
218 lines (120 loc) · 3.04 KB

Get-LaMetricTime.md

File metadata and controls

218 lines (120 loc) · 3.04 KB

Get-LaMetricTime

Synopsis

Gets LaMetricTime


Description

Gets LaMetricTime devices.


Related Links


Examples

EXAMPLE 1

Get-LaMetricTime

EXAMPLE 2

Get-LaMetricTime -Audio         # Gets audio settings

EXAMPLE 3

Get-LaMetricTime -Bluetooth     # Gets bluetooth settings

EXAMPLE 4

Get-LaMetricTime -Notification  # Gets notifications (there may be none)

EXAMPLE 5

Get-LaMetricTime -Audio         # Gets audio settings

Parameters

IPAddress

One or more IP Addresses of LaMetricTime devices.

Type: [IPAddress[]]

Required: false

Position: named

PipelineInput:true (ByPropertyName)


Application

If set, will get apps from an LaMetric device.

Type: [Switch]

Required: true

Position: named

PipelineInput:false


Audio

If set, will get audio settings of an LaMetric Time device

Type: [Switch]

Required: true

Position: named

PipelineInput:false


Bluetooth

If set, will get bluetooth settings of an LaMetric Time device

Type: [Switch]

Required: true

Position: named

PipelineInput:false


Display

If set, will get display settings of an LaMetric Time device

Type: [Switch]

Required: true

Position: named

PipelineInput:false


Notification

If set, will get LaMetric Time notifications

Type: [Switch]

Required: true

Position: named

PipelineInput:false


Package

If set, will get details about a particular package of an LaMetric Time device.

Type: [String]

Required: true

Position: named

PipelineInput:true (ByPropertyName)


WiFi

If set, will get wifi settings of an LaMetric Time device

Type: [Switch]

Required: true

Position: named

PipelineInput:false


Outputs


Syntax

Get-LaMetricTime [-IPAddress <IPAddress[]>] [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Application [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Audio [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Bluetooth [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Display [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Notification [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Package <String> [<CommonParameters>]
Get-LaMetricTime [-IPAddress <IPAddress[]>] -WiFi [<CommonParameters>]