Register today for Zero Trust World 2026!
Date:  
May 13, 2025
Time:  
11:00 am
EDT
CDT

100 days to secure your environment webinar series: Week 1

Week 1: Let’s get to work

This week was all about getting a clear picture: what we're setting out to do, what's happening in your environment, and how to start tightening things up without overwhelming your team. We are starting to make smart, early moves that quietly raise the bar for any would-be cybercriminals.

A quick note

This webinar series is designed to be as technology-agnostic as possible. You don’t need ThreatLocker to participate, but it certainly helps.

If you want to follow along more easily, we’d be happy to help you get started with a ThreatLocker agent. Just book a demo to chat with a ThreatLocker Solutions Engineer and get a 30-day free trial to the entire ThreatLocker platform.

Copy the PowerShell script

# Get all members of the local Administrators group
$adminGroup = [ADSI]"WinNT://./Administrators,group"
$adminMembers = @()
foreach ($member in $adminGroup.psbase.Invoke("Members")) {
   $user = $member.GetType().InvokeMember("Name", 'GetProperty', $null, $member, $null)
   $adminMembers += $user
}
# Get last logon info for each admin account
$adminInfo = foreach ($admin in $adminMembers) {
   try {
       $userAccount = Get-LocalUser -Name $admin -ErrorAction Stop
       [PSCustomObject]@{
           Username     = $userAccount.Name
           Enabled      = $userAccount.Enabled
           LastLogon    = $userAccount.LastLogon
           Description  = $userAccount.Description
       }
   } catch {
       Write-Warning "Could not retrieve info for $admin"
   }
}
# Export to CSV
$adminInfo | Export-Csv -Path "$env:USERPROFILE\Desktop\AdminAccounts.csv" -NoTypeInformation
Write-Output "Admin account information exported to Desktop\AdminAccounts.csv"

Now, time to knock out your homework.

Read the Week 1 blogs

Conquered Week 1?

You're ready to go on to week 2 of the series!

REGISTER TODAY

WATCH THE WEBINAR

watch the replay

Additional RESOURCES

Access the additional downloadable resource that will help you make the most of this webinar.  

Whether you're starting from zero or organizing an inherited environment, this tactical checklist will help you fully secure your environment step by step.

watch more webinars

100 days to secure your environment webinar series: Week 15
Cybersecurity readiness for out-of-office downtime
100 days to secure your environment webinar series: Week 14

Webinar Speakers

Hear from our industry experts
No items found.

Webinar Speakers

Hear from our industry experts
No items found.

FREQUENTLY ASKED QUESTIONS

How many webinars are there in this series?

There are 15 webinars, each approximately one hour long including an audience Q&A. If you put one webinar's recommendations per week, you will complete the series in approximately 100 days.

Who is this series for?

This series is for IT professionals ready to take control of their environment, whether you've just inherited one, are rebuilding from the ground up, or need to scale and secure what’s already in place.

Do I have to watch all 15 webinars sequentially?

No, you can implement the recommendations in all or only a few of the sessions, but we do recommend watching all of them in order, as we often build on the previous week's efforts.

Is there a cost associated with this series?

No, the entire series, including the additional downloadable resources, is completely free.

Do I get a badge or certificate once I complete the webinar series?

Unfortunately, the badge was only available for people who attended the sessions live in May-August 2025.

Request your 30-day trial to the entire ThreatLocker platform today.

Try ThreatLocker