The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Hi, Recently we installed a FNMS Cloud for a customer. We were able to see a lot of users (AD Users) at the Users page. But we have not setup any connector to AD. How does this works?
Thanks
‎Jul 22, 2019 08:40 PM
If you have not configured a direct connection to AD then it is likely that the user records you are seeing have come from data held in an inventory source (such as SCCM) that FlexNet has been connected to.
‎Jul 22, 2019 11:03 PM
‎Jul 22, 2019 11:34 PM
Hi,
That's what I would advise if you were on prem: To narrow down the data source, you could check the "ImportedUser" table and see if they are referenced there.
USE FNMSCompliance SELECT cc.ConnectionName ,iu.SAMAccountName FROM ImportedUser iu JOIN ComplianceConnection cc ON iu.ComplianceConnectionID = cc.ComplianceConnectionID
I am not sure how to proceed in the cloud.
Best regards,
Markward
‎Jul 23, 2019 02:28 AM
‎Jul 23, 2019 02:45 AM
‎Jul 23, 2019 04:48 AM
‎Jul 26, 2019 02:04 AM