Skip to content

Instantly share code, notes, and snippets.

@hbulens
Last active December 13, 2022 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/3d7705b14417b741060287965785a9e0 to your computer and use it in GitHub Desktop.
Save hbulens/3d7705b14417b741060287965785a9e0 to your computer and use it in GitHub Desktop.
  • Download the latest license file from SharePoint: 🧭 Documents -> Licenties -> BC -> BC.flf
  • Open BC Powershell and run update-bc-license.ps1
Install-module bccontainerhelper
Import-BcContainerLicense -containerName BC19 -licenseFile "C:\Temp\BC.flf" -restart
$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