Found my answer. Deselect the Integrate Windows Authenication in the Default web site/Directory Security tab. Clck the Authentication and Access Control button.
I selected Basic Authentication only. Then I selected my domain. I also have Allow Anonymous for another application I have on...
Does anyone know what the Foreign Security Principles OU is in Active Directory? I have company which already has a Forest/Tree/Domain Active Directory at one site. They want to deploy active directory company wide now without touching this site. The new domain will include Exchange 2000. My...
Here's what I did. NOt too pretty but worked and saved me some time.
Ran the showmbrs tool to list the members of my group. I then copied that list into a batch file that would make the dirs....ie
md e:\users\ARLENEJ
md e:\users\BILLF
md e:\users\BILLH
md e:\users\BLESGUEST
md...
Here's another script...
'
Can anyone see anything wrong with it. It's doing nothing at the moment.
On Error Resume Next
Dim strUserName
Dim GroupObj
Dim UserObj
Dim UserGroups
Dim WSHNetwork
Set WSHNetwork = WScript.CreateObject("WScript.Network")
While strUserName = ""...
Thanks!
Here's what I ended up with and it works. I don't know if there are any unnecessary lines. I also don't know if this will map groups, but one thing at a time.
dim strUserName
dim OlyNet
dim OlyPrinter
dim OlyFSO
dim OlyShell
dim OlyDrives
dim i
dim cmd
dim WSHNetwork
on error...
Ok guys, I'm sorry to be a pain, BUT I need one more line. I'm trying to do a DriveMapping to a username variable. I can't figure this out. I'm under the gun. I need this working by noon today (5/14/2003) Can someone debug this script and look at my I: mapping?
im OlyNet
dim OlyPrinter
dim...
Here's a VBS script that works for me. Good luck.
dim OlyNet
dim OlyPrinter
dim OlyFSO
dim OlyShell
dim OlyDrives
dim i
dim cmd
on error resume next
set OlyNet = WScript.CreateObject("WScript.Network")
set OlyPrinters = WScript.CreateObject("WScript.Shell")
Set OlyFSO...
Ok, I have a work-around anyway. I created separate OU's for each of my groups. Each OU gets a logon scripts and my users are happy. A little bit more work up front, but easy to maintain. No huge logon script to debug when there's a change! Appreciate the look though. YOu're thread has...
Ok, programmers, here's what I have. I want to map drives based on group membership. Anyone know what I'm doing wrong? I know next to nothing about vbs scripting!
Dim oGroup
Dim oMemb
Dim aTemp
dim OlyNet
dim OlyPrinter
dim OlyFSO
dim OlyShell
dim OlyDrives
dim i
dim cmd
on error resume...
Ok, I'm confused. All I'm trying to do is to create a logon script to map drives based on Group Membership. I don't get any errors, but my test user keeps mapping the same drive. I've used the script in this thread and added the Ingroup function. Do you have a sample script that does just...
Are you using Wins? ARe you using Microsoft's DNS. Are the DNS/Wins servers pointing to themselves for Wins and DNS resolution in the properties of TCP/IP. Are the internal clients pointing to the internal DNS servers for resolution? Do you have an IP conflict? What do your event view logs...
I'm having the same issue. I put c:\tame\tame-mon.exe with some parameters in my autoexec.nt file. Didn't seem to do anything until after I booted my server. Now cpu looks good, but the dos app is still VERY slow. Any ideas? It's a foxpro database based app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.