### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet) - [x] Search the existing issues. ### Steps to reproduce While looking at #1794 I noticed that `Find-PSResource` and `Save-PSResource` does not have `-RequiredResource` and `-RequiredResourceFile`. * `Save-PSResource`: Should have feature parity to `Install-PSResource`, no? * `Find-PSResource`: To write tests for the fix to #1794 it'd be nice if `Find-PSResource` had these parameters added, then you can test that specific problem without downloading anything. ### Expected behavior ```console See description. ``` ### Actual behavior ```console See description. ``` ### Error details ```console ``` ### Environment data ```powershell Not relevant. ``` ### Visuals _No response_