Step 1 - Load PowerShell

We will use the PowerShell Integrated Scripting Environment (ISE) that is installed by default on every Windows machine. We will start by running the following lines of script:

Set-ExecutionPolicy unrestricted 

import-module "C:Program Files (x86)Microsoft Dynamics NAV100RoleTailored ClientNavModelTools.ps1"
import-module "C:Program FilesMicrosoft Dynamics NAV100ServiceNavAdminTool.ps1"
The first time you run PowerShell you may have to enable scripts. This blog describes how to enable scripts (https://markbrummel.blog/2015/02/19/tip-44-first-time-powershell-enable-scripts/).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.253.198