【问题标题】:how to customize access denied page sharepoint 2016如何自定义访问拒绝页面共享点 2016
【发布时间】:2017-08-07 04:24:39
【问题描述】:

我希望在 sharepoint 2016 中找到品牌“拒绝访问页面”的解决方案。

sharepoint 默认页面很简单,我想给这个页面加上品牌,还有我的公司徽标。

下面是sharepoint 2016默认页面的图片。

【问题讨论】:

    标签: webpage access-denied sharepoint-2016


    【解决方案1】:

    您可以使用 SharePoint power shell 控制台来设置它们。 设置-SPCustomLayoutsPage

    例子

    Set-SPCustomLayoutsPage -Identity AccessDenied -RelativePath "/_layouts/custompages/myaccessdenied.aspx" -WebApplication "http://server_name/mywebapp"
    

    来源 https://technet.microsoft.com/en-us/library/ff607768.aspx 仍然可以在 Sharepoint 2016 中使用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-31
      • 2012-05-04
      • 2016-11-24
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多