Skip to content

DSC resources for configuring settings related to networking.

License

Notifications You must be signed in to change notification settings

brajjan/NetworkingDsc

This branch is 2 commits behind dsccommunity/NetworkingDsc:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f6ac3e · May 30, 2022
Apr 10, 2022
Mar 26, 2020
Apr 10, 2022
Apr 10, 2022
Mar 26, 2020
Mar 26, 2020
Jul 17, 2017
May 30, 2022
Jan 19, 2020
Mar 26, 2020
Apr 10, 2021
Jan 19, 2020
Apr 21, 2021
Apr 21, 2021
Jan 19, 2020
Jan 19, 2020
Apr 10, 2022
Apr 10, 2022
Mar 26, 2020
Apr 10, 2022
Apr 21, 2021

Repository files navigation

NetworkingDsc

Build Status Code Coverage Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery codecov

Code of Conduct

This project has adopted this code of conduct.

Releases

For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Resources

The NetworkingDsc module contains the following resources:

  • DefaultGatewayAddress: Sets a node's default gateway address.
  • DnsClientGlobalSetting: Configure DNS client global settings.
  • DnsConnectionSuffix: Sets a node's network interface connection-specific DNS suffix.
  • DnsServerAddress: Sets a node's DNS server address(s).
  • Firewall: Sets a node's firewall rules.
  • FirewallProfile: Configures a node's private, public or domain firewall profile.
  • HostsFile: Adds, edits or removes entries from the hosts file on a node.
  • IPAddress: Sets a node's IP address(s).
  • IPAddressOption: Sets an IP address option.
  • NetAdapterAdvancedProperty: Sets advanced properties on a network adapter.
  • NetAdapterBinding: Bind or unbind transport or filters to a network interface.
  • NetAdapterLso: Enable or disable Lso for different protocols on a network adapter.
  • NetAdapterName: Rename a network interface that matches specified search parameters.
  • NetAdapterRdma: Enable or disable RDMA on a network adapter.
  • NetAdapterRsc: Enable or disable Rsc for different protocols on a network adapter.
  • NetAdapterRss: Enable or disable Rss on a network adapter.
  • NetBios: Enable or Disable NetBios on a network interface.
  • NetConnectionProfile: Sets a node's connection profile.
  • NetIPInterface: Configure the IP interface settings for a network interface.
  • NetworkTeam: Set up network teams on a node.
  • NetworkTeamInterface: Add network interfaces to a network team.
  • ProxySettings: Configures the proxy settings for the computer.
  • Route: Sets static routes on a node.
  • WaitForNetworkTeam: Wait for a network team to achieve the 'Up' status.
  • WinsSetting: Configure the WINS settings that enable or disable LMHOSTS lookups and enable or disable DNS for name resolution over WINS.
  • WinsServerAddress: Sets a node's WINS server address(s).

Documentation and Examples

For a full list of resources in NetworkingDsc and examples on their use, check out the NetworkingDsc wiki.

Known Issues

Firewall Known Issues

The following error may occur when using the resource Firewall in configurations on Windows Server 2012 R2 if KB3000850 is not installed. Please ensure this update is installed if this error occurs.

    The cmdlet does not fully support the Inquire action for debug messages.
    Cmdlet operation will continue during the prompt. Select a different action
    preference via -Debug switch or $DebugPreference variable, and try again.

Known Invalid Configuration

  • The exception 'One of the port keywords is invalid' will be thrown if a rule is created with the LocalPort set to PlayToDiscovery and the Protocol is not set to UDP. This is not an unexpected error, but because the New-NetFirewallRule documentation is incorrect.

This issue has been reported on Microsoft Connect

About

DSC resources for configuring settings related to networking.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%