Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Show Time

$
0
0

Summary: Use Windows PowerShell to show the current time.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily display only the current time?

Hey, Scripting Guy! Answer Use the Get-Date cmdlet and choose the Time display hint:

Get-Date -DisplayHint Time


Viewing all articles
Browse latest Browse all 3333

Trending Articles