File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Example 2 lists the site collection with detailed properties.
71
71
```
72
72
Get-SPOSite -Identity https://contoso.sharepoint.com -DisableSharingForNonOwnersStatus
73
73
```
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).
75
75
76
76
### -----------------------EXAMPLE 4-----------------------------
77
77
```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Removes a new origin from the Public or Private content delivery network (CDN).
26
26
27
27
### -----------------------EXAMPLE 1-----------------------------
28
28
```
29
- Remove-SPOTenantCdnOrigin -CdnType Public -OriginScope Tenant - OriginUrl sites/pubsite/siteassets/subfolder
29
+ Remove-SPOTenantCdnOrigin -CdnType Public -OriginUrl sites/pubsite/siteassets/subfolder
30
30
```
31
31
32
32
The example removes a CDN from a tenant level.
You can’t perform that action at this time.
0 commit comments