From 4b4d381a9626fe855e4ad02e66fff0f0eec67f83 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 10 Nov 2022 21:37:47 +0000 Subject: [PATCH] Adding Get-LaMetricTime -Application (Fixes #71) --- docs/Get-LaMetricTime.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/Get-LaMetricTime.md b/docs/Get-LaMetricTime.md index 20181d6..3a44901 100644 --- a/docs/Get-LaMetricTime.md +++ b/docs/Get-LaMetricTime.md @@ -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) @@ -51,4 +68,7 @@ One or more IP Addresses of LaMetricTime devices. ```PowerShell Get-LaMetricTime [-IPAddress ] [] ``` +```PowerShell +Get-LaMetricTime [-IPAddress ] -Application [] +``` ---