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 live in GitHub. The first step is to get the necessary files and folders onto your deployment computer.
52
+
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:
53
53
54
-
1. Go to the [Microsoft SDN GitHub](https://github.com/microsoft/SDN) repository.
54
+
```powershell
55
+
Install-Module -Name SDNExpress
56
+
```
55
57
56
-
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
+
The files automatically install in the default PowerShell module directory: `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\`.
57
59
58
-
> [!NOTE]
59
-
> The designated deployment computer must be running Windows Server 2016 or later.
60
-
61
-
1. Extract the ZIP file and copy the `SDNExpress` folder to your deployment computer's `C:\` folder.
60
+
> [!NOTE]
61
+
> The SDN Express script files are no longer available on GitHub.
62
62
63
63
## Edit the configuration file
64
64
65
65
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're 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) article.
66
66
67
-
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:
67
+
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:
68
68
69
69
### General settings and parameters
70
70
@@ -185,14 +185,14 @@ The SDN Express script deploys your specified SDN infrastructure. When the scrip
185
185
1. Run the following command from a user account with administrative credentials for the cluster host servers:
1. After the NC VMs are created, configure dynamic DNS updates for the Network Controller cluster name on the DNS server. For more information, see [Dynamic DNS updates](../concepts/network-controller.md#dynamic-dns-updates).
192
192
193
193
## Configuration sample files
194
194
195
-
The following configuration sample files for deploying SDN are available on the [Microsoft SDN GitHub](https://github.com/microsoft/SDN/tree/master/SDNExpress/scripts) repository:
195
+
The following configuration sample files for deploying SDN are available in the location where the PowerShell module is installed (`C:\Program Files\WindowsPowerShell\Modules\SdnExpress\`):
196
196
197
197
- **Traditional VLAN networks.psd1** - Deploy Network Controller for managing network policies like microsegmentation and Quality of Service on traditional VLAN Networks.
198
198
@@ -204,5 +204,4 @@ The following configuration sample files for deploying SDN are available on the
0 commit comments