Skip to content

Commit

Permalink
Adding Get-LaMetricTime -Application (Fixes #71)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 10, 2022
1 parent f998017 commit 4b4d381
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/Get-LaMetricTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@ One or more IP Addresses of LaMetricTime devices.


---
#### **Application**

If set, will get apps from an LaMetric device.



> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false


---
### Outputs
* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject)
Expand All @@ -51,4 +68,7 @@ One or more IP Addresses of LaMetricTime devices.
```PowerShell
Get-LaMetricTime [-IPAddress <IPAddress[]>] [<CommonParameters>]
```
```PowerShell
Get-LaMetricTime [-IPAddress <IPAddress[]>] -Application [<CommonParameters>]
```
---

0 comments on commit 4b4d381

Please sign in to comment.