Skip to content

Exception calling "ProcessRecord" with "1" argument(s) #8

@Ruslebiffen

Description

@Ruslebiffen

Hello,

I followed the instructions and installed using the command

Install-Module -Name LoopbackAdapter -MinimumVersion 1.2.0.0

I then tried running the example script

Import-Module -Name LoopbackAdapter
New-LoopbackAdapter -Name 'LoopbackAdapter1'
New-LoopbackAdapter -Name 'LoopbackAdapter2'

I then get this error in PowerShell ISE:

Exception calling "ProcessRecord" with "1" argument(s): "The value Ignore is not supported for an ActionPreference variable. The provide
d value should be used only as a value for a preference parameter, and has been replaced by the default value. For more information, see
 the Help topic, "about_Preference_Variables.""
At line:165 char:5
+     $__cmdletization_objectModelWrapper.ProcessRecord($__cmdletizatio ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : NotSupportedException

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions