Skip to content

Commit 5223118

Browse files
authored
Update and rename Get-SPOTenantTempAuthSettings.md to Get-SPOTenantPreAuthSettings.md
1 parent 47b18dc commit 5223118

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantTempAuthSettings.md renamed to sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantPreAuthSettings.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenanttempauthsettings
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantpreauthsettings
55
applicable: SharePoint Online
6-
title: Get-SPOTenantTempAuthSettings
6+
title: Get-SPOTenantPreAuthSettings
77
schema: 2.0.0
88
author: lw-msft
99
ms.author: laurenwong
1010
ms.reviewer:
1111
manager: bhaveshd
1212
---
1313

14-
# Get-SPOTenantTempAuthSettings
14+
# Get-SPOTenantPreAuthSettings
1515

1616
## SYNOPSIS
1717

18-
Gets the temp auth settings for the tenant.
18+
Gets the pre auth settings for the tenant.
1919

2020
## SYNTAX
2121

2222
```powershell
23-
Get-SPOTenantTempAuthSettings [<CommonParameters>]
23+
Get-SPOTenantPreAuthSettings [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
2727

28-
Gets the temp auth settings for the tenant, including whether temp auth is disabled for the tenant overall, the allow list, and the deny list.
28+
Gets the pre auth settings for the tenant, including whether pre auth is disabled for the tenant overall, the allow list, and the deny list.
2929

3030
## EXAMPLES
3131

3232
### EXAMPLE 1
3333

3434
```powershell
35-
Get-SPOTenantTempAuthSettings | ConvertTo-Json
35+
Get-SPOTenantPreAuthSettings | ConvertTo-Json
3636
```
3737

38-
Gets all the temp auth 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 harder to read as an object.
38+
Gets all the pre auth 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.
3939

4040
## PARAMETERS
4141

@@ -44,4 +44,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
4444

4545
## RELATED LINKS
4646

47-
[Set-SPOTenantTempAuthSettings](Set-SPOTenantTempAuthSettings.md)
47+
[Set-SPOTenantPreAuthSettings](Set-SPOTenantPreAuthSettings.md)

0 commit comments

Comments
 (0)