Hi Folks
Please find the latest hotfix available for Desktop Central 6.
Desktop Central Hotfix build : 60118
After the upgrade, you should see the server build number as 60118, and the agent version as 6.1.13. (so, wait for the agents to get upgraded automatically)
The instructions to install the hotfix is available in the forum announcement.
Desktop Central users are advised to install this hotfix which has the fix for CPU and Memory shoot-up in Inventory module.
cheers
Romanus
Interacting with customers, witnessing their petty practical needs and addressing them with simple scripts is a routine in any Technical Support guys day to day life. The scripts may sometime fall out of the scope of your support, however you still need to do this for the sake of customers and personal rapport. Here i’m going to start sharing few of such scripts which i believe could be useful to any administrator.
Now the Scenario
When you have bulk number of machines to be used for a network wide operations, it is always better to check the reachability/availability of the machine before trying the actual operation. Lets take an example of trying PSEXEC solution for the SoM (Scope of Management) agent install failed machines as described in my previous blog. You can get the agent failed computer list exported as a csv file from Desktop Central and use as described in the blog. However, imagine a case you have lot of computers which are down (Not alive on the network) in that list, so naturally the install process using the psexec tool is going to take more time. Instead if you can check the currently available computers in the network by doing a ping and then using it with psexec process will yield very good results in a better clocking.
The Actual Script
Here is the script which can ping the given list of computers and segregate the reachable and unreachable computers in separate files. In our sample scenario you can use the Reachable computers list along with the PSEXEC agent install process. Similarly in the case of patch and inventory scan you can go through the ping failed (unreachable computer list) and avoid scanning them. Copy and past the contents and save the file as .vbs script.
Download the Desktop Central GetReachablecomputer Script
Note : You need to download and rename the extension as .VBS
Try the script and let me know your experience and any further improvisation you may need. Also please feel free to modify or edit or add additional functionalities in the script and add it here for others to benefit.
Cheers
Romanus
Hi Folks
Now you can install the Microsoft Windows XP Service Pack 3 installation through Desktop Central. DC has started supporting the XP SP3 through the patch management module.
Immediately after the availability of XP SP3 Network Installation download, the testing team has done some internal testing and made it available for end users. For few of our customers who wants to deploy it immediately after SP3 release, were given a workaround with software installation module. They did the SP3 silent install as software installation with /quiet switch. Now, its time for them to go with patch management module of DC for the remaining computer.
cheers
Romanus
One more interesting read on Microsoft XP SP3 installation by Mark Dormer, MVP.
Windows XP SP3 breaks Windows Update
If you install XP SP3 on a clean SP2 box Windows Update will no longer work. Unless you have the newer Windows Update Agent 3.0 your stuck in a hole. There is no way to get it via AU or WU or MU only a manual installation can resolve the issue
1. Download the new Agent (but do not Run it yet) to your Desktop (so you can find it below) :
X86 Version Download.
2. Start, Run, CMD
In the black box:
net stop wuauserv
“%userprofile%\Desktop\WindowsUpdateAgent30-x86.exe” /wuforce (don’t forget the quotation marks)
net start wuauserv exit
The original post.
cheers
Romanus
Hi Folks
Here is the News (..actually a year old
) for the admins who don’t want the Service Packs to be rolled out to their network without their permission (especially SP3 for XP) . Since most of us are concerned about the XP SP3 roll out, this may be of interest of many to ensure that SP3 doesn’t get through their network without their knowledge. Microsoft has this tool (SPBlockerTools.EXE) in site for more than a year as i mentioned, which can block Service Pack installation which happens through Windows Updates. This tool can be used to block (temporarily) the installation of SP updates. It can block
- Windows Server 2003 Service Pack 2 (valid through March, 2008 - time elapsed)
- Windows XP Service Pack 3 (valid for 12 months following general availability)
- Windows Vista Service Pack 1 (valid for 12 months following general availability)
Here is the extract which talks about ‘How it works?‘
This toolkit contains three components. All of them function primarily to set or clear a specific registry key that is used to detect and block download of Service Packs from Windows Update. You only need to use the component which best serves your organization’s computer management infrastructure.
- A Microsoft-signed executable
- A script
- An ADM template
- The executable creates a registry key on the computer on which it is run that blocks or unblocks (depending on the command-line option used) the delivery of a Service Pack to that computer through Windows Update. The key used is HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate.
- When the ‘/B’ command line option is used, the key value name ‘DoNotAllowSP’ is created and its value set to 1. This value blocks delivery of a Service Pack to the computer through Automatic Update or Windows Update.
- When the ‘/U’ command line option is used, the previously created registry value that temporarily blocked the delivery of a Service Pack to the computer through Automatic Update or Windows Update is removed. If the value does not exist on the computer on which it is run, no action is taken.
- The script does the same thing as the executable, but allows you to specify the remote machine name on which to block or unblock delivery of Service Packs. Note that the executable and script have been tested only as a command-line tool and not in conjunction with other systems management tools or remote execution mechanisms.
- The ADM template allows administrators to import group policy settings to block or unblock delivery of Service Packs into their Group Policy environment. Administrators can then use Group Policy to centrally execute the action across systems in their environment.
The SPBlockerToolKit can be downloaded from Microsoft.
Folks, importantly you’ll have to keep in mind that it will not prevent SP installs from DC/DVD, or from stand-alone downloads. It can only block SP installs through Windows Updates.
Cheers
Romanus
Desktop Central Technical Support Team


