Skip to content

Commit f1c839c

Browse files
author
anthonyfleck
committed
Updates to the doc based on suggestions
1 parent 317093c commit f1c839c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
609609
[-DefaultContentCenterSite <String>]
610610
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
611611
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
612-
[-RestrictExternalSharing] <Guid[]> [-AddAppIDToList] [-RemoveAppIDFromList] [<CommonParameters>]
612+
[-RestrictExternalSharing] <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList] [<CommonParameters>]
613613
```
614614

615615
## DESCRIPTION
@@ -922,11 +922,11 @@ Accept pipeline input: False
922922
Accept wildcard characters: False
923923
```
924924

925-
### -AddAppIDToList
925+
### -AddAppIdToList
926926

927927
> Applicable: SharePoint Online
928928

929-
This is a switch value paired with RestrictExternalSharing to indicate GUIDs should be added to the restrict external sharing control list.
929+
When paired with `RestrictExternalSharing`, indicates that GUIDs should be added to the external sharing restriction.
930930

931931
> [!NOTE]
932932
> This feature is currently in preview and may not be available in your tenant.
@@ -4812,11 +4812,11 @@ Accept pipeline input: False
48124812
Accept wildcard characters: False
48134813
```
48144814

4815-
### -RemoveAppIDFromList
4815+
### -RemoveAppIdFromList
48164816

48174817
> Applicable: SharePoint Online
48184818

4819-
This is a switch value paired with RestrictExternalSharing to indicate GUIDs should be removed from the restrict external sharing control list.
4819+
When paired with `RestrictExternalSharing`, indicates that GUIDs should be removed from the external sharing restriction.
48204820

48214821
> [!NOTE]
48224822
> This feature is currently in preview and may not be available in your tenant.
@@ -4931,9 +4931,9 @@ Accept wildcard characters: False
49314931

49324932
> Applicable: SharePoint Online
49334933

4934-
Specifies a list of agent identities which are restricted from sharing content to external users.
4934+
Specifies agentic identities which are restricted from sharing content to external users.
49354935

4936-
For agentic users this corresponds to the GUID identifying the parent the agentic user was created from.
4936+
- For agentic users this corresponds to the GUID identifying the parent the agentic user was created from.
49374937

49384938
> [!NOTE]
49394939
> This feature is currently in preview and may not be available in your tenant.
@@ -4954,7 +4954,7 @@ Accept wildcard characters: False
49544954

49554955
> Applicable: SharePoint Online
49564956

4957-
Controls whether agentic identities are allowed to share content with external users. Setting this to `True` prevents agentic identities from sharing content with external users.
4957+
Controls whether agentic identities are allowed to share content with external users. Setting this to `True` prevents sharing.
49584958

49594959
PARAMVALUE: True | False
49604960

0 commit comments

Comments
 (0)