Hello Chris,
When you executed the command "netsh trace start [...]", the command interpreter would have had some "current directory" (the path that the "cd" or "chdir" command shows); why.etl will be in that directory.
There are 4 types of ETW providers: MOF, Manifest/Crimson, WPP and TraceLogging. There is normally enough metadata available on any system to easily interpret MOF, Manifest/Crimson and TraceLogging events, but the metadata needed for WPP events is only occasionally available.
IAS.etl contains events produced by the WPP and unfortunately the metadata needed to comfortably interpret IAS.etl is not made available by Microsoft; one needs a lot of experience to glean some understanding of the data.
why.etl should contain a mixture of Manifest/Crimson and WPP events. You may be able to learn something from this data but again experience is needed to get the most from the data.
Gary