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>]
26
26
[-ShowAllUsersClaim <Boolean>] [-ShowEveryoneClaim <Boolean>]
27
27
[-ShowEveryoneExceptExternalUsersClaim <Boolean>] [-SignInAccelerationDomain <String>]
28
28
[-StartASiteFormUrl <String>] [-UsePersistentCookiesForExplorerView <Boolean>]
29
- [-CommentsOnSitePagesDisabled <Boolean>] [-SocialBarOnSitePagesDisabled <Boolean>]
29
+ [-CommentsOnSitePagesDisabled <Boolean>] [-CommentsOnFilesDisabled <Boolean>] [- SocialBarOnSitePagesDisabled <Boolean>]
30
30
[-DefaultSharingLinkType <SharingLinkType>]
31
31
[-DisabledWebPartIds <Guid>]
32
32
[-DisallowInfectedFileDownload <Boolean>] [-EnableGuestSignInAcceleration <Boolean>]
@@ -581,6 +581,23 @@ Accept wildcard characters: False
581
581
PARAMVALUE: $true | $false
582
582
583
583
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
+
584
601
` ` ` yaml
585
602
Type : Boolean
586
603
Parameter Sets : (All)
You can’t perform that action at this time.
0 commit comments