-
Notifications
You must be signed in to change notification settings - Fork 88
Home
Daniel Scott-Raynsford edited this page Jun 1, 2017
·
30 revisions
Here you will find all the information you need to make use of the xNetworking DSC resources, including details of the resources that are available, current capabilities and known issues, and information to help plan a DSC based implementation of xNetworking.
Please leave comments, feature requests, and bug reports in then issues section for this module.
To get started download xNetworking from the PowerShell Gallery and then unzip it to one of your PowerShell modules folders (such as $env:ProgramFiles\WindowsPowerShell\Modules).
To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run the following command:
Find-Module -Name xNetworking -Repository PSGallery | Install-Module
To confirm installation, run the below command and ensure you see the xNetworking DSC resoures available:
Get-DscResource -Module xNetworking
- DefaultGatewayAddress
- DnsClientGlobalSetting
- DnsConnectionSuffix
- DnsServerAddress
- Firewall
- FirewallProfile
- HostsFile
- IPAddress
- IPAddressOption
- NetAdapterAdvancedProperty
- NetAdapterBinding
- NetAdapterLso
- NetAdapterName
- NetAdapterRdma
- NetAdapterRsc
- NetAdapterRss
- NetAdapterState
- NetBios
- NetConnectionProfile
- NetIPInterface
- NetworkTeam
- NetworkTeamInterface
- ProxySettings
- Route
- WaitForNetworkTeam
- WinsServerAddress
- WinsSetting