February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to ensure that the SharePoint products installed on a farm server are properly registered.
Solution: Use the Set-SPFarmConfig cmdlet with the InstalledProductsRefresh switch parameter.
Using the InstalledProductsRefresh switch parameter with the Set-SPFarmConfig cmdlet refreshes the current server’s license state with the products installed on the SharePoint farm. Listing 4.3 shows a sample command line.
Listing 4.3. Refreshing the Installed Products
Set-SPFarmConfig -InstalledProductsRefresh
Read now
Unlock full access