Dynamics Nav 2017, Dynamics NAV Powershell

Adding Windows User to Microsoft Dynamics NAV using Powershell

1. Open Powershell as Administrator.

2. Import Navision Cmdlet, if you are using the Powershell ISE

import-module “C:\Program Files\Microsoft Dynamics NAV\100\Service\NavAdminTool.ps1”

3.New-NAVServerUser -ServerInstance <<NAV Server Name>> -WindowsAccount <<Domain\UserName>> -LicenseType Full -State Enabled

4.New-NAVServerUserPermissionSet -PermissionSetId SUPER -ServerInstance <<NAV Server Name>> -WindowsAccount “Domain\UserName”

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s