Skip to content

Commit 208184d

Browse files
authored
Update New-SPStateServiceApplication.md
1 parent 10c1184 commit 208184d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/New-SPStateServiceApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For permissions and the most current information about Windows PowerShell for Sh
2929

3030
### --------------EXAMPLE 1-----------------
3131
```
32-
$db = New-SPStateServiceDatabase -Name 'State Service'
32+
$db = New-SPStateServiceDatabase -Name 'StateSvcDB1'
3333
New-SPStateServiceApplication -Name 'State Service' -Database $db
3434
```
3535

0 commit comments

Comments
 (0)