We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd248f commit ee14c42Copy full SHA for ee14c42
sharepoint/sharepoint-ps/sharepoint-online/Clear-SPOTenantPreAuthSettings.md
@@ -32,14 +32,14 @@ Clears the pre-authentication settings for either the allow or deny list.
32
33
## EXAMPLES
34
35
-### Example 1
+### Example 1: Clear all pre-authentication settings from the allow list
36
```powershell
37
PS C:\> Clear-SPOTenantPreAuthSettings –Type Allow
38
```
39
40
This example clears all list items from the allow list.
41
42
-### Example 2
+### Example 2: Clear all pre-authentication settings from the deny list
43
44
45
PS C:\> Clear-SPOTenantPreAuthSettings –Type Deny
0 commit comments