Hello,

we use a Citrix terminal server farm with OS Server 2008 / 2012 and kix script for logon work fine.
Actually we are testing a new Version by Server 2016 also with kix logon.
But here is the problem. All steps with command "if ingroup" was canceled and in Applcation log appear the message-id 1722 "The Parameter is incorect".
Here is an example section:

 Code:
if ingroup ("domain1\group")
  shell "cmd.exe /c net use t: /d"
  shell "cmd.exe /c net use t: \\server\share /persistent:no"
endif


But the follow entry in kix script works fine:

 Code:
shell "cmd.exe /c net use z: \\server.domain2\share"


Both domains have a trusted reltionsship and when i try to connect some shares manuelly,
this works fine.

On first i've changed the used kix.exe to actually version (4.67).
Without success :-(.

Have you some idea's for solution this problem?

Thanks in advance.

tg6300