Skip to the main content.

Sonny Jamwal

Sonny is a self-proclaimed PowerShell preacher who lives in the beautiful city of Halifax on the east coast of Canada. Sonny has worked in Cybersecurity for more than 10 years and has acted as the primary technical lead and subject matter expert on many Cyber Security Assessments for various private and public organizations. Sonny regularly speaks at various security conferences such as BSides, AtlSecCon, ISACA, OWASP etc.

October 21, 2020 - 29 min read

PowerShell Advanced Functions

PowerShell advanced functions provide the capability to extend a simple PowerShell script to a tool...

June 17, 2020 - 19 min read

Parameter Binding concepts in PowerShell

Parameter binding is a fundamental concept in PowerShell. And you can end up scratching your head...

April 15, 2020 - 24 min read

Handling Events with PowerShell and WMI (Part 2)

In this blog post, we will have a look at WMI eventing. You’ll learn about the two types of WMI...

January 30, 2020 - 25 min read

Handling Events with PowerShell and .NET (Part 1)

The Oxford dictionary defines an event as “a thing that happens, especially something important”....