PoshSec / PoshSecFramework

A framework for PowerShell and PoshSec scripts for network management, security, and maintenance.
BSD 3-Clause "New" or "Revised" License
145 stars 23 forks source link

Module Dropdown Doesn't Display Modules #27

Closed mwjcomputing closed 6 years ago

mwjcomputing commented 6 years ago

The module display always says All. It should have the name of the modules that PoshSec Framework found.

Good-man commented 6 years ago

Are you referring to this drop down? The list should contain all modules shown below? What should happen when a module is selected?

image

mwjcomputing commented 6 years ago

Yep. That drop down.

The list of commands below should be limited to the contents of that module.

If you select Bitlocker, only the bitlocker commands show up.

Good-man commented 6 years ago

Hey @mwjcomputing, check out pull request #31 and let me know if it does what you want.

image