Sunday, February 9, 2020

NAV BC - How to import a license via Powershell

https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.management/import-navserverlicense?view=businesscentral-ps-15



  • Run Powershell
  • Run this script from the location of your fin.flf license file
Import-NAVServerLicense BC -LicenseData ([Byte[]]$(Get-Content -Path "fin.flf" -Encoding Byte))

No comments:

Post a Comment