Summary: Use Windows PowerShell to get the current time.
How can I use Windows PowerShell to get the current time?
Use the Get-Date cmdlet and specify a –DisplayHint of Time:
Get-Date -DisplayHint time
Summary: Use Windows PowerShell to get the current time.
How can I use Windows PowerShell to get the current time?
Use the Get-Date cmdlet and specify a –DisplayHint of Time:
Get-Date -DisplayHint time