Skip to content

Commit 6ed3a9f

Browse files
author
Blake Drumm
authored
Update Readme.md
1 parent 6588f76 commit 6ed3a9f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Powershell/SCOM ETL Trace/Readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ The script will perform the following, in this order:
1313
7. Formats ETL Trace
1414
8. Zips Up Output and Opens Explorer Window for Viewing File
1515

16-
## Example
16+
## Examples
1717
Open Powershell Prompt as Administrator:
1818
##All Available Commands
1919
.\Start-ScomETLTrace.ps1 -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI -VerboseTracing -DebugTracing -NetworkTrace -SleepSeconds -RestartSCOMServices -DetectOpsMgrEventID
2020

21-
### Get Verbose Native ETL Trace
21+
###### Get Verbose Native ETL Trace
2222
.\Start-ScomETLTrace.ps1 -GetNative -VerboseTracing
2323

24-
### Gather Verbose ETL Trace and detect for 1210 Event ID (Sleep for 30 Seconds between checks)
24+
###### Gather Verbose ETL Trace and detect for 1210 Event ID (Sleep for 30 Seconds between checks)
2525
.\Start-ScomETLTrace.ps1 -VerboseTracing -DetectOpsMgrEventID 1210 -SleepSeconds 30
2626

27-
### Restart SCOM Services after starting an ETL Trace. Sleep for 2 Minutes and stop the Trace Automatically
27+
###### Restart SCOM Services after starting an ETL Trace. Sleep for 2 Minutes and stop the Trace Automatically
2828
.\Start-ScomETLTrace.ps1 -Sleep 120 -RestartSCOMServices
2929

30-
### Get All ETL Tracing
31-
#### Get Verbose Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
30+
#### Get All ETL Traces
31+
###### Get Verbose Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
3232
.\Start-ScomETLTrace.ps1 -VerboseTracing
33-
#### Get Debug Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
33+
###### Get Debug Tracing for all the Default Tracing Available (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
3434
.\Start-ScomETLTrace.ps1 -DebugTracing
35-
#### Get Verbose Tracing for all the Default Tracing Available and Network Tracing (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
35+
###### Get Verbose Tracing for all the Default Tracing Available and Network Tracing (just like running this: -GetAdvisor -GetApmConnector -GetBID -GetConfigService -GetDAS -GetFailover -GetManaged -GetNASM -GetNative -GetScript -GetUI)
3636
.\Start-ScomETLTrace.ps1 -VerboseTracing -NetworkTrace

0 commit comments

Comments
 (0)