To prevent Remote Control component from loading:
- Before remote control component is loaded, or after running %windir%\MS\SMS\clicomp\RemCtrl\rcuninst.exe to uninstall it, create a file called remctrl (no extension) under %windir%\MS\SMS\clicomp
- Alternatively, instead of uninstalling the...
Actually, the SMS client will automatically de-install (mostly, not completely) after not being able to contact a CAP for 60 days.
If you're going to do a wipe and reload of the workstations in a few weeks anyway then your real concern is the lingering stuff on the domain controllers. In...
It's probably a issue with permissions (what permission was employed when service was invoked). This may help out: http://support.microsoft.com/?kbid=322140
For remote control to work:
The user requesting a remote session must be a member of a group (or explicitly added) that has Use Remote Tools permissions on collections. This can be added or verified through SMS admin console.
- AND -
For remote control to work for NT / W2K:
The user must be...
SMS does not have a built-in routine to read a give registry entry, but you could use a vbs or sms installer script to read the value and return it as a mif or write directly to a file share somewhere.
Below is some vbs to read registry entries and to write a mif. I didn't include any error...
SMS has its own check for completed advertisements (if the ad has already run, don't re-run it) but SMS by itself does not check to see if the application is already installed.
What you could do is to write a pre-install check into your installer to look for a file name or registry entry or...
Site4c (part of SMS support tools - http://www.microsoft.com/smserver/downloads/20/tools/spsupport/) may help you out.
======= Overview =======
Site4c puts a given site code into the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Client\Sites\Forced Sites
When either smsls.bat or...
Clients properly loaded and assigned to a site should have all and only the components configured for the site. If you turn on Remote Control at the site, all clients should get it. If you turn it off, all clients should remove it. There is a lag since the clients know to take such action only...
The path is not gathered during software inventory. You would need to write a script to pull the path (e.g. from WMI CIM_Datafile) and advertise it to the clients with a .pst, then return this as a MIF or have the script write the results to a network share file or database.
From http://world.altavista.com/
An error occurred during the preparation of the execution of the program for publication "ISS20147" ("cmd back "-" test"). The operating system announced error 2: The specified file is untraceable. Additional properties of the...
Here is some vbs that may help out:
strFile = file with list of device names
Set objTextFile = objFSO.OpenTextFile (strFile, 1)
Do Until objTextFile.AtEndOfStream
strTarget = objTextFile.Readline
strTarget = Trim (strTarget)
If strTarget = "" then...
In the source folder where you found 20clicln.bat you should also find hammer.exe. Run that program and watch task manager until you see hammer leave the listing. Reboot. That should take care of everything.
But if it doesn't ... use zap.exe (in the same folder as hammer) to remove the blank...
In the normal course of action, if an SMS server goes offline or the client cannot contact the server for whatever reason, the SMS client does not cause any alerts or problems. It just goes on its merry way, checking back for a network connection and for its server every hour or so. Software and...
Here is a quick overview. I'm not sure if your meaning of ProductID above is the same as what I've mentioned below.
SMS 2.0 software inventory collects information on files with extensions defined for the software inventory client (exe, mdf, vbs, etc.)
The information collected results in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.