Skip to content

Commit e4d86cb

Browse files
authored
Merge pull request MicrosoftDocs#2492 from MicrosoftDocs/master
Releasing latest SPO cmdlets doc changes
2 parents 19ba016 + 90eba91 commit e4d86cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Example 2 lists the site collection with detailed properties.
7171
```
7272
Get-SPOSite -Identity https://contoso.sharepoint.com -DisableSharingForNonOwnersStatus
7373
```
74-
Example 3 disables the ability for non owners of a site collection to share.
74+
Example 3 Updates status on if the non owners of a site collection can share the site collection (does not set this value).
7575

7676
### -----------------------EXAMPLE 4-----------------------------
7777
```

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOTenantCdnOrigin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Removes a new origin from the Public or Private content delivery network (CDN).
2626

2727
### -----------------------EXAMPLE 1-----------------------------
2828
```
29-
Remove-SPOTenantCdnOrigin -CdnType Public -OriginScope Tenant -OriginUrl sites/pubsite/siteassets/subfolder
29+
Remove-SPOTenantCdnOrigin -CdnType Public -OriginUrl sites/pubsite/siteassets/subfolder
3030
```
3131

3232
The example removes a CDN from a tenant level.

0 commit comments

Comments
 (0)