You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Repro Steps:
Get-Package -Provider NanoServerPackage -FromVhd c:\test\test.vhd
Uninstall-Package -Provider NanoServerPackage -FromVhd c:\test\test.vhd or
Get-Package -Provider NanoServerPackage -FromVhd c:\test\test.vhd | Uninstall-Package
Get-Package -Provider NanoServerPackage -FromVhd c:\test\test.vhd
Result:
the specified package is still listed from the Get-Package after uninstall.