‎May 06, 2019 05:24 PM
Yes, ndtrack is the component that can be executed on an individual client computer to gather hardware and software inventory from that computer.
To perform an import of inventory from a system such as SCCM or Casper, use a command like the following in a cmd shell window on your batch server to queue a job to perform the import:
"C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\DotNet\bin\BatchProcessTaskConsole.exe" run InventoryImport -- -s """Your-Connection-Name"""
Note the triple quotes which are required around the inventory source connection name.
Alternatively, if you can manually ensure no other process is running at the same time that may conflict with your import and you want to run it immediately under your logged on account (i.e. not via the batch job queue):
"C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\DotNet\bin\ComplianceReader.exe" -it ReadersAndWriters -s "Your-Connection-Name"
‎May 06, 2019 07:05 PM
Check out the section headed ndtrack Command Line in the Gathering FlexNet Inventory PDF guide.
‎May 06, 2019 06:31 PM
‎May 06, 2019 06:45 PM
Yes, ndtrack is the component that can be executed on an individual client computer to gather hardware and software inventory from that computer.
To perform an import of inventory from a system such as SCCM or Casper, use a command like the following in a cmd shell window on your batch server to queue a job to perform the import:
"C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\DotNet\bin\BatchProcessTaskConsole.exe" run InventoryImport -- -s """Your-Connection-Name"""
Note the triple quotes which are required around the inventory source connection name.
Alternatively, if you can manually ensure no other process is running at the same time that may conflict with your import and you want to run it immediately under your logged on account (i.e. not via the batch job queue):
"C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\DotNet\bin\ComplianceReader.exe" -it ReadersAndWriters -s "Your-Connection-Name"
‎May 06, 2019 07:05 PM
‎May 06, 2019 07:13 PM