Displaying 2 results from an estimated 2 matches for "oshelllink".
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
At the institution where I work, we have created a GPO to create and mount
the directories persons from users, follows the script.
create the file name.vbs with the content
Option Explicit
Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1,
FileClass, Directory
Dim strDriveLetter, strRemotePath, strUserName, strNewName
Set wshell = createobject("wscript.network")
user1 = wshell.username
Set FileClass = CreateObject("Scripting.FileSystemObject")
Directory = "\\server\usuarios\" & user1
If F...