Skip to content

Commit 187d106

Browse files
authored
Update Get-SPOTenantPreAuthSettings.md
1 parent 10a32af commit 187d106

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-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/get-spotenantpreauthsettings
5+
applicable: SharePoint Online
6+
title: Get-SPOTenantPreAuthSettings
57
schema: 2.0.0
8+
author: lw-msft
9+
ms.author: laurenwong
10+
ms.reviewer:
11+
manager: bhaveshd
612
---
713

814
# Get-SPOTenantPreAuthSettings
@@ -35,32 +41,23 @@ Gets the configuration of pre-authentication.
3541
### Example 1
3642

3743
```powershell
38-
PS C:\> Get-SPOTenantPreAuthSettings
44+
Get-SPOTenantPreAuthSettings
3945
```
4046

4147
This example returns all the pre-authentication settings for the tenant as an object.
4248

4349
### Example 2
4450

4551
```powershell
46-
PS C:\> Get-SPOTenantPreAuthSettings | ConvertTo-Json
52+
Get-SPOTenantPreAuthSettings | ConvertTo-Json
4753
```
4854

4955
Gets all the pre-authentication settings for the tenant. Note that this example uses `ConvertTo-Json` to display the settings in JSON format since more complex Allow or Deny lists may be hard to read as an object.
5056

5157
## PARAMETERS
5258

5359
### CommonParameters
54-
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).
55-
56-
## INPUTS
57-
58-
### None
59-
60-
## OUTPUTS
61-
62-
### System.Object
63-
## NOTES
60+
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).
6461

6562
## RELATED LINKS
6663

0 commit comments

Comments
 (0)