缺lessMailboxFolderPermission cmdlet

我试图在Exchange Server 2010上使用Exchange命令行pipe理程序修改日历权限。但是 – 我没有看到cmdlet设置/获取/添加-MailboxFolderPermission( http://technet.microsoft.com/zh-cn/library/ff522363 .aspx )之间 – 如果我列出所有交换相关的cmdlet(get-excommand),我看到例如这些:

... Function Set-MailboxDatabase ... Function Set-MailboxDatabaseCopy ... Function Set-MailboxJunkEmailConfiguration ... Function Set-MailboxMessageConfiguration ... ... 

没有Set-MailboxFolderPermission cmdlet。

问题是 – 我在这里错过了什么? 为了logging,我想遵循本指南: http : //thoughtsofanidlemind.wordpress.com/2010/09/22/calendar-sharing-owa-2010/ ,它是RTM版本,而不是SP1。

谢谢!

那么,我终于明白了。 Set-MailboxFolderPermission在SP1中新出现。 对于RTM版本,解决scheme位于Remove-MailboxFolderPermission中,然后使用Add-MailboxFolderPermission重新分配权限。