Skip to content

Commit 98c9d54

Browse files
authored
Add Links to Get-SPOTenant, Get-SPOSite
1 parent e056025 commit 98c9d54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,7 +3548,7 @@ Accept wildcard characters: False
35483548

35493549
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.
35503550

3551-
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.
3551+
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](Get-SPOTenant.md).
35523552

35533553
```yaml
35543554
Type: Guid[]
@@ -3566,7 +3566,7 @@ Accept wildcard characters: False
35663566

35673567
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.
35683568

3569-
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.
3569+
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](Get-SPOTenant.md).
35703570

35713571
```yaml
35723572
Type: Guid[]
@@ -3584,6 +3584,6 @@ Accept wildcard characters: False
35843584

35853585
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
35863586

3587-
[Upgrade-SPOSite](Upgrade-SPOSite.md)
3587+
[Get-SPOSite](Get-SPOSite.md)
35883588

35893589
[Set-SPOSite](Set-SPOSite.md)

0 commit comments

Comments
 (0)