Get-MailboxCalendarConfiguration
此 cmdlet 可在本地 Exchange 和基于云的服务中使用。 一些参数和设置可能只适用于某个特定的环境。
使用 Get-MailboxCalendarConfiguration cmdlet 显示指定邮箱的日历设置。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-MailboxCalendarConfiguration
[-Identity] <MailboxIdParameter>
[-DomainController <Fqdn>]
[<CommonParameters>]
Get-MailboxCalendarConfiguration
[[-Identity] <MailboxIdParameter>]
[<CommonParameters>]
Get-MailboxCalendarConfiguration
[-MailboxLocation <MailboxLocationIdParameter>]
[<CommonParameters>]
说明
Get-MailboxCalendarConfiguration cmdlet 返回指定邮箱的日历设置,包括:
- 工作日:在日历中显示为工作日的天数Outlook 网页版
- WorkingHoursStartTime:日历工作日开始的时间
- WorkingHoursEndTime:日历工作日结束的时间
- WorkingHoursTimeZone:在邮箱上设置的工作时间开始和结束时间的时区
- WeekStartDay:日历工作周的第一天
- ShowWeekNumbers:日历的每周数字范围从 1 到 52,而在月视图中,Outlook 网页版
- TimeIncrement:以分钟为单位递增,其中日历以Outlook 网页版显示时间
- RemindersEnabled:日历提醒到期时Outlook 网页版是否提供视觉提示
- ReminderSoundEnabled:日历提醒到期时是否播放声音
- DefaultReminderTime:Outlook 网页版中的日历显示提醒的每个会议或约会之前的时间长度
要查看返回的所有设置,请将该命令通过管道传递给 Format-List 命令。 若要查看代码示例,请参见“示例 1”。
您必须先获得权限,然后才能运行此 cmdlet。 虽然本主题中列出了此 cmdlet 的所有参数,但如果这些参数并未包含在分配给您的权限中,那么您将无法使用这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet。
示例
示例 1
Get-MailboxCalendarConfiguration -Identity kai | Format-List
本示例检索 Kai 的邮箱的所有日历设置,其中 Identity 参数使用别名格式予以指定。
示例 2
Get-MailboxCalendarConfiguration -Identity contoso\tony
本示例使用以 domain\account 格式指定的 Identity 参数并返回 Tony 的邮箱的日历设置。
示例 3
Get-MailboxCalendarConfiguration -Identity kai -DomainController DC1
此示例请求域控制器 DC1 从 Active Directory 检索 Kai 邮箱的日历设置。
参数
-DomainController
此参数只在本地 Exchange 中可用。
DomainController 参数指定此 cmdlet 从 Active Directory 读取数据或向其写入数据时使用的域控制器。 可以使用完全限定的域名 (FQDN) 来标识域控制器。 例如,dc01.contoso.com。
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-Identity
Identity 参数指定要查看的邮箱。 可以使用能够唯一标识邮箱的任意值。 例如:
- 名称
- 别名
- 可分辨名称 (DN)
- 可分辨名称 (DN)
- 域\用户名
- 电子邮件地址
- GUID
- LegacyExchangeDN
- SamAccountName
- 用户 ID 或用户主体名称 (UPN)
Type: | MailboxIdParameter |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
-MailboxLocation
此参数仅在基于云的服务中可用。
{{ Fill MailboxLocation Description }}
Type: | MailboxLocationIdParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
输入
Input types
若要了解此 cmdlet 接受的输入类型,请参阅 cmdlet 的输入和输出类型。 如果 cmdlet 的"输入类型"字段为空,则表明此 cmdlet 不接受输入数据。
输出
Output types
若要了解此 cmdlet 接受的返回类型(亦称为"输出类型"),请参阅 cmdlet 的输入和输出类型。 如果"输出类型"字段为空,则表明此 cmdlet 不返回任何数据。