Skip to content

Commit 10a32af

Browse files
authored
Update Clear-SPOTenantPreAuthSettings.md
1 parent fd4f10e commit 10a32af

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
---
2-
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
2+
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/clear-spotenantpreauthsettings
5+
applicable: SharePoint Online
6+
title: Clear-SPOTenantPreAuthSettings
57
schema: 2.0.0
8+
author: lw-msft
9+
ms.author: laurenwong
10+
ms.reviewer:
11+
manager: bhaveshd
612
---
713

814
# Clear-SPOTenantPreAuthSettings
@@ -34,15 +40,15 @@ Clears the pre-authentication settings for either the allow or deny list.
3440

3541
### Example 1
3642
```powershell
37-
PS C:\> Clear-SPOTenantPreAuthSettings –Type Allow
43+
Clear-SPOTenantPreAuthSettings –Type Allow
3844
```
3945

4046
This example clears all list items from the allow list.
4147

4248
### Example 2
4349

4450
```powershell
45-
PS C:\> Clear-SPOTenantPreAuthSettings –Type Deny
51+
Clear-SPOTenantPreAuthSettings –Type Deny
4652
```
4753

4854
This example clears all list items from the deny list.
@@ -98,16 +104,7 @@ Accept wildcard characters: False
98104
```
99105
100106
### CommonParameters
101-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
102-
103-
## INPUTS
104-
105-
### None
106-
107-
## OUTPUTS
108-
109-
### System.Object
110-
## NOTES
107+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-5.1).
111108
112109
## RELATED LINKS
113110
- [Get-SPOTenantPreAuthSettings](Get-SPOTenantPreAuthSettings.md)

0 commit comments

Comments
 (0)