Skip to content

Commit 344ab62

Browse files
Merge pull request MicrosoftDocs#3934 from StephenRiceMSFT/patch-4
Update Set-SPOTenant.md
2 parents 47415cb + db0cf66 commit 344ab62

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
2626
[-ShowAllUsersClaim <Boolean>] [-ShowEveryoneClaim <Boolean>]
2727
[-ShowEveryoneExceptExternalUsersClaim <Boolean>] [-SignInAccelerationDomain <String>]
2828
[-StartASiteFormUrl <String>] [-UsePersistentCookiesForExplorerView <Boolean>]
29-
[-CommentsOnSitePagesDisabled <Boolean>] [-SocialBarOnSitePagesDisabled <Boolean>]
29+
[-CommentsOnSitePagesDisabled <Boolean>] [-CommentsOnFilesDisabled <Boolean>] [-SocialBarOnSitePagesDisabled <Boolean>]
3030
[-DefaultSharingLinkType <SharingLinkType>]
3131
[-DisabledWebPartIds <Guid>]
3232
[-DisallowInfectedFileDownload <Boolean>] [-EnableGuestSignInAcceleration <Boolean>]
@@ -581,6 +581,23 @@ Accept wildcard characters: False
581581
PARAMVALUE: $true | $false
582582
583583
584+
```yaml
585+
Type: Boolean
586+
Parameter Sets: (All)
587+
Aliases:
588+
Applicable: SharePoint Online
589+
590+
Required: False
591+
Position: Named
592+
Default value: None
593+
Accept pipeline input: False
594+
Accept wildcard characters: False
595+
```
596+
597+
### -CommentsOnFilesDisabled
598+
PARAMVALUE: $true | $false
599+
600+
584601
```yaml
585602
Type: Boolean
586603
Parameter Sets: (All)

0 commit comments

Comments
 (0)