Powershell Tip #103: Get current time UTC By powershellgu | July 20, 2016 3 Comments Tip: You can get the current time UTC : Solution 1 PowerShell [DateTime]::UtcNow 1 [DateTime]::UtcNow Solution 2 PowerShell (Get-Date).ToUniversalTime() 1 (Get-Date).ToUniversalTime()
Pingback: Powershell Tip #102: Get the first and last day of the month | Powershell Guru
Pingback: Powershell Tip #104: Display Message Box | Powershell Guru
Pingback: Powershell Tip #104: Display Message Box | Powershell Guru