Releases: MrTechGadget/aw-bulkdevices-script
Add and remove Tags and more!
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
v2.12.0 Add and refactor Get-ListOfTaggedDevices script
Added Send-TextMessage.ps1
Sends SMS message in Workspace ONE for a list of SerialNumbers
Install-Application
Added Install-Application and Device-Query scripts.
Set-CheckoutDevice.ps1
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
Get-DeviceDetails
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.
Merge pull request #14 from MrTechGadget/AddressPSScriptAnalyzerErrors Fix PSScriptAnalyzerErrors due to ambiguous var
Invoke-RebootDevice
Adds ability to reboot a list of devices based on SerialNumber
Set-DeviceName
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)