本文主要是Microsoft Dynamics 365的License导入的图解干货,不多赘述,直接上图:
第一步:准备好的License文件放在你喜欢的目录下
第二步:到开始程序里找到并打开 Business Central Administration Shell
3.第三步:执行导入命令 Import-NAVServerLicense -ServerInstance Starlite_0217 -LicenseFile "D:\StarliteWork\dev.flf"
4.重启下你的服务实例
5.附:最后把命令语法贴出来:
名称
Import-NAVServerLicense
摘要
Imports a license file into a Business Central database.
语法
Import-NAVServerLicense [-ServerInstance] <string> [-LicenseData] <byte[]> [-Database {Default | Master | NavDataba
se | Tenant}] [-Force <SwitchParameter>] [-Tenant <TenantId>] [<CommonParameters>]
Import-NAVServerLicense [-ServerInstance] <string> [-LicenseFile] <string> [-Database {Default | Master | NavDataba
se | Tenant}] [-Force <SwitchParameter>] [-Tenant <TenantId>] [<CommonParameters>]
说明
Use the Import-NAVServerLicense cmdlet to import a license file into a Business Central database.
If the Business Central Server account specified does not have access to the location where the license file is sto
red, an error results. Check the Event Log on the Business Central Server computer to see what permissions are requ
ired.
After importing a new license, restart all Business Central Server instances to activate the license for client use
rs.
相关链接
Online Version: https://go.microsoft.com/fwlink/?linkid=401369
Export-NAVServerLicenseInformation
备注
若要查看示例,请键入: "get-help Import-NAVServerLicense -examples".
有关详细信息,请键入: "get-help Import-NAVServerLicense -detailed".
若要获取技术信息,请键入: "get-help Import-NAVServerLicense -full".
有关在线帮助,请键入: "get-help Import-NAVServerLicense -online"
写在最后:如果对你有用,请予支持。----------------2023.02.20-小壁虎写于韶关