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 module is no longer hosted on GitHub. It is now available in powershell gallery. Please see the Install SDN Express Powershell section for further details.
50
+
## Install the SDN Express PowerShell module
52
51
53
-
## Install SDN Express Powershell module
54
-
Update (10.25.2024) The SDN Express script files are no longer available in GitHub. Please follow the updated installation method as mentioned below.
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
+
54
+
```powershell
55
+
Install-Module -Name SDNExpress
56
+
```
57
+
58
+
The files automatically install in the default PowerShell module directory: C:\Program Files\WindowsPowerShell\Modules\SdnExpress\.
59
+
60
+
> [!NOTE]
61
+
> The SDN Express script files are no longer available on GitHub.
55
62
56
-
On the machine where you wish to run the installation of SDN, the latest version of SDN Express must be installed. To install the module please run `Install-Module -Name SDNExpress`. The files will automatically be installed in the default powershell module directory. You can locate them at `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\`
57
-
58
63
## Edit the configuration file
59
64
60
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.
@@ -199,5 +204,4 @@ The following configuration sample files for deploying SDN are available in the
0 commit comments