VMware Workspace ONE Community
FedericoLillacc
Enthusiast
Enthusiast
Jump to solution

Bulk edit Asset Number

Hello, 

I'd like to edit the asset number (image below) for about 200 devices.

Is there a way to bulk edit this info, maybe using API access and PowerShell?

edit.png

Thanks!

Labels (1)
Reply
0 Kudos
2 Solutions

Accepted Solutions
MatthewSwenson
Hot Shot
Hot Shot
Jump to solution

Check into the REST API.  I *think* this is possible there.

Use this template in a web browser to view the documentation:
your.console/api/help/#!/apis

View solution in original post

Reply
0 Kudos
ogushia
Hot Shot
Hot Shot
Jump to solution

Hi,
Using API, You can bulk edit asset number of multiple devices.

ogushia_0-1620111879495.png


API Explorer URL is following.
https://asXXX.awmdm.com/api/help/

View solution in original post

Reply
0 Kudos
3 Replies
MatthewSwenson
Hot Shot
Hot Shot
Jump to solution

Check into the REST API.  I *think* this is possible there.

Use this template in a web browser to view the documentation:
your.console/api/help/#!/apis

Reply
0 Kudos
ogushia
Hot Shot
Hot Shot
Jump to solution

Hi,
Using API, You can bulk edit asset number of multiple devices.

ogushia_0-1620111879495.png


API Explorer URL is following.
https://asXXX.awmdm.com/api/help/

Reply
0 Kudos
FedericoLillacc
Enthusiast
Enthusiast
Jump to solution

Hi, thanks for your answers!

I could easily edit the asset numbers using WS1 APIs: I found a bunch of very useful scripts to bulk manage WS1 devices in MrTechGadget GitHub ( MrTechGadget/aw-bulkdevices-script: A group of scripts which are used to bulk manage AirWatch manage... ).

They are very helpful, especially Set-AssetNumber.ps1 😉 .

Thanks again.