Prepare Windows PowerShell
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:- To verify thatWindowsManagement Framework 3 (supporting PowerShell 3) is installed, do one of the following:
- OpenWindows PowerShelland type the following command:Get-Host
- The returned version should be 3.0 or higher.
- Go to Microsoft.com to download and installWindowsManagement Framework 3.0 or higher.
- Ensure that theWindows PowerShellscript is enabled and complete the following steps:
- RunWindows PowerShellas an administrator.
- Open the command prompt, run theGet-ExecutionPolicycommand.The returned value should beRemoteSigned.
- If the value is not RemotedSigned, run theSet-ExecutionPolicy RemoteSignedcommand, clickYesto override and typeYto change the execution policy.