Why a Module?

The main challenge with using PowerShell for Screenshots in a Script or Compiled EXE is that they are often flagged as malicious and blocked. This is confirmed in Windows Defender, McAfee, Digital Guardian. Using a Module with separate Private Functions in separate files solved this problem

Last updated