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
This example returns all the pre-authentication settings for the tenant as an object.
55
47
56
48
### EXAMPLE 2
57
49
58
50
```powershell
59
51
Get-SPOTenantPreAuthSettings | ConvertTo-Json
60
52
```
61
53
62
-
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.
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.
0 commit comments