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

Merge feature/responsive-gui into develop #37

Closed Good-man closed 6 years ago

Good-man commented 6 years ago

Issue #36. PoshSecFramework (PSF) uses Windows Forms and Controls in a synchronous way. This causes the GUI to appear to hang while PSF initializes and processes requests. Using asynchronous design patterns, PSF can be made to appear faster and more responsive.