From the course: PowerShell for Security Professionals

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Organizing code using virtual notebooks

Organizing code using virtual notebooks - PowerShell Tutorial

From the course: PowerShell for Security Professionals

Organizing code using virtual notebooks

Hey, everybody, welcome back to the PowerShell for Security Professionals course. In this video, we're going to be going over Notebooks, or the .NET Interactive Notebook and how you can use them in your day-to-day as someone who is a member of a security team. So, as a security analyst or a security engineer, oftentimes, there's going to be a set of tasks that you'll want to run daily. So, for example, when you come in on a Monday morning, you may want to run a port scan and send the results of that to your your manager. You may want to check pull APIs of the latest breaches and vulnerabilities, and make sure that none of those are active in your system. None of those. All of your packages are updated, or all of your software is patched to address those vulnerabilities. You may also want to check like password hash dumps. There's a bunch of different things that you'll probably end up doing on a day-to-day basis, and I want to show you how you can install and use .NET Interactive…

Contents