-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels