Import AD Groups as KACE asset
I was wondering if KACE could dynamically import AD groups into a custom asset field? I am trying to map agentless assets to an AD group. Each device can be a member of 1 to 2 groups. The groups change often so it would be difficult to have to constantly export a .csv of the groups and then import that into KACE. However that is an option I guess.
I've read the admin guide and it discusses custom inventory rules but I'm not sure how to translate that to an asset field or if a inventory rule is even capable of querying AD.
Sorry if this seems vague - I am very new to KACE. Thanks for any and all help!
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
chucksteel
7 years ago
Custom inventory rules can't query AD. Your best bet might be to schedule a script to run on the local device that stores the AD group membership in a file. A CIR can then import that information to store in the inventory record. You are right that this won't be added to the asset, however. Of course this assumes that the agentless devices can run some sort of script, which might not be possible.
The only way to programmatically make changes in the database is to use service desk rules. Custom rules can make changes to any part of the database, so it is possible to update assets using them. You would still need to find a way to get the data someplace that the rule can use it, however, and that is the tricky part here.