Link to home
Start Free TrialLog in
Avatar of ntwklady
ntwkladyFlag for United States of America

asked on

Deleting Standard TCP/IP ports and replacing with \\server\printer on XP workstations via KIXstart

We run KIX for our logins and would like to be able to locate and delete and Standard TCP/IP printers on XP/2000 workstations and replace them with the correct \\server\printer via the login script. The \\server\printer replacement would be based on the Standard TCP/IP ports being replaced (e.g. IF 192.168.10.20 exists, replace with \\myserver\print01).
Avatar of onlinerack
onlinerack
Flag of United States of America image

you can do it via vbs script a lot easier
Avatar of ntwklady

ASKER

Okay - how would I accomplish this via VB script?
ASKER CERTIFIED SOLUTION
Avatar of Isorg
Isorg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
LSORG: many thanks! This is working great with one exception. If users aren't administrators on their machine, it's not deleting the old printer. Is there a way to force the script to run under the local system account?