Business Central Wave 2 – License Upload
The Release of Business Central Wave 2 have raised questions in many minds that how do we upload the Developer/Customer License in the database.
Powershell commands which existed in the earlier NAVAdminTools as well will now help in Wave 2 to upload the licenses.
You have to go through the the following steps to run the Powershell commands to upload the license:
Step 1) Run the Powershell ISE as an Administrator.
Step 2) Import Module from the Business Central Wave 2 Service folder using the command
Import-Module "C:\Program Files\Microsoft Dynamics 365 Business Central
\150\Service\NavAdminTool.ps1"
Step 3) Run the following command to import the license to the Database mapped to the Server Instance
Import-NAVServerLicense -LicenseFile 'D:\Cronus.flf' -ServerInstance BC150
Step 4) Restart the Server Instance.
Step 5) Verify the Uploaded License by running the following Powershell command
Export-NAVServerLicenseInformation - ServerInstance BC150
Following the above simple steps will enable you to upload licenses in Wave 2
Thanks for Reading!
Import-Module “C:\Program Files\Microsoft Dynamics 365 Business Central\150\Service\NavAdminTool.ps1”
This was originally posted here.
*This post is locked for comments