Skip to content

Instantly share code, notes, and snippets.

@hbulens
Last active December 13, 2022 11:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
  • 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