摘要:
cls$featureID = (Get-SPFeature | ?{ ($_.DisplayName -eq "SiteNotebook") -and ( $_.Scope -eq "Web")}).id$sites = Get-SPSite foreach($Site in $sites){ $webs = $Site.AllWebs foreach($Web in $web... 阅读全文
posted @ 2014-04-17 11:36
疯吻IT
阅读(230)
评论(0)
推荐(0)
摘要:
clear $PSSnapin = Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue | Out-Null$webAppUrl = Read-Host$WebApp = Get-SPWebApplication $webAppUrlForeach ($SiteColl in $WebApp.S... 阅读全文
posted @ 2014-04-17 11:11
疯吻IT
阅读(338)
评论(0)
推荐(0)

浙公网安备 33010602011771号