通过Powershell在Exchange 2013中预订YouTube

时间:2014-12-09 05:24:49

标签: powershell-v2.0 exchange-server office365

我正在尝试通过Powershell来计算如何在Exchange 2013中更改房间(资源邮箱)的“BookingWindowInDays”值。

我找不到实现此功能的命令,因为 Get-MailboxCalendarSettings 似乎已过时(Exchange 2K3 / 2K7)。 命令 Get-MailboxCalendarConfiguration 对我也没有帮助。

有人可以告诉我什么powershell命令可以在Exchange 2013上实现这一目标?

2 个答案:

答案 0 :(得分:0)

enter image description here

找到它:

    Set-CalendarProcessing -Identity *<room id>* -BookingWindowInDays *<n_days>*

答案 1 :(得分:0)

imiona.append("Renata")

        ^

SyntaxError: invalid syntax

默认Set-CalendarProcessing -Identity <MailboxIdParameter> -BookingWindowInDays <Int32> 为180天,我将其更改为1080天:

BookingWindowInDays