Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: fhmcPosted on 2008-07-14 at 20:05:36ID: 22003877
upfront, I have ZERO VB script experience; however, I consider myself to be rather handy w/ batch scripting and command line logic...
1. a review of both the client and target's security logs may prove usefull
2. conducting a similar set of instructions, manually, line by line (likely via ANOTHER method may help as well)
e.g. from the command line on the client side, execute a similar set of instructions line by line and verify the logic works
3. protocols matter... m$ windows type example, domain\user is very different than user@domain... possibly the username credentials aren't being passed to the host in an acceptable format?
4. if possible, can you test a similar script locally to the client?
ex... say you're currently attempting to map drive J on CLIENT1 to a shared resource on SERVER1.
can you define a shared resource on CLIENT1 to map drive J to?
essentially, can CLIENT1 map drive J to a shared resource of its own?
again, this isn't my field of expertise so my logic may very well be completely off base...