external help file | Module Name | online version | schema |
---|---|---|---|
PSClock-help.xml |
PSClock |
2.0.0 |
Get PSClock details.
Get-PSClock [<CommonParameters>]
This command will provide detailed information about a PSClock.
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.
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.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/