WS1 Queued App to Readable Name

Another quick and dirty function, it does have a pre-requisite of the function found here: https://wsnone.com/2023/03/ws1-status-code-powershell-function/ What this does is converts the guid found in HKEY_LOCAL_MACHINE\SOFTWARE\AirWatchMDM\AppDeploymentAgent\Queue\ and outputs the actual name of the application and the status code. If you look at one of the Queued Items, its a very…

read more

WS1 Status Code PowerShell Function

So this is just a quick and dirty function for translating the status code in the HKEY_LOCAL_MACHINE\SOFTWARE\AirWatchMDM\ area of the registry. The status code translation is based on this post: Workspace ONE UEM Error Code – My Blog (debay.blog), and I will update the function if I get a more…

read more

Workspace ONE oAuth API…. Auth

A quickish one, hopefully. You can use oAuth Client/Secret/Token malarky for your API calls. I like it as its not tied to an admin account, it does involve and extra API call to get your token. Brooks Peppin from VMware has a good article on how to setup oAuth inside…

read more