Search found 3 matches

by Ahmed.Faraz.Hashmi
23 Apr 2017 23:53
Forum: DOS Batch Forum
Topic: How to execute gpupdate to a range of IPs using DOS Batch File in Windows OS
Replies: 3
Views: 3545

Re: How to execute gpupdate to a range of IPs using DOS Batch File in Windows OS

ShadowThief wrote:What problem are you having?



I want to run "gpupdate/force" command on all network PCs through DOS batch file. Following batch program is just to traverse through a list of IPs saved in a text file. How may I achieve my requirement. Thanks.
by Ahmed.Faraz.Hashmi
23 Apr 2017 23:27
Forum: DOS Batch Forum
Topic: How to execute gpupdate to a range of IPs using DOS Batch File in Windows OS
Replies: 3
Views: 3545

Re: How to execute gpupdate to a range of IPs using DOS Batch File in Windows OS

Thanks for your reply but my problem is regarding run some dos command e.g. "gpupdate/force" on an IP within the loop of dos batch file. :?: Is it possible; if yes then how may I update the given code.

Thanks again.
by Ahmed.Faraz.Hashmi
19 Apr 2017 21:36
Forum: DOS Batch Forum
Topic: How to execute gpupdate to a range of IPs using DOS Batch File in Windows OS
Replies: 3
Views: 3545

How to execute gpupdate to a range of IPs using DOS Batch File in Windows OS

I want to run "gpupdate/force" command on all network PCs through DOS batch file. Following batch program is just to traverse through a list of IPs saved in a text file. How may I achieve my requirement. Thanks. @echo off cls setlocal enableextensions enabledelayedexpansion @echo List of o...