Get-TimeZone
Gets the current time zone or a list of available time zones.
Sintassi
Name (impostazione predefinita).
Get-TimeZone
[[-Name] <String[]>]
[<CommonParameters>]
Id
Get-TimeZone
-Id <String[]>
[<CommonParameters>]
ListAvailable
Get-TimeZone
[-ListAvailable]
[<CommonParameters>]
Descrizione
The Get-TimeZone cmdlet gets the current time zone or a list of available time zones.
Esempio
Example 1: Get the current time zone
Get-TimeZone
This command gets the current time zone.
Example 2: Get time zones that match a specified string
Get-TimeZone -Name "*pac*"
Pacific Standard Time (Mexico)
(UTC-08:00) Pacific Time (US & Canada)
Pacific Standard Time
SA Pacific Standard Time
Pacific SA Standard Time
West Pacific Standard Time
Central Pacific Standard Time
This command gets all time zones that match the specified wildcard.
Example 3: Get all available time zones
Get-TimeZone -ListAvailable
This command gets all available time zones.
Parametri
-Id
Specifies, as a string array, the ID or IDs of the time zones that this cmdlet gets.
Proprietà dei parametri
| Tipo: | String[] |
| Valore predefinito: | None |
| Supporta i caratteri jolly: | False |
| DontShow: | False |
Set di parametri
Id
| Posizione: | Named |
| Obbligatorio: | True |
| Valore dalla pipeline: | False |
| Valore dalla pipeline in base al nome della proprietà: | True |
| Valore dagli argomenti rimanenti: | False |
-ListAvailable
Indicates that this cmdlet gets all available time zones.
Proprietà dei parametri
| Tipo: | SwitchParameter |
| Valore predefinito: | None |
| Supporta i caratteri jolly: | False |
| DontShow: | False |
Set di parametri
ListAvailable
| Posizione: | Named |
| Obbligatorio: | True |
| Valore dalla pipeline: | False |
| Valore dalla pipeline in base al nome della proprietà: | False |
| Valore dagli argomenti rimanenti: | False |
-Name
Specifies, as a string array, the name or names of the time zones that this cmdlet gets.
Proprietà dei parametri
| Tipo: | String[] |
| Valore predefinito: | None |
| Supporta i caratteri jolly: | True |
| DontShow: | False |
Set di parametri
Name
| Posizione: | 0 |
| Obbligatorio: | False |
| Valore dalla pipeline: | True |
| Valore dalla pipeline in base al nome della proprietà: | False |
| Valore dagli argomenti rimanenti: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Input
String
Output
TimeZoneInfo
Note
Windows PowerShell includes the following aliases for Get-TimeZone:
gtz