Tuesday, June 9, 2020

Business Central - Necessary Powershell Scripts

New-NAVServerUser BC160 -WindowsAccount DESKTOP\Test

New-NAVServerUserPermissionSet BC160 –WindowsAccount DESKTOP\Test -PermissionSetId SUPER

Import-NAVServerLicense BC160 -LicenseData ([Byte[]]$(Get-Content -Path "C:\Admin\BC16\license.flf" -Encoding Byte))

Restart-NAVServerInstance -ServerInstance BC160 -Verbose

No comments:

Post a Comment