TS name variable
_SMSTSCurrentActionName is the variable that defines the name of the currently running task sequence step (before it executes). _SMSTSPackageName variable gives the name of the currently running Task Sequence. Since you say what task not what task sequence
- I interpreted your question to refer the former.
August 4th, 2012 5:44am
Natively is there a TS variable that keeps track of what task OSD is executing - maybe something like
_SMSTSCurrentTaskName ?
Free Windows Admin Tool Kit Click here and download it now
August 4th, 2012 3:38pm
Your close, it's _SMSTSPackageName. See also:
http://technet.microsoft.com/en-us/library/bb632442.aspxMy Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude
August 4th, 2012 3:57pm