SentinelPesterFramework
SentinelPesterFramework copied to clipboard
Refactoring - Improved Performance
With removing Filter conditions via Scriptblocks for where-object operations it enhances the performance of the query as we only have to query one condition. It is replaced with: Comparison Statements. for more information check: https://adamtheautomator.com/powershell-where-object/