File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ For permissions and the most current information about Windows PowerShell for Sh
32
32
33
33
### ------------------EXAMPLE 1-----------------------
34
34
```
35
+
35
36
PS C:\>$subscription = New-SPSiteSubscription
37
+
36
38
```
37
39
38
40
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
49
51
50
52
### ------------------EXAMPLE 3-----------------------
51
53
```
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)
53
55
```
54
56
55
57
This example creates a new Site Collection at http://siteUrl along with a new Site Subscription.
You can’t perform that action at this time.
0 commit comments