Import GMSA Accounts into SM
Hello community,
Does anyone know if there is a way to set up an import connector in SM to pick up GMSA? Our teams would like to be able to build workflows around them in SM, but I can't seem to get them to import when I'm importing all AD users and groups already using the connectors.
Answers
@Raymond_Didonato - The regular AD connector isn't going to target those objects. You can create an Asset Import connector to find them based on an LDAP query. I experimented with this in my lab and was able to make it work, but it wasn't optimal as some properties didn't map. If I were you, I would just write a powershell script to query for the accounts and create them in SCSM. I defined a custom class in a new Management Pack for the GMSA accounts if you're interested in using that.
If you've already made some progress on this and don't mind sharing, then I would like to take you up on that offer.