Invoke-Clippy
Invoke-Clippy copied to clipboard
Won't install/import through PSGallery correctly
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