This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Data Platform
- :
- Data Platform Knowledge Base
- :
- Instructions to automate the process of running Tanium Standalone Extractor via command line
Subscribe
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Instructions to automate the process of running Tanium Standalone Extractor via command line
Instructions to automate the process of running Tanium Standalone Extractor via command line
Please Note: This requires Data Platform version 5.5.40
1)Put the four files in a folder on the Data Platform Server.
2)Edit "ConsoleWithSimpleTaniumTask.config" with "Input Folder" and "ZipOutRule" values ("..\" in paths is pointing to the root folder here)
<?xml version="1.0" encoding="utf-8"?>
<ExtractorTask xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Enabled="1">
<ZipOutputRule
ZipOutputName="ConsoleSimpleTaniumTask.zip"
ZipOutputDirectory="..\" />
<SchemaRule
SchemaFilePath="..\json.tanium.config" />
<FTPAction Enabled="0" />
<TaniumAction
InputFolder="C:\ZHe@flexera.com\Normalize.git\Common\ADOUnitTest\TestFiles\Tanium1" />
</ExtractorTask>
3) Run ExtractorLoader.cmd - ConsoleWithSimpleTaniumTask.config
4)Check the Output File
0
719
No ratings