File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff 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
581581PARAMVALUE: $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
585602Type : Boolean
586603Parameter Sets : (All)
You can’t perform that action at this time.
0 commit comments