search for: mapnetworkdr

Displaying 4 results from an estimated 4 matches for "mapnetworkdr".

2013 Mar 20
2
Samba4 - mapping Network Drives based on Group membership
...e help? for reference here is the VBScript I use: On Error Resume Next Set objSysInfo = CreateObject("ADSystemInfo") Set objNetwork = CreateObject("Wscript.Network") strUserPath = "LDAP://" & objSysInfo.UserName Set objUser = GetObject(strUserPath) objNetwork.MapNetworkDrive "Z:", "\\10.100.1.128\Public" For Each strGroup in objUser.MemberOf strGroupPath = "LDAP://" & strGroup Set objGroup = GetObject(strGroupPath) strGroupName = objGroup.CN Select Case strGroupName Case "HR" objNet...
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the first time . I need kerbos authentication is possible to set it up on same host as domain controller so ad users can take ownership of home folder -- Join my framily E02705708hn 3032 last name BURGHARDT state is co Cheapest sprint service only 25 a month.
2014 Dec 21
0
Home auto creation
...ctory) = False Then FileClass.CreateFolder (Directory) End If strDriveLetter = "N:" strRemotePath = "\\server\usuarios" strNewName = "Diretorio Pessoal" Set objNetwork = WScript.CreateObject("WScript.Network") strUserName = objNetwork.UserName objNetwork.MapNetworkDrive strDriveLetter, strRemotePath _ & "\" & strUserName Set objShell = CreateObject("Shell.Application") objShell.NameSpace(strDriveLetter).Self.Name = strNewName Set WshShell = WScript.CreateObject("WScript.Shell") strDesktop = WshShell.specialfolders ("...
2002 Sep 06
1
FW: Question on configuration
...created the following users: (bppr-r40) IBM AIX Server: username: s670587 SAMBA SERVER (Above Server): smbpasswd -a s670587 WINDOWS 2000 Client: username: s670587 Have set all the passwords to 'manager', but still getting the same error message when I try to do a MapNetworkDrive from Windows (\\bppr-r40\cognos): ----- ERROR MESSAGE ----- The mapped network drive could not be created because the following error has occurred: The account is not authorized to log in from this station. ----- ERROR MESSAGE ----- I have added the IP Address of the client machine to the...