Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 0affd1f

Browse files
Fix documentation spacing
1 parent aaf15e1 commit 0affd1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,25 @@ time conversions will be based on the UTC of these values.
1616
1. Import the PowerShell Module
1717

1818
In a PowerShell window, run the following:
19+
1920
```ipmo Get-ADFSEvents.psm1```
2021

2122
2. Run Get-ADFSEvents
2223

2324
EXAMPLE
25+
2426
```Get-ADFSEvents -Logs Security, Admin, Debug -CorrelationID 669bced6-d6ae-4e69-889b-09ceb8db78c9 -Servers LocalHost, MyServer```
2527

2628
EXAMPLE
29+
2730
```Get-ADFSEvents -Logs Admin -AllWithHeaders -Servers LocalHost```
2831

2932
EXAMPLE
33+
3034
```Get-ADFSEvents -Logs Debug, Security -AllWithoutHeaders -Servers LocalHost, Server1, Server2```
3135

3236
Example
37+
3338
```Get-ADFSEvents -Logs Debug -StartTime $start -EndTime $End -server localhost```
3439

3540
## Get-ADFSEvents Parameters

0 commit comments

Comments
 (0)