Skip to content

Commit c0e3da2

Browse files
authored
Merge pull request MicrosoftDocs#247 from tseward/patch-26
Update Add-SPUserLicenseMapping.md
2 parents 3e5759c + b7adf10 commit c0e3da2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Add-SPUserLicenseMapping.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ For permissions and the most current information about Windows PowerShell for Sh
3737
### ---------------EXAMPLE 1-------------------
3838
```
3939
C:\PS>$a = New-SPUserLicenseMapping -SecurityGroup yoursecuritygroup -License Enterprise
40-
4140
C:\PS>Add-SPUserLicenseMapping -Mapping $a
4241
```
4342

@@ -47,7 +46,7 @@ This example adds user mappings for the entire farm.
4746

4847
### -Mapping
4948
```yaml
50-
Type: System.Collections.Generic.List`1[Microsoft.SharePoint.PowerShell.SPUserLicenseMapping]
49+
Type: List<Microsoft.SharePoint.PowerShell.SPUserLicenseMapping>
5150
Parameter Sets: (All)
5251
Aliases:
5352
Applicable: SharePoint Server 2013, SharePoint Server 2016

0 commit comments

Comments
 (0)