Search notes:

PowerShell cmdLet Get-TimeZone

get-timeZone returns a System.TimeZoneInfo object.
PS C:\> get-timeZone

Id                         : W. Europe Standard Time
DisplayName                : (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
StandardName               : W. Europe Standard Time
DaylightName               : W. Europe Daylight Time
BaseUtcOffset              : 01:00:00
SupportsDaylightSavingTime : True

See also

get-computerInfo | select-object timezone
Powershell command noun: timeZone

Index