Skip Navigation

Prepare 
Windows PowerShell

When installing the 
NDS
 on the application server, use 
Windows PowerShell
 as an administrator.
To prepare 
Windows PowerShell
 on the <
OnPremiseDbInstallation.bat
> file, complete the following steps:
  1. To verify that 
    Windows
     Management Framework 3 (supporting PowerShell 3) is installed, do one of the following:
    • Open 
      Windows PowerShell
       and type the following command: 
      Get-Host
    • The returned version should be 3.0 or higher.
    • Go to Microsoft.com to download and install 
      Windows
       Management Framework 3.0 or higher.
  2. Ensure that the 
    Windows PowerShell
     script is enabled and complete the following steps:
    1. Run 
      Windows PowerShell
       as an administrator.
    2. Open the command prompt, run the 
      Get-ExecutionPolicy
       command.
      The returned value should be 
      RemoteSigned
      .
    3. If the value is not RemotedSigned, run the 
      Set-ExecutionPolicy RemoteSigned
       command, click 
      Yes
       to override and type 
      Y
       to change the execution policy.