Skip to main content
Solved

USE API to get all software and what Automox can patch and not patch

  • August 30, 2023
  • 8 replies
  • 351 views

Forum|alt.badge.img

I am looking for a PS script to get a list of all software installed in our environment and determine which ones Automox can patch and which ones cannot be patched by Automox.

 

Thanks 

Best answer by AnthonyM

Good afternoon @ArcherFX !

 

Sorry for the delay in getting back to you on this one. Here’s a script which will output a list of all software in your organization including if Automox supports patching it.


Be sure to plug your API token, organization ID and optionally file path into the PARAMETERS section at the top of the script and you’re good to go.

 

Let me know if you have any questions or would like some tweaks.

 

Thanks!

 

Anthony M.

8 replies

AnthonyM
  • Novice
  • Answer
  • September 6, 2023

Good afternoon @ArcherFX !

 

Sorry for the delay in getting back to you on this one. Here’s a script which will output a list of all software in your organization including if Automox supports patching it.


Be sure to plug your API token, organization ID and optionally file path into the PARAMETERS section at the top of the script and you’re good to go.

 

Let me know if you have any questions or would like some tweaks.

 

Thanks!

 

Anthony M.


  • September 6, 2023

@AnthonyM-Automox Is a legend. I’m definitely stealing this to use it internally 


Forum|alt.badge.img
  • Author
  • Novice
  • September 8, 2023

SWEEEEEEETTTT!!!!  Thank you so much!


  • Rookie
  • January 24, 2024

Im new to all of this and do not understand how to install the APIs? Anywhere I can find step by step instructions?


Forum|alt.badge.img
  • Community Manager
  • January 25, 2024

Im new to all of this and do not understand how to install the APIs? Anywhere I can find step by step instructions?

Our Developer Portal might help! We have a guide for beginners too. If you’re still looking for more help though, let us know. 


Forum|alt.badge.img
  • Novice
  • January 31, 2024

Where do I find the Org ID?


Forum|alt.badge.img
  • Rookie
  • February 12, 2024

Where do I find the Org ID?

One way is by taking a look at the digits after o=xxxx in your Automox URL once you are at your Automox dashboard. For example if your url is console.automox.com/dashboard?o=20862x then 20862x will be your Org ID.


Marshyp
Forum|alt.badge.img
  • Pro
  • January 13, 2025

​​​​Here’s a script which will output a list of all software in your organization including if Automox supports patching it.

 

OK, this is cool! I’m totally stealing this one, thanks ​@AnthonyM-Automox !