Summary: Learn how to use Windows PowerShell to display the current time.
How can I use Windows PowerShell to display the current time on my computer?
Use the Get-Date cmdlet and tell it to show only the time, for example:
Get-Date -DisplayHint Time
Summary: Learn how to use Windows PowerShell to display the current time.
How can I use Windows PowerShell to display the current time on my computer?
Use the Get-Date cmdlet and tell it to show only the time, for example:
Get-Date -DisplayHint Time