DesktopCentral agent pushing made easy

Hi Folks,

Here is an interesting and useful tip on the Desktop Central Agent installation. Using this MS free tools (previously known as sysinternals run by Mark Russinovich) you can deploy the agent to the client computers instead of doing this through Active Directory login script. Also you have the option to use this in the workgroup environment. I’m proud that this was a tip send to us by Niall Gowanlock, desktop central user. Now, lets move on to the real stuff. Here is how you push the DC agent to a remote client computer using the psexec tool

PSEXEC.exe \\<computer_name> -u mydomain\administrator -p mydomain_password CSCRIPT \\<network_share>\InstallAgent.vbs DesktopCentralAgent.msi

You need to provide the remote client computer name and the credentials. If you don’t want to give the credential (the password on the command line) you can leave the -p option and it will be prompted when you run the command line. Similarly make sure you have the DC Agent Install script, the DesktopCentralAgent.msi file located in the network share with proper permission for everyone to use it. In case you want to use it for bulk number of machines here is the procedure.

For /f %f in <pcname_list .txt> do PSEXEC.exe \\%f -u mydomain\administrator -p mydomain_password CSCRIPT \\<network_share>\InstallAgent.vbs DesktopCentralAgent.msi

Here the PCNAME_LIST.txt is the plain text file which has the list of all the client computers you want to install the desktopcentral agent. You can download the PSEXEC and other tools from the below given Microsoft site.

http://technet.microsoft.com/en-us/sysinternals/default.aspx

More information can be seen on the forum.The same tip has been added in the Desktop Central knowledge base articles.

regards

romanus