PC Review


Reply
Thread Tools Rate Thread

How to Intall / Run Hotfix on Remote PC

 
 
Rajiv Trivedi
Guest
Posts: n/a
 
      29th Sep 2003
Dear,

We have Windows 2000 Domain environment.

It is a frequetly occuring situation that we need to
install hotfixes on all the Workstations in our domain.

How can we install the hotfixes on all the PCs remotely,
without disturbing the user work from the command prompt.

Regards,
Rajiv


 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      29th Sep 2003
http://www.microsoft.com/windows2000...us/default.asp

Ray at work

"Rajiv Trivedi" <(E-Mail Removed)> wrote in message
news:198001c38697$f40640a0$(E-Mail Removed)...
> Dear,
>
> We have Windows 2000 Domain environment.
>
> It is a frequetly occuring situation that we need to
> install hotfixes on all the Workstations in our domain.
>
> How can we install the hotfixes on all the PCs remotely,
> without disturbing the user work from the command prompt.
>
> Regards,
> Rajiv
>
>



 
Reply With Quote
 
tech
Guest
Posts: n/a
 
      29th Sep 2003
Having your Endusers install and use Autoupdate may not be
in your best interest especially if your trying to control
IE Versions or Hardware drivers and service packs. Not all
patches work as advertised and may cause havoc wit hyou
machines if not tested. so.......If your handy with
Scripting try this.....

How to Use a Visual Basic Script to Install the 824146
(MS03-039) or 823980 (MS03-026) Security Patch on Remote
Host Computers
http://support.microsoft.com/default.aspx?kbid=827227

The nice thing is with some tweaking it can be used to
remote install alot of software. BUT you must have admin
rights on ALL the boxes you want to patch and preferably
be on the same domain. Also it only works with Win2K,
WINXP, and w2k3. As they have WMI control features (Sorry
no such luck in NT4 and 9x products.


>-----Original Message-----
>Dear,
>
>We have Windows 2000 Domain environment.
>
>It is a frequetly occuring situation that we need to
>install hotfixes on all the Workstations in our domain.
>
>How can we install the hotfixes on all the PCs remotely,
>without disturbing the user work from the command prompt.
>
>Regards,
>Rajiv
>
>
>.
>

 
Reply With Quote
 
tech
Guest
Posts: n/a
 
      29th Sep 2003
Oh SUS is good too heh but if you don't have a spare
server box to play with and know what patches you want
then the scripts are handy.
>-----Original Message-----
>http://www.microsoft.com/windows2000...update/sus/def

ault.asp
>
>Ray at work
>
>"Rajiv Trivedi" <(E-Mail Removed)> wrote in message
>news:198001c38697$f40640a0$(E-Mail Removed)...
>> Dear,
>>
>> We have Windows 2000 Domain environment.
>>
>> It is a frequetly occuring situation that we need to
>> install hotfixes on all the Workstations in our domain.
>>
>> How can we install the hotfixes on all the PCs remotely,
>> without disturbing the user work from the command

prompt.
>>
>> Regards,
>> Rajiv
>>
>>

>
>
>.
>

 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      30th Sep 2003
The two/three standard ways are Software Update Service,
Automatic Updates, and Group Policy software packages
in a Domain (assigned to machine).

Of these, SUS with Automatic Updates is your likely best
bet.

Download it from the MS Web site and install your own
"update server" -- you can use Group Policy to change
the server setting for Automatic Updates.

--
Herb Martin
"Rajiv Trivedi" <(E-Mail Removed)> wrote in message
news:198001c38697$f40640a0$(E-Mail Removed)...
> Dear,
>
> We have Windows 2000 Domain environment.
>
> It is a frequetly occuring situation that we need to
> install hotfixes on all the Workstations in our domain.
>
> How can we install the hotfixes on all the PCs remotely,
> without disturbing the user work from the command prompt.
>
> Regards,
> Rajiv
>
>



 
Reply With Quote
 
Clay Calvert
Guest
Posts: n/a
 
      30th Sep 2003
On Mon, 29 Sep 2003 07:42:48 -0700, "Rajiv Trivedi"
<(E-Mail Removed)> wrote:

>Dear,
>
>We have Windows 2000 Domain environment.
>
>It is a frequetly occuring situation that we need to
>install hotfixes on all the Workstations in our domain.
>
>How can we install the hotfixes on all the PCs remotely,
>without disturbing the user work from the command prompt.


We use PsExec from sysinternals.com.

for /f %%a in ('net view ^| find "\\"') do call:Next %%a
goto:eof

:Next
if not exist "%1\c$\documents and settings\" goto:NT

if not exist %1\admin$\system32\schtasks.exe echo %1>>Win2K.txt&exit

:XP
psexec %1 -d -c XP.exe /u /q /z
goto:eof

:NT
psexec %1 -d -c nt4.exe -q -m -z

Clay Calvert
(E-Mail Removed)
Replace "W" with "L"
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote Install of 3rd party hotfix Chris Windows XP Security 2 15th Jan 2010 08:39 PM
Hotfix for Desktop Remote client David Kieschnick Microsoft Windows 2000 Terminal Server Clients 1 13th Jul 2004 08:52 AM
Please Help : Install hotfix(s) on remote systems ? tycoates Microsoft Windows 2000 CMD Promt 0 13th Sep 2003 06:43 AM
Re: Please Help : Install hotfix(s) on remote systems ? Clay Calvert Microsoft Windows 2000 CMD Promt 0 13th Sep 2003 04:43 AM
Re: Please Help : Install hotfix(s) on remote systems ? Marty List Microsoft Windows 2000 CMD Promt 0 13th Sep 2003 12:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:50 PM.