Closed
Description
Summary of the new feature / enhancement
Removing a module can be a slow operation due to checking if other modules depend on that module before removal. We should have a -SkipDependentCheck
to skip this check for advanced users.
Proposed technical implementation details (optional)
No response