diff --git a/docs/Get-LaMetricTime.md b/docs/Get-LaMetricTime.md new file mode 100644 index 0000000..20181d6 --- /dev/null +++ b/docs/Get-LaMetricTime.md @@ -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 ] [] +``` +---