2011年3月7日

SharePoint PowerShell 修改站点为From认证

摘要: $webApp = Get-SPWebApplication "http://cd-isbunet:82" $webApp.UseClaimsAuthentication = 1; $webApp.Update() $webApp.ProvisionGlobally()$webApp = Get-SPWebApplication "http://cd-isbunet:82" $webApp.MigrateUsers($True) 阅读全文

posted @ 2011-03-07 10:15 张大明 阅读(187) 评论(0) 推荐(0)

导航