miklein
(Just in Town)
2010-03-16 12:34 PM
Windows Vista/Win 7 and Primarygroup

Hello,

i have problem with the kixscript under Vista/Win7. When the script starts after (see sample) login the kixscript cannot connect the network shares because the Primarygroup is empty.
When i check the Primarygroup on the client with an VBS Script it is o.k.

The next time you log in, the primary group read an the script connected
my network shares.

Once the variable is read and not next time

Sample Script:
 Code:
If @PRIMARYGROUP = "group"
	use n: "\\server\share0"
	use p: "\\server\share1"
endif

Sorry for my english. I hope you know what I mean

Greetings

Michael


Mart
(KiX Supporter)
2010-03-16 04:56 PM
Re: Windows Vista/Win 7 and Primarygroup

What version of kix are you using?
I'm running 4.61 and get correct results when checking @PRIMARYGROUP.