To get the current Time in Hour:Minutes:Seconds format in PowerShell, you should use the below cmdlet: $(Get-Date).ToString('hh:mm:ss').
確定! 回上一頁