Top 5 Security Tasks to Automate with PowerShell

Webinar Registration

At first glance, when I see the word “Security” paired with “PowerShell”, my mind instantly goes into protection mode. Right away I think of malicious activities like “Living off the land” attacks, mimikatz, PowerSploit and Empire to name a few.

But here is the kicker; PowerShell isn’t just a useful tool for malicious actors. It can be equally useful for counteracting malicious activity and detecting unwanted intrusions. For example, what if you wanted to check AD for which valid users, or possibly malicious users, have privileged access because of a group assignment? Yes, you could use ADUC and navigate through the OU’s to the groups and check its membership. This is fine if you’re doing this once and have just a couple of privileged groups. But it’s fairly safe to say that none of us fall into that category.

The solution? Automation. In this webinar, Russell Smith, from our sponsor Netwrix, introduces the basics of using PowerShell to automate simple checks for keeping Active Directory, Azure Active Directory, and Windows file servers secure. You will learn how to use PowerShell cmdlets and modules, including connecting to Azure Active Directory. Russell will explain how each script works so that you can adapt them for your own environment.

You will learn just how easy it can be to automate PowerShell scripts to:

  1. Monitor Azure AD sign-in logs
  2. Check privileged group membership in Windows Server Active Directory
  3. Report on Windows Server Active Directory schema changes
  4. Get Windows Server NTFS file permissions reports
  5. Search the Windows Event Log for file permission changes

Here are some of the commands we are going to examine in this webinar:

  1. Get-AzureADAuditSignInLogs
  2. Get-ADGroupMember
  3. Get-ADObject
  4. Get-ADRootDSE
  5. Get-ChildItem
  6. Get-Acl
  7. Get-Content
  8. Get-WinEvent

Even if you are very knowledgeable about some or all of the commands in this list, be assured that this will be about more than just PowerShell commands; it’s about gluing them together into useful scripts.

Join now! You don’t want to miss this real training for free session.

First Name:  
Last Name:  
Work Email:  
Phone:
Organization:
Country:  
City:
State:
Zip/Postal Code:
Company Size:
Job Title:
Industry:
 

Your information will be shared with the sponsor.

By clicking "Submit", you're agreeing to our Privacy Policy and consenting to be contacted by us and the sponsor.

 

 

Additional Resources