Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 1.69 KB

Get-PSClock.md

File metadata and controls

85 lines (55 loc) · 1.69 KB
external help file Module Name online version schema
PSClock-help.xml
PSClock
2.0.0

Get-PSClock

SYNOPSIS

Get PSClock details.

SYNTAX

Get-PSClock [<CommonParameters>]

DESCRIPTION

This command will provide detailed information about a PSClock.

EXAMPLES

Example 1

PS C:\> Get-PSClock

Running Format FontFamily Size Weight Color  Style  OnTop RunspaceID
------- ------ ---------- ---- ------ -----  -----  ----- ----------
True      F    Segoi UI     30 Normal yellow Normal False         62

Get details about the currently running clock.

Example 2

PS C:\> Get-PSClock | Select *

Started         : 11/7/2023 4:18:30 PM
Format          : F
Output          : Tuesday, November 7, 2023 4:26:18 PM
Running         : True
FontFamily      : Segoi UI
Size            : 30
Weight          : Normal
Color           : yellow
Style           : Normal
OnTop           : False
CurrentPosition : {1635, 1089}
RunspaceID      : 62

Get all details about the current clock.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

psclock

NOTES

Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/

RELATED LINKS

Set-PSClock

Start-PSClock

Stop-PSClock

Save-PSClock