sccmclictr
sccmclictr copied to clipboard
[Enhancement] Show User who started tasksequence on "Execution History"
can you please add another column that shows which user, when, started the tasksequence/program?
from where should I get this Information ?
:D good question
@horst789github why would this be handy? Is this for Software Center invoked items?
I've seen such information in a log file before, maybe one of the sc logs. @rzander I guess you are trying to work out is this info saved in WMI somewhere?
@SCCMAdmin yes for Software Center items or general task sequence triggerd over powershell... we have the problem, that a user say: my server is automaticly patching/install software... why/who has started this... and this feature will very helpful
I have two concerns on this request:
- Is this Information stored somewhere (not in a log-file)... and even if it's somewhere...
- I do net see the benefit (use case) behind this... A user is able to trigger what the Admin allows to be triggered... Otherwise hide these risky Items from SWCenter ?!
- i dont know
- other admins start this, not user...
ok i found where the info is stored (if its started over software center)... ccm\logs\SCClient_[Domain]@[Username]_[number].log file and there is example: Performing action: Install on application [TASK SEQUENCE Name] Installing programm * from package [ID]
in my case the task sequence was triggered over powershell... maybe other have idea, where the info is stored...