February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to review the overall SharePoint Designer settings for a particular web application on the SharePoint farm.
Solution: Use the Get-SPDesignerSettings cmdlet.
The Get-SPDesignerSettings cmdlet enables you to review the current SharePoint Designer settings for a specified web application. Running this cmdlet with the WebApplication parameter, shown in Listing 4.16, displays the current settings, as shown in Figure 4.4.
Listing 4.16. Reviewing the SharePoint Designer Settings
Get-SPDesignerSettings -WebApplication "SharePoint - 80"
Figure 4.4. Get-SPDesignerSettings displays the ...
Read now
Unlock full access