Skip to content

Commit 62dd0a8

Browse files
authored
Merge pull request #804 from hhhults/main
Add AllOrganizationSecurityGroupId to Set-SPOTenant.md
2 parents 443fcf7 + f62b8d5 commit 62dd0a8

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
@@ -24,6 +24,7 @@ Set-SPOTenant
2424
[-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>]
2525
[-AIBuilderModelSelectedSitesList [String[]]]
2626
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
27+
[-AllOrganizationSecurityGroupId <Guid>]
2728
[-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>]
2829
[-AllowCommentsTextOnEmailEnabled <Boolean>]
2930
[-AllowDownloadingNonWebViewableFiles <Boolean>]
@@ -405,6 +406,22 @@ This example disables the Power Apps Adaptive Card Extension.
405406

406407
## PARAMETERS
407408

409+
### -AllOrganizationSecurityGroupId
410+
411+
Sets the All-Organization Security Group by object ID. This group is then used for other features, such as "EnableDiscoverableByOrganizationForVideos", if enabled. If you change the group ID associated with the All-Organization Security Group, it will only be effective on new shares or permission events.
412+
413+
```yaml
414+
Type: Guid
415+
Parameter Sets: (All)
416+
Aliases:
417+
Applicable: SharePoint Online
418+
Required: False
419+
Position: Named
420+
Default value: False
421+
Accept pipeline input: False
422+
Accept wildcard characters: False
423+
```
424+
408425
### -ApplyAppEnforcedRestrictionsToAdHocRecipients
409426
410427
When the feature is enabled, all guest users are subject to conditional access policy. By default guest users who are accessing SharePoint Online files with pass code are exempt from the conditional access policy.
@@ -3778,7 +3795,7 @@ Accept wildcard characters: False
37783795

37793796
### -EnableDiscoverableByOrganizationForVideos
37803797

3781-
Allows the sharing dialog to include a checkbox offering the user the ability to share to a security group containing every user in the organization.
3798+
When set to true, allows users to easily share a video with the entire company, using the security group defined in "AllOrganizationSecurityGroupId". If this security group is undefined, the Discoverable By Company for Videos feature will remain hidden.
37823799

37833800
PARAMVALUE: True | False
37843801

0 commit comments

Comments
 (0)