- Download the latest license file from SharePoint:
🧭 Documents -> Licenties -> BC -> BC.flf
- Open BC Powershell and run
update-bc-license.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-module bccontainerhelper | |
Import-BcContainerLicense -containerName BC19 -licenseFile "C:\Temp\BC.flf" -restart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$serverInstance = "BC180" | |
$licenseFile = "C:\Temp\BC.flf" | |
Import-NAVServerLicense -ServerInstance $serverInstance -LicenseFile $licenseFile | |
Restart-NAVServerInstance -ServerInstance $serverInstance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment