February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You want to view the current session state configuration for your SharePoint farm.
Solution: Use the Get-SPSessionStateService cmdlet.
The Get-SPSessionStateService cmdlet provides the current information regarding session state within your SharePoint farm. Execute the cmdlet with no parameters, as shown in Listing 18.4. If the Session State Service is enabled, the database information is displayed, as shown in Figure 18.1. If the Session State Service is not enabled, the database information is blank, as shown in Figure 18.2 (this is the default after installing a new farm).
Listing 18.4. Reviewing the Session State Configuration
Get-SPSessionStateService
Figure 18.1. Displaying an enabled ...
Read now
Unlock full access