You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
29
29
30
30
## EXAMPLES
31
31
32
32
### EXAMPLE 1
33
33
34
34
```powershell
35
-
Get-SPOTenantTempAuthSettings | ConvertTo-Json
35
+
Get-SPOTenantPreAuthSettings | ConvertTo-Json
36
36
```
37
37
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.
39
39
40
40
## PARAMETERS
41
41
@@ -44,4 +44,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments