-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Summary of the new feature / enhancement
Round out aliases for all cmdlets. gires for Get-InstalledPSResource and usres for Uninstall-PSResource. Other Update verbs, Save, and Publish too.
Proposed technical implementation details (optional)
[Alias('gires')] attribute with alias defined in psd1.
Copilot