Skip to content

Commit b3e316f

Browse files
authored
Merge pull request MicrosoftDocs#478 from tseward/patch-245
Update New-SPSiteSubscription.md
2 parents 7882afa + 9e0ad9b commit b3e316f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ For permissions and the most current information about Windows PowerShell for Sh
3232

3333
### ------------------EXAMPLE 1-----------------------
3434
```
35+
3536
PS C:\>$subscription = New-SPSiteSubscription
37+
3638
```
3739

3840
This example creates a new site subscription.
@@ -49,7 +51,7 @@ This example creates a new Site Subscription and sets it on the site collection
4951

5052
### ------------------EXAMPLE 3-----------------------
5153
```
52-
PS C:\>New-SPSite -URL http://siteUrl -OwnerAlias "DOMAIN\JDow" -Template STS#0 -SiteSubscription (New-SPSiteSubscription)
54+
PS C:\>New-SPSite -URL http://siteUrl -OwnerAlias "DOMAIN\JDow" -Language 1033 -SiteSubscription (New-SPSiteSubscription)
5355
```
5456

5557
This example creates a new Site Collection at http://siteUrl along with a new Site Subscription.

0 commit comments

Comments
 (0)