We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f7374 commit 1512912Copy full SHA for 1512912
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantPreAuthSettings.md
@@ -32,15 +32,15 @@ Gets the configuration of pre-authentication.
32
33
## EXAMPLES
34
35
-### Example 1: Get all pre-authentication settings as an object
+### Example 1
36
37
```powershell
38
PS C:\> Get-SPOTenantPreAuthSettings
39
```
40
41
This example returns all the pre-authentication settings for the tenant as an object.
42
43
-### Example 2: Get all pre-authentication settings in JSON format
+### Example 2
44
45
46
PS C:\> Get-SPOTenantPreAuthSettings | ConvertTo-Json
0 commit comments