Skip to content

Commit cdd248f

Browse files
authored
Update Get-SPOTenantPreAuthSettings.md
1 parent 45f1937 commit cdd248f

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

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

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

148
# Get-SPOTenantPreAuthSettings
@@ -38,26 +32,35 @@ Gets the configuration of pre-authentication.
3832
3933
## EXAMPLES
4034

41-
### EXAMPLE 1
35+
### Example 1: Get all pre-authentication settings as an object
4236

4337
```powershell
44-
Get-SPOTenantPreAuthSettings
38+
PS C:\> Get-SPOTenantPreAuthSettings
4539
```
4640

4741
This example returns all the pre-authentication settings for the tenant as an object.
4842

49-
### EXAMPLE 2
43+
### Example 2: Get all pre-authentication settings in JSON format
5044

5145
```powershell
52-
Get-SPOTenantPreAuthSettings | ConvertTo-Json
46+
PS C:\> Get-SPOTenantPreAuthSettings | ConvertTo-Json
5347
```
5448

5549
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.
5650

5751
## PARAMETERS
5852

5953
### CommonParameters
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).
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
6164

6265
## RELATED LINKS
6366

0 commit comments

Comments
 (0)