Skip to content

Commit a9ee033

Browse files
authored
Merge pull request #8139 from salarson/patch-16
Add DisableAddShortcutsToOneDrive
2 parents 3eb20d0 + fa1791f commit a9ee033

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
5252
[-DefaultSharingLinkType <SharingLinkType>]
5353
[-DisabledWebPartIds <Guid>]
5454
[-DisallowInfectedFileDownload <Boolean>]
55+
[-DisableAddShortcutsToOneDrive <Boolean>]
5556
[-EnableGuestSignInAcceleration <Boolean>]
5657
[-FileAnonymousLinkType <AnonymousLinkType>]
5758
[-FilePickerExternalImageSearchEnabled <Boolean>]
@@ -1864,7 +1865,23 @@ Accept pipeline input: False
18641865
Accept wildcard characters: False
18651866
```
18661867

1868+
### -DisableAddShortcutsToOneDrive
18671869

1870+
When the feature is disabled ($true), the option [Add shortcut to My files](https://support.microsoft.com/office/add-shortcuts-to-shared-folders-in-onedrive-for-work-or-school-d66b1347-99b7-4470-9360-ffc048d35a33) will be removed; any folders that have already been added will remain on the user's computer.
1871+
1872+
PARAMVALUE: $true | $false
1873+
1874+
```yaml
1875+
Type: Boolean
1876+
Parameter Sets: (All)
1877+
Aliases:
1878+
Applicable: SharePoint Online
1879+
Required: False
1880+
Position: Named
1881+
Default value: False
1882+
Accept pipeline input: False
1883+
Accept wildcard characters: False
1884+
```
18681885

18691886
### CommonParameters
18701887

0 commit comments

Comments
 (0)