toca
New Member
Posts: 1
|
Post by toca on Aug 20, 2022 19:53:36 GMT
Hi Everyone,
Just wanted to find out if anyone created an XML that requested the engineer to authenticate; then once authenticated. I need to record who imaged the machine :eg: user jack authenticated ... I need to maybe create a registry entry or just a file in the C: with "jack" written in it?
Thanks for the read guys
|
|
|
Post by dunzee on Sept 23, 2022 12:15:11 GMT
You could use to tailor the registry with the content of your %XAuthenticatedUser% variable. Or use the builtin testvariable: <Action Type="TSVar" Name="TestVariable"><![CDATA[Left("%XAuthenticatedUserDomain%",2) & Left("%XAuthenticatedUser%",2)]]></Action> use the test variable in your reg add line, it will contain the domain and the user too 
|
|