Options

NAV powershell

kpytokpyto Member Posts: 9
edited 2014-01-13 in NAV Three Tier
How to install NAV powershell module, without installing server component? Because i'm want remotely or locally create new web instances.

Regards, A.

Comments

  • Options
    DuikmeesterDuikmeester Member Posts: 304
    Copy below files into the folder: C:\NavPowerShell\

    C:\Program Files\Microsoft Dynamics NAV\71\Service\Microsoft.Dynamics.Nav.Management.dll
    C:\Program Files\Microsoft Dynamics NAV\71\Service\Microsoft.Dynamics.Nav.Language.dll
    C:\Program Files\Microsoft Dynamics NAV\71\Service\Microsoft.Dynamics.Nav.Types.dll
    C:\Program Files\Microsoft Dynamics NAV\71\Service\NavAdminTool.ps1

    Create the following registry key:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Dynamics NAV\71\Service]
    "Path"="C:\\NavPowerShell\\"


    Now load C:\NavPowerShell\NavAdminTool.ps1 in C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe with elevation.
  • Options
    kpytokpyto Member Posts: 9
    Big thanks! All worked.
Sign In or Register to comment.