Skip to content

Commit 6008b6a

Browse files
authored
Merge pull request MicrosoftDocs#117 from expiscornovus/patch-2
Update Set-SPOSite.md
2 parents 59e55eb + 4e3b1f3 commit 6008b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ For permissions and the most current information about Windows PowerShell for Sh
5555

5656
## EXAMPLES
5757

58-
### --------------------EXAMPLE---------------------
58+
### Example 1: Set a new title for an existing site collection
5959
```
60-
PS C:\> {{ Add example code here }}
60+
PS C:\> Set-SPOSite -Identity https://contoso.sharepoint.com/sites/demo -Title "New Title"
6161
```
6262

63-
{{ Add example description here }}
63+
This command sets a new title for an existing site collection
6464

6565

6666
## PARAMETERS

0 commit comments

Comments
 (0)