mgoodall
‎07-13-2021
New Contributor II

Joined: October 2019

User Statistics

  • 14 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Good Morning, We have been using this script for quite sometime now without issue and it has been working for our intended purpose. However, we have a few machines now on BigSur that are not completing and are setting the name to the devices serial n...
Hi! I have this EA but i am sure that it is not pulling back the data for all of the machines that we have. #!/bin/sh Application="/Applications/PCClient.app" if [ -e "$Application" ]; then lastOpen=`mdls "$Application" -name kMDItemLastUsedDate | aw...
Hi All! I am trying to run a script to check if our PaperCut User Client application is actually running. I was using the below script on my machine and it returned the results as expected. *#!/bin/sh SERVICE=PCClient if ps ax | grep -v grep | grep -...
Kudos given to