is there a command in kixtart that will be similar to
IF INGROUP("group"
DO THIS
ENDIF
But checks membership of an OU instead of a group?
The problem is, I am adding INGROUP logic to my script, then it will call other scripts based on group membership. The problem is, there is already an OU with the same name as the group I am trying to create, therefore, I can't create the group. I don't want to choose a different name for the group because it is a remote site, and would like to call it the same name as the site, which is the same name as the OU.
IF INGROUP("group"
DO THIS
ENDIF
But checks membership of an OU instead of a group?
The problem is, I am adding INGROUP logic to my script, then it will call other scripts based on group membership. The problem is, there is already an OU with the same name as the group I am trying to create, therefore, I can't create the group. I don't want to choose a different name for the group because it is a remote site, and would like to call it the same name as the site, which is the same name as the OU.