srm11671
(Fresh Scripter)
2020-02-26 06:47 PM
Commands and Functions

hey there, is there a location where I can see all the commands and functions of Kix..

like for example, where can I find out what "instr" , $pt or $subcmd mean and how they are used?
to name a few
thanks


AllenAdministrator
(KiX Supporter)
2020-02-26 07:24 PM
Re: Commands and Functions

http://www.kixtart.org/?p=manual

srm11671
(Fresh Scripter)
2020-02-26 08:18 PM
Re: Commands and Functions

thanks, this helps.

still little confused on how to do something based on a Computers membership of an AD group. even if the group is nested..
basically a local group in domain group..

I can get it to work when its directly under one AD group using Case PcInGroup "domain\Groupname") = 1

but if its nested into another group it doesn't see it... is there a way to check all the groups nested to discover the PC?


Glenn BarnasAdministrator
(KiX Supporter)
2020-02-27 12:19 AM
Re: Commands and Functions

See this UDF to deal with Nested Groups: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Board=7&Number=159690

Glenn


NTDOCAdministrator
(KiX Master)
2020-03-05 08:58 AM
Re: Commands and Functions

Hi Glenn

I think Richard was saying there is something wrong in the UDF but since that was 10 years ago seems it wasn't noticed by too many people.

I no longer have access to an AD Network for testing but if you have time and energy maybe you can review and verify