Difference between revisions of "Tanium Python Development"

From RiceFamily Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
In order to be able to run the Tanium Python components from the command line, you need to make the following registry changes.
 
In order to be able to run the Tanium Python components from the command line, you need to make the following registry changes.
 +
 +
Copy the lines below into a TPython.reg file, then import it into your Registry.
  
 
  <nowiki>Windows Registry Editor Version 5.00
 
  <nowiki>Windows Registry Editor Version 5.00
Line 7: Line 9:
 
"TANIUM_CLIENT_ROOT"="C:\\Program Files (x86)\\Tanium\\Tanium Client"
 
"TANIUM_CLIENT_ROOT"="C:\\Program Files (x86)\\Tanium\\Tanium Client"
 
"TANIUM_SENSOR"="1" </nowiki>
 
"TANIUM_SENSOR"="1" </nowiki>
 +
 +
Once you do that, you can use the TPython.exe executable in the C:\Program Files (x86)\Tanium\Tanium Client\python312
  
 
[[Category:Tanium]]
 
[[Category:Tanium]]
 
[[Category:Python]]
 
[[Category:Python]]
 
[[Catgegory:Development]]
 
[[Catgegory:Development]]

Latest revision as of 16:05, 3 June 2025

In order to be able to run the Tanium Python components from the command line, you need to make the following registry changes.

Copy the lines below into a TPython.reg file, then import it into your Registry.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Tanium\Tanium Client]
"DEBUG_DisablePythonAncestry"="1"
"TANIUM_CLIENT_ROOT"="C:\\Program Files (x86)\\Tanium\\Tanium Client"
"TANIUM_SENSOR"="1" 

Once you do that, you can use the TPython.exe executable in the C:\Program Files (x86)\Tanium\Tanium Client\python312Catgegory:Development