Version 3.0.1 of ConfigMgr LogFile Opener has been made available. This Maintenance Release comes with some smaller changes which are mentioned below.
Release Notes
General fixes
- A Client running the 2010 and 2103 ConfigMgr Client version is now identified correctly.
The new Version is available on GitHub. Details on the Tools usage can be found in the introduction blog post: ConfigMgr LogFile Opener released
As always, If you find any bugs or have some feature suggestions, tag me on Twitter or in the Comments.
I have quite similar function, but I decided to not pick specific log by hand, but instead choose “problem type” (WOL, SCCM Client Installation, Content distribution, etc) and appropriate logs will be automatically opened (on client or SCCM server based on problem type). I also open them in CMLogViewer or CMTrace if possible. Video about how this works https://youtu.be/bVcmA0hekuA or just download the function at https://github.com/ztrhgf/useful_powershell_functions/blob/master/SCCM/Get-CMLog.ps1
this Script Rocks! i was just starting to look at doing something like this! Thank you
Thanks!