thanks alex,
i have turned off on error resume next and there is an
error in line 11 800A01A8. Object required "wshshell"
I am new to VBScripting and thsi is not something I have
written.
Any help is appreciated.
Quote:
>-----Original Message-----
>To diagnose the problem, you'll want to comment out
the "on error resume next
Quote:
>statement".
>Looking down through the script, here is one possible
cause of your problem.
Quote:
>This appears to be used for Win9x client PCs; if they
don't have the ADSI
>extensions from the Win2K Server CD installed, the line
>Set objUser = GetObject("WinNT://" & strDomain & "/" &
strUserName & ",user")
Quote:
>will error out.
>There are other potential trouble points under some
circumstances, but that is
Quote:
>the most likely.
>--
>Please respond in the newsgroup so everyone may benefit.
> http://dev.remotenetworktechnology.com
> ----------
> Subscribe to Microsoft's Security Bulletins:
http://www.microsoft.com/technet/security/bulletin/notify.
asp
Quote:
>> It doesnt give me any errors as I run the script.
>> It seems as if it just doesnt run. It is a simple
script
>> that should map drives according to what groups users
are
>> in.
>> >-----Original Message-----
>> >Details of that script are pretty domain-specific.
What
>> errors does it give you
>> >where?
>> >--
>> >Please respond in the newsgroup so everyone may
benefit.
>> > http://dev.remotenetworktechnology.com
>> > ----------
>> > Subscribe to Microsoft's Security Bulletins:
http://www.microsoft.com/technet/security/bulletin/notify.
Quote:
>> asp
>> >> The script should map drives according to what
groups
>> the
>> >> users are in, but its just not working. I know it
may
>> be
>> >> something very little.
>> >> Any help will be appreciated......
>> >.
>.