Skip to content

Commit 1512912

Browse files
authored
Update Get-SPOTenantPreAuthSettings.md
1 parent 08f7374 commit 1512912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Gets the configuration of pre-authentication.
3232
3333
## EXAMPLES
3434

35-
### Example 1: Get all pre-authentication settings as an object
35+
### Example 1
3636

3737
```powershell
3838
PS C:\> Get-SPOTenantPreAuthSettings
3939
```
4040

4141
This example returns all the pre-authentication settings for the tenant as an object.
4242

43-
### Example 2: Get all pre-authentication settings in JSON format
43+
### Example 2
4444

4545
```powershell
4646
PS C:\> Get-SPOTenantPreAuthSettings | ConvertTo-Json

0 commit comments

Comments
 (0)