Skip to content

jbaker10/AirWatchBuddy

Repository files navigation

AirWatchBuddy

AirWatchBuddy is a simple API companion app that will pull device information from your AirWatch instance. It was written with the API guide for AirWatch 9.0 and up, as well as for macOS 10.12 and up. Older AirWatch instances and versions of OS X have not been tested.

The information can be retrieved using one of 5 queries:

  • UserName - Can be a username, partial username or will search as a wildcard string.
    • I.e. User bakerjr's devices will be returned with a search for baker among any other Baker's in your organization
    • Or you can leave it empty and it will return all devices to the limit specified (i.e. 5, 50, 100)
  • SerialNumber - The device's Serial Number
  • IMEI - The device's IMEI number
  • MAC Address - The device's MAC Address
  • UDID - The device's UDID as defined in AirWatch

AirwatchBuddy requires the FQDN or IP address for your AirWatch server, as well as your AW Tenant Code (your API code) and a username and password for an account with API privileges. This information is all stored in the user's default keychain.

AirWatchBuddy also places a preference file on disk under ~/Library/Preferences/com.jbakersystems.AirWatchBuddy where both the ServerURL and Username info is kept. These fields are used to key off of and search for your keychain entry to authenticate for the API call.

Features

Retrieve Last Known Location of a Device

Get Installed Apps and Profiles

See Network and Security information

Install applications or profiles on a device (in progress)

You can currently install "Purchased Apps" via AirWatchBuddy. Future releases will bring support for Public Apps, Internal Apps, and Profiles.

Credits

  • Tom Burgin - Thanks for teaching me and helping me create this app!

License

Copyright 2017 Jeremiah Baker.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

AirWatchBuddy is a simple API companion app for VMware's AirWatch.

Resources

Stars

Watchers

Forks

Packages

No packages published