Open spencermathews opened 5 years ago
Those are part of the built in CimCmdlets module.
If you say yes to loading WMI classes, then PowerTab will query the list of classes using Get-CimInstance. If you haven't already imported CimCmdlets in your session, this will cause that module to implicitly import.
What's up with all the aliases in the setup wizard?
They don't seem to make their way into the config files and don't persist past the current session. Given this, and the fact that they don't appear to be mentioned anywhere in the docs, there inclusion in the setup wizard is quite puzzling. What purpose do they serve? For the sanity of newcomers, why not just omit them from the wizard, or wrap all "Set Alias" into a single Yes/No question to avoid redundancy?