如何通过powerpoint webapplication的power shell将自定义错误页面值重置为默认值?
我有以下脚本来更改它"空白"。但我不确定,如果这等于默认值。
Set-SPCustomLayoutsPage -identity Signout -RelativePath " " -WebApplication WebAppURL
答案 0 :(得分:2)
见powershell command documentation。有一个“重置”开关:
Set-SPCustomLayoutsPage -identity“Signout”-Reset -WebApplication “WebAppURL”