< Back
Get-CrmTimeZones
Post
NAME Get-CrmTimeZones
SYNOPSIS
Retrieves CRM Timezone information.
SYNTAX
Get-CrmTimeZones [[-conn] <CrmServiceClient>] [<CommonParameters>]
DESCRIPTION
The Get-CrmTimeZones cmdlet lets you retrieve CRM Timezone information.
PARAMETERS
-conn <CrmServiceClient>
A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.
Required? false
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- Example 1 --------------------------
Get-CrmTimeZones -conn $conn
This example retrieves timezone information.
Timezone Name TimeZoneCode
------------- ------------
(GMT-12:00) International Date Line West 0
(GMT+13:00) Samoa 1
(GMT-10:00) Hawaii 2
(GMT-09:00) Alaska 3
(GMT-08:00) Pacific Time (US & Canada) 4
...
-------------------------- Example 2 --------------------------
Get-CrmTimeZones
This example retrieves timezone information by omitting parameter names.
When omitting parameter names, you do not provide $conn, cmdlets automatically finds it.
Timezone Name TimeZoneCode
------------- ------------
(GMT-12:00) International Date Line West 0
(GMT+13:00) Samoa 1
(GMT-10:00) Hawaii 2
(GMT-09:00) Alaska 3
(GMT-08:00) Pacific Time (US & Canada) 4
...
RELATED LINKS
SYNOPSIS
Retrieves CRM Timezone information.
SYNTAX
Get-CrmTimeZones [[-conn] <CrmServiceClient>] [<CommonParameters>]
DESCRIPTION
The Get-CrmTimeZones cmdlet lets you retrieve CRM Timezone information.
PARAMETERS
-conn <CrmServiceClient>
A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.
Required? false
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- Example 1 --------------------------
Get-CrmTimeZones -conn $conn
This example retrieves timezone information.
Timezone Name TimeZoneCode
------------- ------------
(GMT-12:00) International Date Line West 0
(GMT+13:00) Samoa 1
(GMT-10:00) Hawaii 2
(GMT-09:00) Alaska 3
(GMT-08:00) Pacific Time (US & Canada) 4
...
-------------------------- Example 2 --------------------------
Get-CrmTimeZones
This example retrieves timezone information by omitting parameter names.
When omitting parameter names, you do not provide $conn, cmdlets automatically finds it.
Timezone Name TimeZoneCode
------------- ------------
(GMT-12:00) International Date Line West 0
(GMT+13:00) Samoa 1
(GMT-10:00) Hawaii 2
(GMT-09:00) Alaska 3
(GMT-08:00) Pacific Time (US & Canada) 4
...
RELATED LINKS