February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You want to rename a specific State Service Application.
Solution: Use the Set-SPStateServiceApplication cmdlet with the Name parameter.
You can rename a State Service Application by using the Set-SPStateServiceApplication cmdlet along with the Name parameter. The Identity parameter must be used to identify the state service application that should be modified. Listing 18.8 shows an example command line.
Listing 18.8. Renaming a State Service Application
Set-SPStateServiceApplication -Identity 5da22672-b2ad-4e68-b725-1e91a7e693eb -Name "State Service App"
Tip
You may use the display name of the State Service Application in quotes instead of providing the GUID. Changing the name changes ...
Read now
Unlock full access