-
Notifications
You must be signed in to change notification settings - Fork 8
Remove LoopbackAdapter
Daniel Scott-Raynsford edited this page Jun 9, 2019
·
1 revision
external help file: LoopbackAdapter-help.xml Module Name: LoopbackAdapter online version: schema: 2.0.0
Uninstall an existing Loopback Network Adapter.
Remove-LoopbackAdapter [-Name] <String> [-Force] [<CommonParameters>]Uses Chocolatey to download the DevCon (Windows Device Console) package and uses it to uninstall a new Loopback Network Adapter with the name specified.
Remove-LoopbackAdapter -Name 'MyNewLoopback'Removes an existing Loopback Adapter called MyNewLoopback.
The name of the Loopback Adapter to uninstall.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseForce 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.