-
Notifications
You must be signed in to change notification settings - Fork 88
WeakHostReceive
Daniel Scott-Raynsford edited this page Feb 22, 2019
·
3 revisions
Warning! This resource has been deprecated as of v7.0.0.0. Please use the
WeakHostReceive
property of the NetIPInterface resource instead.
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
InterfaceAlias | Key | string | Alias of the network interface for which the Weak Host Receiving is set. | |
AddressFamily | Key | string | IP address family. | IPv4, IPv6 |
State | Required | string | The desired state of the Weak Host Receiving. | Enabled, Disabled |
This resource is used to control the weak host receive setting on an interface for a node.
Disabling tbe weak host receive setting for the network adapter with alias 'Ethernet'.
Configuration Example
{
param
(
[Parameter()]
[System.String[]]
$NodeName = 'localhost'
)
Import-DscResource -Module NetworkingDsc
Node $NodeName
{
WeakHostSend DisableWeakHostReceiving
{
State = 'Disabled'
InterfaceAlias = 'Ethernet'
AddressFamily = 'IPv4'
}
}
}
- 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