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
Would be cool with the ability to verify the integrity of already installed resources, also if they aren't signed. As in, make sure no changes has been made to the <ModuleName>\<ModuleVersion> directory and all its' content.
Summary of the new feature / enhancement
Would be cool with the ability to verify the integrity of already installed resources, also if they aren't signed. As in, make sure no changes has been made to the
<ModuleName>\<ModuleVersion>
directory and all its' content.Proposed technical implementation details (optional)
Cmdlet:
Verify-PSResource -Name '<name>' -Version '<version>' -Scope '<AllUsers|CurrentUser>'
Verify-PSResource -Path 'C:\some\path\<ModuleName>\<ModuleVersion>'
Options/logic:
-Remediate
.-Repository
to be specified in the cmdlet.The text was updated successfully, but these errors were encountered: