February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to determine if licensing is being enforced.
Solution: Use the Get-SPUserLicensing cmdlet without any parameters to retrieve the status.
To display the user licensing status, simply use the Get-SPUserLicensing by itself as shown in Listing 11.1.
Listing 11.1. Displaying the Status of User Licensing Enforcement
Get-SPUserLicensing
The Get-SPUserLicensing cmdlet displays the current status of user license enforcement and returns an Enabled property, as shown in Figure 11.1.
Figure 11.1. The Get-SPUserLicensing cmdlet displays the current status.
Read now
Unlock full access