File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ For permissions and the most current information about Windows PowerShell for Sh
37
37
### ---------------EXAMPLE 1-------------------
38
38
```
39
39
C:\PS>$a = New-SPUserLicenseMapping -SecurityGroup yoursecuritygroup -License Enterprise
40
-
41
40
C:\PS>Add-SPUserLicenseMapping -Mapping $a
42
41
```
43
42
@@ -47,7 +46,7 @@ This example adds user mappings for the entire farm.
47
46
48
47
### -Mapping
49
48
``` yaml
50
- Type : System.Collections.Generic. List`1[ Microsoft.SharePoint.PowerShell.SPUserLicenseMapping]
49
+ Type : List< Microsoft.SharePoint.PowerShell.SPUserLicenseMapping>
51
50
Parameter Sets : (All)
52
51
Aliases :
53
52
Applicable : SharePoint Server 2013, SharePoint Server 2016
You can’t perform that action at this time.
0 commit comments