Skip to content

Commit ff9090e

Browse files
authored
Merge branch 'master' into patch-1
2 parents a4f18f0 + 500c8b1 commit ff9090e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -PreviewImageUrl
114-
The URL of a preview image. If none is specified, SharePoint uses a generic image.
114+
The URL of a preview image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 421 pixels.
115115
116116
```yaml
117117
Type: String

sharepoint/sharepoint-ps/sharepoint-online/Enable-SPOCommSite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Enable-SPOCommSite -SiteUrl $rootSiteURL
6363
```
6464
**STEP BY STEP INSTRUCTIONS**
6565

66-
1. Install latest SharePoint Online Management Shell (version 8715.1200 or greater) from [here](https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you have an older version installed, please uninstall it from Windows Add/Remove programs and then install the latest version.
66+
67+
1. Install latest SharePoint Online Management Shell (version 8715.1200 or greater) from [here] (https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you have an older version installed, please uninstall it from Windows Add/Remove programs and then install the latest version. Alternatively, if you have used Install-Module Microsoft.Online.SharePoint.PowerShell to install the SharePoint Online Management Shell, you can run Update-Module Microsoft.Online.SharePoint.PowerShell to update the PowerShell module to the latest available version.
6768
2. Make sure you have the SharePoint admin credentials for the tenant
6869
3. Make sure you have the correct root site URL. Typically its https://\<tenantname\>.sharepoint.com
6970
4. Copy the above PowerShell command(s) into a notepad and fill in the missing details denoted by <>

sharepoint/sharepoint-ps/sharepoint-server/Set-SPWeb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ For permissions and the most current information about Windows PowerShell for Sh
3232

3333
### ------------------EXAMPLE-----------------------
3434
```
35-
Get-SPWeb https://sitename/subweb | Set-SPWeb -Title "My Site Title"
35+
Get-SPWeb https://sitename/subweb | Set-SPWeb -Description "My Site Description"
3636
```
3737

38-
This example sets the title of an existing subsite.
38+
This example sets the description of an existing subsite.
3939

4040

4141
## PARAMETERS

0 commit comments

Comments
 (0)