I am having a problem getting my group drives to map. Unless The user logging on is a member of the Domain Admins group the @PRIMARYGROUP token is not being read. I am in a "very fresh" W2K environment (today actually), and all of my scripts ran successfully in the test network. actually all of my scripts still work except for this portion.
code:
 If @PRODUCTTYPE = 'Windows NT Server'
GoTo end
EndIf
If @PRODUCTTYPE = 'Windows 2000 Server'
GoTo end
EndIf

MD("\\server\share\@PRIMARYGROUP\@PRIMARYGROUP_priv")
MD("\\server\share\@PRIMARYGROUP\@PRIMARYGROUP_pub")

Use p: "\\server\share\@PRIMARYGROUP\@PRIMARYGROUP_pub"
? @error
? @serror
Use g: "\\server\share\@PRIMARYGROUP\@PRIMARYGROUP_priv"
Use m: "\\server\MS Office" ; This is only being mapped because Access97 will not use a UNC path to access the "share.mdw"

Call %0\..\logon2.kix


:end



;---------end Group Drive mapping script

Any insight? This is all I need to do before celebrating a successful Deploy

KiXtart 4.2

[ 13. July 2003, 06:53: Message edited by: jacks73 ]