我正在尝试使用Add-MailboxFolderPermission cmdlet让PowerShell向日历授予权限,但是,如果已经设置了权限,我希望它使用Set-MailboxFolderPermission到目前为止,我的脚本如下所示:$allmailbox = Get-Mailbox -OrganizationalUnit "OUThis is typically a manager'
$Rights = Read-Host '
后台:我一直在编写一个powershell脚本,用于将文件从Windows '08上的Sharpoint 2010实例(使用Powershell 2.x)迁移到Windows '12上的Sharepoint2013实例(使用Powershell 3.x)。Function GetCorrectScope # scoping changed between version 2 and 3 of powershell
# in versionif ($psversiontable.psv
{ $_.PSIsContainer -eq $true } #Does Current Level have Folders?Deeper if ($dir -eq $null) #Deepest Branch return # Go Back One大部分的困难都来自于powershell抓到的问题和未被注意到的问题,即压缩目录不是路径独立的。看来我以后需要重写这个函数,使其与路径无关。
powershell对管道上的值进行了类型更改。因