Invoke-Clippy icon indicating copy to clipboard operation
Invoke-Clippy copied to clipboard

Won't install/import through PSGallery correctly

Open Velocet opened this issue 7 years ago • 0 comments

Find-Module -Name PowerClippy | Install-Module The above command runs fine but importing it and everything else won't.

PS C:\Windows\system32> Import-Module PowerClippy
Import-Module : Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
In Zeile:1 Zeichen:1
+ Import-Module PowerClippy
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Import-Module], NullReferenceException
    + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand

Velocet avatar Sep 25 '16 20:09 Velocet