Skip to content

Commit 7e7c92f

Browse files
authored
Update Set-SPOTenantPreAuthSettings.md
1 parent 00646e4 commit 7e7c92f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applicable: SharePoint Online
66
title: Set-SPOTenantPreAuthSettings
77
schema: 2.0.0
88
author: lw-msft
9-
ms.author: laurenwong, neilh
9+
ms.author: laurenwong
1010
ms.reviewer:
1111
manager: bhaveshd
1212
---
@@ -84,7 +84,7 @@ These switches are assumed to take the default value of `""` if not used with th
8484

8585
### Example 3
8686
```powershell
87-
Set-SPOTenantPreAuthSettings -Remove -Id "12345678-1234-1234-1234-123456789012"
87+
Set-SPOTenantPreAuthSettings -Remove -Id "368dde6f-c857-4383-a8a7-02a04a294e6d"
8888
```
8989
This example will remove an existing item from the current list of items. The remove switch can remove allow or deny entries from the list.
9090

@@ -123,9 +123,9 @@ This example enables pre-authentication overall and denies requests that are not
123123
> - `"Empty"` represents any requests that are not coming from an app (e.g. direct requests from the browser) and will not have an app ID associated with it
124124
> - `""` can mean several things:
125125
> - If you have `–IncludedApps "" -ExcludedApps ""`, it means that the setting applies to all
126-
> - If you have `–IncludedApps "" -ExcludedApps "<appid>"`, it means that the setting applies to all apps apart from <appids>.
127-
> - If you have `–IncludedApps "<appids>" and -ExcludedApps ""`, it means that the setting only applies to <appids>
128-
> - You cannot have a setting with `–IncludedApps "<appids>" –ExcludedApps "<appids>"`
126+
> - If you have `–IncludedApps "" -ExcludedApps "<appid>"`, it means that the setting applies to all apps apart from 029e7c27-4b9c-4f8b-ba32-b96249468d42.
127+
> - If you have `–IncludedApps "029e7c27-4b9c-4f8b-ba32-b96249468d42" and -ExcludedApps ""`, it means that the setting only applies to the appId 029e7c27-4b9c-4f8b-ba32-b96249468d42
128+
> - You cannot have a setting with `–IncludedApps "029e7c27-4b9c-4f8b-ba32-b96249468d42" –ExcludedApps "029e7c27-4b9c-4f8b-ba32-b96249468d42"`
129129
130130
## PARAMETERS
131131

0 commit comments

Comments
 (0)