Last active
December 12, 2015 00:28
-
-
Save devendrasv/de765a73b18799c1f8eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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