Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Last active December 12, 2015 00:28
Show Gist options
  • Save devendrasv/de765a73b18799c1f8eb to your computer and use it in GitHub Desktop.
Save devendrasv/de765a73b18799c1f8eb to your computer and use it in GitHub Desktop.
# 1.create State service service application
$serviceApp = New-SPStateServiceApplication -Name "State Service ServiceApplication"
# 2.create State service service application Database
New-SPStateServiceDatabase -Name "StateService_serviceApplication_Database" -ServiceApplication $serviceApp
# 3.create State service service application proxy
New-SPStateServiceApplicationProxy -Name "State Service ServiceApplication proxy" -ServiceApplication $serviceApp -DefaultProxyGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment