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.
1 parent 29ea4c3 commit 9bf0350Copy full SHA for 9bf0350
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md
@@ -104,7 +104,7 @@ This example gets quota details for a Group Site.
104
### -----------------------EXAMPLE 6-----------------------------
105
106
```powershell
107
-Get-SPOSite -Identity [https://contoso.sharepoint.com/sites/research] | Select InformationSegment
+Get-SPOSite -Identity https://contoso.sharepoint.com/sites/research | Select InformationSegment
108
```
109
110
This example returns the InformationSegments associated to the site.
0 commit comments