Skip to content

Commit

Permalink
Adding Get-LaMetricTime (Fixes #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 10, 2022
1 parent 0ed79e1 commit 7895f21
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/Get-LaMetricTime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
Get-LaMetricTime
----------------
### Synopsis
Gets LaMetricTime

---
### Description

Gets LaMetricTime devices.

---
### Related Links
* [Connect-LaMetricTime](Connect-LaMetricTime.md)



---
### Examples
#### EXAMPLE 1
```PowerShell
Get-LaMetricTime
```

---
### Parameters
#### **IPAddress**

One or more IP Addresses of LaMetricTime devices.



> **Type**: ```[IPAddress[]]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
### Outputs
* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject)




---
### Syntax
```PowerShell
Get-LaMetricTime [-IPAddress <IPAddress[]>] [<CommonParameters>]
```
---

0 comments on commit 7895f21

Please sign in to comment.