Answers for "powershell get date"

4

powershell get date

Get-Date

Tuesday, June 25, 2019 14:53:32
Posted by: Guest on March-23-2020
1

powershell get date

Get-Date
   [[-Date] <DateTime>]
   [-Year <Int32>]
   [-Month <Int32>]
   [-Day <Int32>]
   [-Hour <Int32>]
   [-Minute <Int32>]
   [-Second <Int32>]
   [-Millisecond <Int32>]
   [-DisplayHint <DisplayHintType>]
   [-Format <String>]
   [<CommonParameters>]
Posted by: Guest on March-23-2020

Code answers related to "powershell get date"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language