You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The SDN Express script files are no longer available on GitHub.
52
53
53
-
The SDN Express script files live in GitHub. The first step is to get the necessary files and folders onto your deployment computer.
54
-
55
-
1. Go to the [Microsoft SDN GitHub](https://github.com/microsoft/SDN) repository.
56
-
57
-
1. In the repository, expand the **Code** drop-down list, and then choose either **Clone** or **Download ZIP** to download the SDN files to your designated deployment computer.
58
-
59
-
> [!NOTE]
60
-
> The designated deployment computer must be running Windows Server 2016 or later.
61
-
62
-
1. Extract the ZIP file and copy the `SDNExpress` folder to your deployment computer's `C:\` folder.
54
+
## Install the SDN Express PowerShell module
55
+
Run the following command to install the latest version of the SDN Express PowerShell module on the machine where you want to run the SDN installation:
56
+
```powershell
57
+
Install-Module -Name SDNExpress
58
+
```
59
+
The files automatically install in the default PowerShell module directory: `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\`
63
60
64
61
## Edit the configuration file
65
62
66
-
The PowerShell `MultiNodeSampleConfig.psd1` configuration data file contains all the parameters and settings that are needed for the SDN Express script as input for the various parameters and configuration settings. This file has specific information about what needs to be filled out based on whether you are deploying only the network controller component, or the software load balancer and gateway components as well. For detailed information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure.md) topic.
63
+
The PowerShell `MultiNodeSampleConfig.psd1` configuration data file (located at the above mentioned install path) contains all the parameters and settings that are needed for the SDN Express script as input for the various parameters and configuration settings. This file has specific information about what needs to be filled out based on whether you are deploying only the network controller component, or the software load balancer and gateway components as well. For detailed information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure.md) topic.
67
64
68
-
Navigate to the `C:\SDNExpress\scripts` folder and open the `MultiNodeSampleConfig.psd1` file in your favorite text editor. Change specific parameter values to fit your infrastructure and deployment:
65
+
Navigate to the 'C:\Program Files\WindowsPowerShell\Modules\SdnExpress\` folder and open the `MultiNodeSampleConfig.psd1` file in your favorite text editor. Change specific parameter values to fit your infrastructure and deployment:
0 commit comments