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 ee14c42 commit 08f7374Copy full SHA for 08f7374
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: Clear all pre-authentication settings from the allow list
+### Example 1
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: Clear all pre-authentication settings from the deny list
+### Example 2
43
44
45
PS C:\> Clear-SPOTenantPreAuthSettings –Type Deny
0 commit comments