We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d04d82 + 171db50 commit 692e6d3Copy full SHA for 692e6d3
sharepoint/sharepoint-ps/sharepoint-server/Set-SPCustomLayoutsPage.md
@@ -42,7 +42,7 @@ For permissions and the most current information about Windows PowerShell for Sh
42
43
### ------------------EXAMPLE-----------------------
44
```
45
-C:\PS>Set-SPCustomLayoutsPage -Identity "_layouts/accessdenied.aspx" -RelativePath "/_layouts/custompages/myaccessdenied.aspx" -WebApplication "http://server_name/mywebapp"
+C:\PS>Set-SPCustomLayoutsPage -Identity AccessDenied -RelativePath "/_layouts/custompages/myaccessdenied.aspx" -WebApplication "http://server_name/mywebapp"
46
47
48
This example maps the specified path for the AccessDenied layout page in the Web application "http://server_name/mywebapp".
0 commit comments