ChrisW532
‎08-07-2024
New Contributor

Joined: March 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have been trying to setup an extension attribut for the automox agent on my machines. >#!/bin/shif [ -x /usr/local/bin/amagent ] ; thenecho "Automox Installed"elseecho "Not Installed"fi