Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kwondra34

    Startup script doesn't work, works when run as local administrator

    Hmm, it works as a login script which would possible prove your theory.. what about a oShell.RunAs /user:administrator "explorer.exe" and then executing it? or perhaps just a wmi query to start explorer early and then kill it before proceeding. Going to try a few things and let you know.
  2. kwondra34

    Startup script doesn't work, works when run as local administrator

    Hey, The code below works just fine as local administrator. its for an application that has no silent/unattended install switches... when logged in as local administrator it works just fine as said before, but when run as a startup script it errors out, it was too quick to read it and i can not...
  3. kwondra34

    Need assistance using wildcard within strComputer

    PHV... Thank you so so much. I know this is probably easy stuff for you but I was racking my brain. Whats your paypal?? :) Thanks a ton. Kurt
  4. kwondra34

    Need assistance using wildcard within strComputer

    Thanks alot to the both of you, I will look shortly mark Huge, that is a good solution if the room name didnt change however the room name could be two or three characters, how do you think I should suppose. TRC or LR are both room names which are in the UNC. Thanks again in the future :) Kurt
  5. kwondra34

    Need assistance using wildcard within strComputer

    Also I tryed inStr but didnt get very far, I'm fairly bad at this so it would be nice to get some code please :)
  6. kwondra34

    Need assistance using wildcard within strComputer

    I am writing a script for a business. Just need some help. Basically I want to have the script run against multiple machines matching a certain department area. The unc used in active directory is roomRoomNumber-comp#. The code will be run through active directory so every computer in a...

Part and Inventory Search

Back
Top