Skip to content

Commit 3debb3e

Browse files
authored
Merge branch 'main' into patch-2
2 parents 1986265 + d6ca381 commit 3debb3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3727,6 +3727,9 @@ Accept wildcard characters: False
37273727

37283728
Sets the list of security groups who are allowed to share with anonymous (non-authenticated) users as well as authenticated guest users. Each security group is denoted by its GUID object ID in the Entra directory.
37293729

3730+
> [!NOTE]
3731+
> This allow list only accepts security groups, and not Microsoft 365 Groups.
3732+
37303733
To set this list to be a specific security group, you need to enter its GUID as the argument. You can enter multiple GUIDs by using commas to separate them. To view the current list, use [./Get-SPOTenant.md](Get-SPOTenant.md).
37313734

37323735
```yaml
@@ -3745,6 +3748,9 @@ Accept wildcard characters: False
37453748

37463749
Sets the list of security groups who are only allowed to share with authenticated guest users. Each security group is denoted by its GUID object ID.
37473750

3751+
> [!NOTE]
3752+
> This allow list only accepts security groups, and not Microsoft 365 Groups.
3753+
37483754
To set this list to be a specific security group, you need to enter its GUID as the argument. You can enter multiple GUIDs by using commas to separate them. To view the current list, use [./Get-SPOTenant.md](Get-SPOTenant.md).
37493755

37503756
```yaml

0 commit comments

Comments
 (0)