Rename a State Service Application

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 ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.