We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59e55eb + 4e3b1f3 commit 6008b6aCopy full SHA for 6008b6a
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md
@@ -55,12 +55,12 @@ For permissions and the most current information about Windows PowerShell for Sh
55
56
## EXAMPLES
57
58
-### --------------------EXAMPLE---------------------
+### Example 1: Set a new title for an existing site collection
59
```
60
-PS C:\> {{ Add example code here }}
+PS C:\> Set-SPOSite -Identity https://contoso.sharepoint.com/sites/demo -Title "New Title"
61
62
63
-{{ Add example description here }}
+This command sets a new title for an existing site collection
64
65
66
## PARAMETERS
0 commit comments