Open the Windows command prompt.
Press the Start button on your keyboard, type Command prompt and press Enter.
When you deploy shared device licenses, you consume the licenses that your organization has purchased in the agreement with Adobe.
As you deploy these licenses, the count of consumed licenses is indicated on the product card on the Products tab of the Admin Console.
Now, say that you want to recover licenses that you deployed on some machines. For example, if a machine is inoperable, you plan to retire an old machine, or you want to repurpose a machine and reuse it outside of a lab or a classroom.
To recover a license from an inoperable machine, you'll need to reset the licenses of all machines of that product profile.
However, to recover the license from machine to which you have access, you can deactivate the license on that machine itself.
The following procedure resets the licenses of all machines in a product profile. Adobe recommends that you save any unsaved work on all machines in this profile. Also, if any long running processes are running on any of the machines in this profile, ensure that you either stop these processes or let them complete before proceeding.
If you need to recover a license from an inoperable machine, use the following procedure to reset the licenses of all machines of that product profile:
Even if you only planned to recover licenses on some of the machines of this profile, all machines mapped to this profile are now reset. However, when users sign into Adobe's app on each of these machines, the machines are immediately licensed again.
For example, say a product profile is mapped to ten machines and you want to retire two of these machines, use the procedure above to recover the licenses from all the ten machines. When users sign into Adobe apps on the other eight machines, these will be immediately licensed again. Now you have two licenses that you can use on another two machines.
If you need to recover licenses from machines to which you have access, you can deactivate the licenses on those machines using the Shared Device Licensing toolkit.
A machine can be activated with a single shared device license. Also, you may install multiple shared device licenses on a single machine. You can choose to deactivate all the licenses on a machine or only deactivate a single license on that machine.
The procedures described in this document require you to execute commands using the Shared Device Licensing toolkit.
First, you'll need to download the Adobe Licensing Toolkit from the following location based on the client machine OS:
Open the Windows command prompt.
Press the Start button on your keyboard, type Command prompt and press Enter.
From Windows Explorer, drag-and-drop the adobe-licensing-toolkit.exe file (downloaded above) to the Windows command prompt.
On a single shared device, you may have activated multiple licenses. For example, the same device may require different app installations for different groups of students. So, to deactivate all licenses on a device, run the following command with admin privileges:
adobe-licensing-toolkit.exe --deactivate
Short form:
adobe-licensing-toolkit.exe -t
sudo ./adobe-licensing-toolkit --deactivate
Short form:
sudo ./adobe-licensing-toolkit -t
For help on how to run the above commands, see How to use the toolkit.
To get NpdId for the shared device license packages on a device, run the following command with admin privileges:
Windows
adobe-licensing-toolkit.exe --licenseInformation
Short form:
adobe-licensing-toolkit.exe -l
macOS
sudo ./adobe-licensing-toolkit --licenseInformation
Short form:
sudo ./adobe-licensing-toolkit -l
For help on how to run the above commands, see How to use the toolkit.
When you run the above command, you will see the following (sample) output:
Adobe Licensing Toolkit (0.1.5.57) License Details NpdId : MWVjZGNlMzMtZGU2Yi00ZmNlLTkzZTktY2MxMjBhZmFiZjg1 AppId : Photoshop1 DeploymentMode : NAMED_USER_EDUCATION_LAB CacheExpiry : 03/06/19 20:01:56 India Standard Time LicenseId : 511F26523959D15EBD9B LicenseExpiry : 03/06/21 20:01:56 India Standard Time NpdId : YjZiOGU0ZTItYTkxNy00NTFlLWFkOTItZTljNTc2M2U2OTgx AppId : Animate1 DeploymentMode : NAMED_USER_EDUCATION_LAB CacheExpiry : 03/06/19 20:01:56 India Standard Time LicenseId : 511F26523959D15EBD9B LicenseExpiry : 03/06/21 20:01:56 India Standard Time Operation Successfully Completed
From the output (see above sample), you need the NpdId for the shared device license that you want to deactivate.
Now use the NPIDs from the previous command, to deactivate the required license:
Windows
adobe-licensing-toolkit.exe --deactivate --npdId <NpdId from -licenseInformation command above>
Short form:
adobe-licensing-toolkit.exe -t -n <NpdId from -licenseInformation command above>
macOS
sudo ./adobe-licensing-toolkit --deactivate --npdId <NpdId from -licenseInformation command above>
Short form:
sudo ./adobe-licensing-toolkit -t -n <NpdId from -licenseInformation command above>
For help on how to run the above commands, see How to use the toolkit.
Sign in to your account