2012年7月11日 星期三

SharePoint 2010: Update Web.config Feature with Access Denied

Start > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell

$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
$contentService
.RemoteAdministratorAccessDenied =
 $false
$contentService
.Update()