en-US/Uptime.psm1-Help.xml
<?xml version="1.0" encoding="utf-8"?><helpItems schema="maml"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-Uptime</command:name> <maml:description> <maml:para>Get the TimeSpan since last boot.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <command:verb>Get</command:verb> <command:noun>Uptime</command:noun> <dev:version /> </command:details> <maml:description> <maml:para>This cmdlet returns the time elapsed since the last boot of the operating system.</maml:para> <maml:para>The Get-Uptime cmdlet was introduced in PowerShell 6.0.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-Uptime</maml:name> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Since</maml:name> <maml:description> <maml:para>Cause the cmdlet to return a DateTime object representing the last time that the operating system was booted.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> <maml:name>WhatIf</maml:name> <maml:description> <maml:para /> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Confirm</maml:name> <maml:description> <maml:para /> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Since</maml:name> <maml:description> <maml:para>Cause the cmdlet to return a DateTime object representing the last time that the operating system was booted.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri/> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> <maml:name>WhatIf</maml:name> <maml:description> <maml:para /> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri/> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> <maml:name>Confirm</maml:name> <maml:description> <maml:para /> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri/> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name></maml:name> <maml:uri></maml:uri> <maml:description/> </dev:type> <maml:description> <maml:para /> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.TimeSpan</maml:name> <maml:uri></maml:uri> <maml:description/> </dev:type> <maml:description> <maml:para>This is the default return type when no parameters are used.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <maml:name>System.DateTime</maml:name> <maml:uri /> <maml:description/> </dev:type> <maml:description> <maml:para>This type is returned when using the Since parameter.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors></command:terminatingErrors> <command:nonTerminatingErrors></command:nonTerminatingErrors> <maml:alertSet> <maml:title></maml:title> <maml:alert> <maml:para>On Windows, the value returned is the same as the LastBootUpTime property of the Win32_OperatingSystem class in WMI.</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:paragraph>PS C:\></maml:paragraph> </maml:introduction> <dev:code>Get-Uptime</dev:code> <dev:remarks> <maml:para>Show time since last boot.</maml:para> <maml:para /> <maml:para /> <maml:para>Days : 9 Hours : 0 Minutes : 9 Seconds : 45 Milliseconds : 0 Ticks : 7781850000000 TotalDays : 9.00677083333333 TotalHours : 216.1625 TotalMinutes : 12969.75 TotalSeconds : 778185 TotalMilliseconds : 778185000</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText> <maml:para /> </command:commandText> </command:commandLine> </command:commandLines> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title> <maml:introduction> <maml:paragraph>PS C:\></maml:paragraph> </maml:introduction> <dev:code>Get-Uptime -Since</dev:code> <dev:remarks> <maml:para>Show the time of the last boot.</maml:para> <maml:para /> <maml:para /> <maml:para>Tuesday, June 18, 2019 2:34:56 PM</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText> <maml:para /> </command:commandText> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Win32_OperatingSystem</maml:linkText> <maml:uri>https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-operatingsystem</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |