The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I'm just getting started with the netsh command. I'd like to be able to force a flush of IIS log files. I can do this on the local machine with 'netsh http flush logbuffer', but I'd like to be able to run it on a remote machine, referenced by IP address. Is that possible, and if so, what do I need to do to make that happen?
Doc on
0
Posts
amateurhourOne day I'll be professionalhourThe woods somewhere in TennesseeRegistered Userregular
I'm just getting started with the netsh command. I'd like to be able to force a flush of IIS log files. I can do this on the local machine with 'netsh http flush logbuffer', but I'd like to be able to run it on a remote machine, referenced by IP address. Is that possible, and if so, what do I need to do to make that happen?
What OS is running on all your target machines, and server, if any?
I'm just getting started with the netsh command. I'd like to be able to force a flush of IIS log files. I can do this on the local machine with 'netsh http flush logbuffer', but I'd like to be able to run it on a remote machine, referenced by IP address. Is that possible, and if so, what do I need to do to make that happen?
What OS is running on all your target machines, and server, if any?
Windows Server 2003.
Doc on
0
amateurhourOne day I'll be professionalhourThe woods somewhere in TennesseeRegistered Userregular
edited April 2008
Can you not force the command out with group policy then? Lemme dig around and see if I can see it in the settings on my machine.
I'm very much dev and very little IT, so I don't know how this stuff works.
Doc on
0
amateurhourOne day I'll be professionalhourThe woods somewhere in TennesseeRegistered Userregular
edited April 2008
Oh, well, basically, you've got your server, and you make it the controller (obviously) and you create a domain. The other pc's then join that domain and log on, and you put them into a group with group policy, in the admin tool pack. You then go into the group policy settings and from there you can make the slaves do just about anything, from renaming directories and passwords to installing updates and software
Posts
What OS is running on all your target machines, and server, if any?
Windows Server 2003.
http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
I love technet.