Skip to content

Commit 5a19f98

Browse files
Update Convert-SPWebApplication.md
missing " in parameter
1 parent 7dd4df3 commit 5a19f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Convert-SPWebApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This example converts a web application specified by the Identity parameter to u
4141

4242
### ------------EXAMPLE 2-------
4343
```
44-
C:\PS>Convert-SPWebApplication -Identity "https://<webappurl> -From Legacy -To Claims -RetainPermissions
44+
C:\PS>Convert-SPWebApplication -Identity "https://<webappurl>" -From Legacy -To Claims -RetainPermissions
4545
```
4646

4747
This example converts a web application specified by the Identity parameter from Classic Windows authentication to Claims authentication mode while retaining permissions. The -From parameter is required after security update MS04-022 or the April 2014 Cumulative Update for SharePoint Server 2013 is applied. This is required for all versions of SharePoint Server 2016.

0 commit comments

Comments
 (0)