The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Hi,
Is it possible to restrict SCCM import in FlexNet manager to specific collection. Use case is when customer has bought N number of FlexNet manager licenses but they have N+1000 total number of machines in SCCM. How can we restrict extra machines in FlexNet Manager.
Thanks and Regards,
FL
Mar 18, 2020 07:12 AM
Yes, this is possible.
You could create a customized SCCM Adapter.
In that one you can adjust in the computer.xml the queries that build the list of relevant computers for import.
In your case, you could join the existing queries with your specific collection .
You should to be careful how you define your collection. If your collection is too dynamic, you might have a different machine list with each import, causing lots of adding and removal tasks in FNMS.
I have done somthing similar once for one of my customers who wanted to import only computers, from one of the SCCM sources, that can be found on a defined name list.
Mar 18, 2020 08:14 AM
Mar 18, 2020 08:49 AM
Unfortunately, I can't find an official Flexera documentation for that.
An second way would be to import everything from SCCM and afterwards you set all those devices in which you are not interested to "Ignore" (i.e. via WebGUI or SQL Queries in the Compliance DB tables)
Mar 19, 2020 08:53 AM
You can find information about configuring custom inventory adapters in the “The Inventory Adapter Studio” chapter of the Inventory Adapters and Connectors Reference guide. This documentation is more targeted at configuring your own adapters though, and while many of the concepts apply to modifying out-of-the-box adapters, you may need to apply some interpretation. The internal implementation details of out-of-the-box adapters like the SCCM adapter are not externally documented.
Also be aware that the approach of tweaking the SCCM adapter will only work with FlexNet Manager Suite On-premises deployments; it is not possible to do this with FlexNet Manager Suite Cloud where the out-of-the-box adapters cannot be modified.
Mar 22, 2020 05:46 PM
Mar 26, 2020 12:21 AM