Skip to content

Releases: MrTechGadget/aw-bulkdevices-script

Add and remove Tags and more!

26 Oct 13:32
3e57e73
Compare
Choose a tag to compare

This release incorporates many small improvements over the past year including:

  • Updated Get-Device.ps1 function to conform with new 500 device API limitation
  • Be careful with this one with Android Enterprise devices as there can be multiple records with the same serial number. Add Delete-Device.ps1 script to delete list of devices
  • A bunch of logging added
  • Added support for Serial as well as Device ID for Query-Device.ps1
  • Added support for Serial Number for Install-Application.ps1
  • A lot of refactoring and cleanup
  • Added Set-TagOnDevice.ps1 from my old Tag scripts Repo (this completes moving that functionality into this repo)

Added Get-ListOfTaggedDevices

30 Jul 20:03
Compare
Choose a tag to compare
v2.12.0

Add and refactor Get-ListOfTaggedDevices script

Added Send-TextMessage.ps1

30 Jun 19:36
Compare
Choose a tag to compare

Sends SMS message in Workspace ONE for a list of SerialNumbers

Install-Application

18 Jun 18:10
Compare
Choose a tag to compare

Added Install-Application and Device-Query scripts.

Set-CheckoutDevice.ps1

20 Jan 18:06
f1c03bf
Compare
Choose a tag to compare

This new script adds the ability to assign a user to a MacOS device with staging user enrollment, "Checking the device" out to that user.

This easily allows someone to complete the "Staging Single-User, Off-Domain macOS Enrollment" workflow described in https://techzone.vmware.com/onboarding-options-macos-vmware-workspace-one-operational-tutorial

Profiles

10 Jan 04:34
Compare
Choose a tag to compare

Added two new scripts, Get-Profile.ps1 and Delete-Profile.ps1

The Get script retrieves profile information and writes to a CSV file.
The Delete script takes a CSV of Profile IDs and deletes them!
Details in the README

Get-DeviceDetails

08 Jan 22:31
Compare
Choose a tag to compare

Added ability to retrieve device details for a given csv file of device identifiers (supports Macaddress, udid, Serialnumber, Imeinumber, and DeviceId) Defaults to SerialNumber.

Adds support for deleting DeviceWipePending and fixes PSAnalyzer problems.

14 Oct 22:56
d34eeb8
Compare
Choose a tag to compare
Merge pull request #14 from MrTechGadget/AddressPSScriptAnalyzerErrors

Fix PSScriptAnalyzerErrors due to ambiguous var

Invoke-RebootDevice

07 Oct 04:04
9c87ea2
Compare
Choose a tag to compare

Adds ability to reboot a list of devices based on SerialNumber

Set-DeviceName

16 Jan 04:24
Compare
Choose a tag to compare

Added Set-DeviceName.ps1 script which sets DeviceName on Supervised iOS Device(s) given a list of SerialNumbers and Desired names. Uses the CustomMdmCommand API to directly set the FriendlyName of the device (The name in Settings -> General -> About)