I am trying to install printer, shared on print server.
while giving below command on host, results are good but on the same time using fixlet to push showing completed but its not installed on host.
command:- “rundll32 printui.dll PrintUIEntry /in /n \\192.168.X.X\my_new_ptr”
TimRice
October 28, 2016, 12:01am
2
The problem likely stems from the command being run by LocalSystem rather than a user.
I suggest you investigate running it as the Current User.
TimRice:
Current
I tried below but getting failed …
action uses wow64 redirection true
prefetch RunAsCurrentUser.exe sha1:ee47505ebfb2790b9da8a20ed70e67158e9753d0 size:342528 http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.3.1.exe sha256:1a9b518c775e2a85a7c47801e9b8221df338a65ad8df326485e4cd2aea22fe52
utility __Download\RunAsCurrentUser.exe
waithidden RunAsCurrentUser.exe cmd /c “rundll32 printui.dll PrintUIEntry /in /n \\192.168.x.x\my_new_ptr”
1 Like
This will work only if the user has admin priviliege. Did you try this with admin privilege ?
I look for a fixlet who work everytime