mkennedy
Posts: 139
Score: 4 Joined: 6/12/2001 Status: offline
|
Chris - I like to use PSEXEC.EXE to remotely and silently execute ForceAPM.EXE on the target machine. I believe there are also utilities available on this site that will force an entire collection to check for ads, but I' m not familiar with them. ForceAPM - SMSInstaller package created by some brilliant individual. The link below will download the ipf. http://myitforum.techtarget.com/inc/upload/4196StartAPM.ipf PSEXEC - Sysinternals utility that allows you to execute code on a remote PC. Handy dandy. http://www.sysinternals.com/ntw2k/freeware/psexec.shtml Both utilities are nice to have in your SMS toolbox. Good luck. Mark Just re-read your post. If you' re wanting a command-line only, create a command line for psexec that will run forceapm with the appropriate switches. Something like: psexec.exe \\PCNAME -c c:\forceapm.exe. This will execute forceapm on the target pc from its C drive. If forceapm is not present on the target PC, the " -c" switch copies it there first.
< Message edited by mkennedy -- 6/10/2004 5:14:28 PM >
|