Hi folks, In this article, will see how to upload a License in Business Central with two different ways. Generally, sometimes our old License gets expired then developer need to upload license to BC database environment or Customer License for specific Roles and Permissions. Error : Your Program License has expired. Here two solutions are available for you both are same but using different apps: 1. Using PowerShell ISE 2. Using Business Central Administration Shell **************** 1. Using PowerShell ISE **************** 1 2 3 4 5 6 7 8 9 10 // Script for Upload License using PowerShell ISE Step 1.1- Open PowerShell ISE as Administrator Step 1.2- Import-Module for Business Central Wave 2, using the following script: Import-Module 'C:\Program Files\Microsoft Dynamics 365 Business Central\150\Service\NavAdminTool.ps1' Step 1.3- Using the following script to import the license: Import-NAVServerLicense -LicenseFile 'C:\license\LS Central-15 Dev License.flf' -Se...
A hub of all my NAV/Business Central Codes.