05 2016 档案

摘要:1、IIS站点应用程序池设置管道模式为classic模式,identity设置为管理员账户 2、站点验证设置,只打开windows验证,其他都关闭 3、应用程序配置web.config配置如下: <?xml version="1.0" encoding="utf-8"?> <!-- 有关如何配置 A 阅读全文
posted @ 2016-05-20 14:57 Jason.Bird 阅读(462) 评论(0) 推荐(0)
摘要:#判断当前上下文环境中是否装在了SharePoint的Powershell环境,如果没有装载,则装载到当前运行环境。$Snapin = get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'}if($Sna 阅读全文
posted @ 2016-05-17 16:17 Jason.Bird 阅读(165) 评论(0) 推荐(0)
摘要:链接: http://pan.baidu.com/s/1pLBwvnt 密码: c928 SharePoint 2016 Server中文版, 阅读全文
posted @ 2016-05-05 10:19 Jason.Bird 阅读(168) 评论(0) 推荐(0)