PSNetDetour is an experimental PowerShell module that enables runtime hooking (detouring) of .NET methods. It allows you to intercept calls to .NET methods, inspect or modify their arguments, and ...
Learn how to design and build your own interactive menus inside your PowerShell scripts. This will help non-PowerShell users easily navigate and use them.