To move a Windows device from one organization to another, you can use the following one-line command in PowerShell:
C:\'Program Files (x86)'\Automox\amagent.exe --setkey <NEW_ORGANIZATION_ACCESS_KEY> |
- Be sure to remove the <> characters around the access key.
- Restart the Automox agent service to see the changes. You can do this with a net stop amagent followed by a net start amagent.