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

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.

You don’t need ThreatLocker to complete this webinar series successfully—but it definitely makes things easier.

If you’d like help getting set up, we’re happy to assist. Schedule a complimentary, no-obligation 30-minute session with a ThreatLocker Solutions Engineer, and we’ll walk you through installing the agent and getting started.

Use the checklist below to get started.

Download the PDF checklist

We’ve also included a PowerShell script to help you document local admin accounts and their last activity, just to make your life a bit easier.

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. We’ll see you in the week 2 webinar on Tuesday, May 20, 2025 at 8 a.m. PDT/ 11 a.m. EDT/ 4 p.m. BST!

WATCH THE WEBINAR

watch the replay

Register for the series

Webinar Speakers

Hear from our industry experts
No items found.

watch more webinars

100 days to secure your environment webinar series
Easier than you think: Allowlisting best practices + live demo
ThreatLocker Detect: New dashboard and roadmap ahead

GET CAUGHT UP

100 days to secure your environment webinar series: Week 1
100 days to secure your environment webinar series

FREQUENTLY ASKED QUESTIONS

How many webinars will there be in this series?

There will be 15 webinars over the course of approximately 100 days, each approximately one hour long including an audience Q&A, airing live each Tuesday beginning May 13, 2025 at 8 a.m. PDT/ 11 a.m. EDT / 4 p.m. BST.

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 register for all 15 webinars individually?

No – you only have to register once, and we will automatically register you for all future webinars in the series! We’ll email you reminders before each one, and we’ll add them to your calendar via Zoom.

How do I attend the live webinars?

Once you register using the form on this page, you’ll get an email with the Zoom link that we’ll use for the live webinar.

If I miss any of the live webinars, can I watch them later?

Yes! We’ll get the recorded videos of each webinar up and running on this page as soon as possible after the live event.

Is there a cost associated with attending this series?

No, the entire series, including the certification and badge that you earn upon completion, are completely free.

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

Yes! You will get a digital certificate of completion as well as a verified Credly badge that you can use on your LinkedIn, website, portfolio and any other accounts.

Why should I attend the live webinars instead of just watching them later?

At the end of each live webinar, you’ll have the opportunity to ask any of our experts questions you may have in a weekly live Q&A – you won’t be able to participate in the pre-recorded version. Also, you will need to attend at least 12 of the 15 live webinars to receive the certificate of completion and verified Credly badge. Watching them later will not count toward your badge and certification.

How will I receive my badge and certificate of completion?

Soon after the end of the 100 days series, you’ll receive an email from Credly with your unique code, badge and link for your socials.

How many live webinars do I have to attend to qualify for the badge and certificate of completion?

You must attend a minimum of 12 live webinars out of the 15 to qualify for the Credly badge and official certificate of completion. However, anyone can watch any of the webinars at any time once they’re posted to the website!

TAKE CONTROL OF YOUR ORGANIZATION'S SECURITY

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

Try ThreatLocker