sccmclictr icon indicating copy to clipboard operation
sccmclictr copied to clipboard

[Enhancement] Show User who started tasksequence on "Execution History"

Open horst789github opened this issue 5 years ago • 7 comments

can you please add another column that shows which user, when, started the tasksequence/program?

horst789github avatar Feb 04 '20 15:02 horst789github

from where should I get this Information ?

rzander avatar Feb 04 '20 16:02 rzander

:D good question

horst789github avatar Feb 04 '20 16:02 horst789github

@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 avatar Feb 04 '20 20:02 SCCMAdmin

@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

horst789github avatar Feb 05 '20 10:02 horst789github

I have two concerns on this request:

  1. Is this Information stored somewhere (not in a log-file)... and even if it's somewhere...
  2. 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 ?!

rzander avatar Feb 05 '20 10:02 rzander

  1. i dont know
  2. other admins start this, not user...

horst789github avatar Feb 05 '20 11:02 horst789github

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...

horst789github avatar Feb 05 '20 12:02 horst789github