Sean Wheeler
Sean Wheeler
This documented in https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_parameter_sets and https://docs.microsoft.com/powershell/scripting/developer/cmdlet/cmdlet-parameter-sets about Parameter Sets - PowerShellDescribes how to define and use parameter sets in advanced functions.
This used to work. You used to be able to export individual commands to separate JSON files then use `Export-CrescendoModule -command *.json` to create the module. The problematic code is...
> Should I start using it? Yes, the Alert boxes are the preferred format.
I think the problem is with caused by OneDrive. I have seen all kinds of strange errors when the Modules folder (under Documents) has been redirected to OneDrive. Try removing...
Be sure to start a new PowerShell session after you disabled OneDrive and restored the Documents folder.
@alerickson Please review. I updated the description of the **RequiredModules** parameter based on a docs issue from PowerShell-Docs. I also added an example to `Find-PSResource` to search by Tag and...
@JKeithB - We need a way to uninstall a module and all its dependencies. Adding that functionality to Uninstall-Module should be very simple. I wrote the following function to uninstall...
Related internal work items: - https://dev.azure.com/ceapex/Engineering/_workitems/edit/353202 - https://ceapex.visualstudio.com/CEINTL/_workitems/edit/408280
This is fixed in the LOC pipeline.
Linked PR was closed. We can reopen this issue if the PR ever gets merged.