New LoopbackAdapter - PlagueHO/LoopbackAdapter GitHub Wiki


external help file: LoopbackAdapter-help.xml Module Name: LoopbackAdapter online version: schema: 2.0.0

New-LoopbackAdapter

SYNOPSIS

Install a new Loopback Network Adapter.

SYNTAX

New-LoopbackAdapter [-Name] <String> [-Force] [<CommonParameters>]

DESCRIPTION

Uses Chocolatey to download the DevCon (Windows Device Console) package and uses it to install a new Loopback Network Adapter with the name specified. The Loopback Adapter will need to be configured like any other adapter (e.g. configure IP and DNS)

EXAMPLES

EXAMPLE 1

$Adapter = New-LoopbackAdapter -Name 'MyNewLoopback'

Creates a new Loopback Adapter called MyNewLoopback.

PARAMETERS

-Name

The name of the Loopback Adapter to create.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Force

Force the install of Chocolatey and the Devcon.portable package if not already installed, without confirming with the user.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Returns the newly created Loopback Adapter.

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️