The lastest SCCM/OSD is the best it has been but it still has a number or obvious issues and always has. I'm tempted to work on a few and thought I'd start here (might be already done after all).
Problem 1
The worst problem IMO is logging for several reasons:
It changes location all the time (well three times and it's not that hard to follow but it is still a pain in general)
For every 10 lines of logs if you are really lucky one might be useful (so many repeats or overly verbose logging)
Often the useful lines of log need to be decoded with google, and sites like this
The logs are way to cryptic
The logs do not include a lot of useful data (poor usersname or password for mapping drives say)
The logs lack documentation (nice flow through guides for typical builds and lookups on everything)
Tool 1
So I wondered if I could be motivated to write a tool that watches the logs (even as they move) and just translates some of the significant events. It might read from an ini so those events can be added over time and in phases.
It could run at the different stages just watching the log with a "show logs" button maybe.
Another tool might just read the events out of SCCM's System Status, deployments advert, just flow through logs for a single machine. These logs are quite useful but I find viewing them could be a lot better (but then there might already be better ways).
Anyone interested or has done or seen something similar?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
The lastest SCCM/OSD is the best it has been but it still has a number or obvious issues and always has. I'm tempted to work on a few and thought I'd start here (might be already done after all).
Problem 1
The worst problem IMO is logging for several reasons:
It changes location all the time (well three times and it's not that hard to follow but it is still a pain in general)
For every 10 lines of logs if you are really lucky one might be useful (so many repeats or overly verbose logging)
Often the useful lines of log need to be decoded with google, and sites like this
The logs are way to cryptic
The logs do not include a lot of useful data (poor usersname or password for mapping drives say)
The logs lack documentation (nice flow through guides for typical builds and lookups on everything)
Tool 1
So I wondered if I could be motivated to write a tool that watches the logs (even as they move) and just translates some of the significant events. It might read from an ini so those events can be added over time and in phases.
It could run at the different stages just watching the log with a "show logs" button maybe.
Another tool might just read the events out of SCCM's System Status, deployments advert, just flow through logs for a single machine. These logs are quite useful but I find viewing them could be a lot better (but then there might already be better ways).
Anyone interested or has done or seen something similar?
Share this post
Link to post
Share on other sites