- Download the latest license file from SharePoint:
🧭 Documents -> Licenties -> BC -> BC.flf
- Open BC Powershell and run
update-bc-license.ps1
Last active
December 13, 2022 11:28
-
-
Save hbulens/3d7705b14417b741060287965785a9e0 to your computer and use it in GitHub Desktop.
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