ICC Home / Members / Meetings / Peer Support / Documentation / Projects
Adding an IFAS |
IntroductionThere has been some discussion about ways to move away from dependence on drive mapping. NetPlacesShortcut.vbsSet objWSHShell = CreateObject("Wscript.Shell") Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace(&H13&) Set objFolderItem = objFolder.Self Set objShortcut = objWSHShell.CreateShortcut(objFolderItem.Path & "\IFAS.lnk") objShortcut.TargetPath = "\\ad.ufl.edu\IFAS" objShortcut.Save ImplementationDue to the objection of some co-managed OU Admins, the implementation of this is left to each unit. The recommended method for implementing this is to add the code directly into your "_IFAS-ou-USERS_autoGS.vbs" file which may be found at "\\ad.ufl.edu\netlogon\IFAS\ou". Of course, substitute your own OU name for ou in these strings. That will cause the code to run whenever a member of your OU logs onto a computer. Running scripts via group membership is part of the function of the main co-managed "Login Script.vbs" script. That script enumerates group memberships and automatically runs any available scripts that are similarly named. |
last edited 12 June 2006 by Steve Lasley