Importar licencia para Business Central

Abrir Administration shell y Ejecutar como administrador

Import-NAVServerLicense Nombre instancia -LicenseData ([Byte[]]$(Get-Content -Path ruta licencia -Encoding Byte))

PowerShell ISE

$Ins = BC160
$Path = "C:\Temp\Licencias\BC 16.flf"

Import-Module "C:\Program Files\Microsoft Dynamics 365 Business Central\160\Service\NavAdminTool.ps1"
Import-NAVServerLicense $Ins -LicenseData ([Byte[]]$(Get-Content -Path $Path -Encoding Byte))
Restart-NAVServerInstance $Ins

Comparte tu aprecio

Leave a Reply

Your email address will not be published. Required fields are marked *