Hello,
i have the following problem: i've implemented a windows 2008R2 64bit server as a member server in our w2k domain. i use kixtart on every client (windows 2000 / XP) and server (Nt4 / w2K / w2008). on the w2008 server kixtart is running, but every ingroup command doesn't work.
i used the following script to test, the result is always: not in group.
any suggestions?
best regards
M. Englhardt
----------------------------

? "kix:" + @kix
IF INGROUP("ibkegmbh\ibkegmbh")
? "In the group"
USE W: /D /PERSISTENT
? @result
? @serror
USE Y: "\\ibke-server\netlogon"
? @result
? @serror
else
? "Not in Group"
ENDIF
---------------------------