Welcome to TechNow! The Leader in Information Security Training & Computer Training.
The world of information security and computer training is ever changing. The techniques and systems continue to evolve and we must stay current and diligent. To do this, you can count on TechNow®…the leader in cybersecurity training and computer system training.
TechNow® has been training the leaders in the computer community for many years. We provide training for students in a number of areas. Our cybersecurity trainings include popular courses like D0D 8140, Security , CISM, CISSP, CEH,CCNA, and more. With over 34 years of experience, we’re able to provide you with unmatched training and certification programs.
TechNow also provides a variety of other popular trainings for the computer professional including Cisco, EC-Council, CompTIA, Unix/Linux and more.
Course Overview: PA-243: Palo Alto Networks Firewall Debug and Troubleshoot is a three-day course on how to troubleshoot the full line of Palo Alto Networks next-generation firewalls. Students will receive hands-on experience troubleshooting the security, networking, threat prevention, logging, and reporting features of the Palo Alto Networks PAN-OS® operating system. Upon completion of this class, students will have an in-depth knowledge of how to troubleshoot visibility and control over applications, users, and content. This is not a virtualized theoretical course. This is hands-on, real world instruction, directly relevant to the DoD and Commercial implementations of Palo Alto Networks next-generation firewalls.
Each student is issued a physical Palo Alto firewall and a Cisco layer 3 switch at their desk. Real hardware per student for real experience and real skill development. TechNow provides a very comprehensive client infrastructure that includes Windows, Linux, and multiple packet sniffer agents.
The instructor for this course has been a lead in Unix kernel development to implement firewall and intrusion detection technologies. Additionally, the instructor has taught several security appliance products and carries several SANS, ISC2, ISACA, Cisco, Unix, and Windows certifications.
Attendees to the PA-243: Palo Alto Networks Firewall Debug and Troubleshoot (EDU-311) Training Course will receive TechNow approved course materials and expert instruction.
Dates/Locations:
No Events
Duration: 3 days
Course Objectives: Students attending this foundational-level training course will gain an in-depth knowledge of how to configure and manage their Palo Alto Networks firewall, including hands-on experience in configuring the security, networking, threat prevention, logging, and reporting features of the Palo Alto Networks Operating System (PAN-OS).
Certified AI Program Manager (CAIPM) is EC-Council’s professional certification for people responsible for owning AI decisions and driving execution: business, technology, data, and risk.
The Certified AI Program Manager (CAIPM) Course equips you with hands-on expertise across the full spectrum of AI tools, from conversational AI and image generation to code assistants and audio synthesis.
Participants will learn how to evaluate, deploy, and integrate AI tools into enterprise workflows, understanding not just how they work, but how to leverage them for maximum business impact. This course covers how to assess AI readiness across teams and processes, Prioritize AI use cases tied to business outcomes, Design adoption and rollout roadmaps , Coordinate delivery across cross-functional teams, implement governance, Responsible AI, and security controls , and how to track performance and ROI to prove value
By the end of the course, learners will be well-prepared to take the Certified AI Program Manager (CAIPM) exam and demonstrate the ability to own AI initiatives end to end , validate mastery of decision framing and trade-off analysis for AI initiatives and Apply governance, ethics, and risk management principles across the AI lifecycle.
Course Objectives:
•MLOps Principles: Model life cycle management for scalable, production-ready AI •Use Case Evaluation: ROI-driven assessment and prioritization of AI initiatives •AI Strategy Frameworks: Enterprise AI roadmapping, portfolio planning, and value prioritization •AI Investment Justification: Quantifying AI value, ROI, and mission impact for funding decisions •Change Management: Workforce enablement and stakeholder alignment •KPI Development: AI metrics, success indicators, and executive dashboards •AI Governance: Risk, ethics, compliance, and responsible AI principles •Vendor Evaluation: AI platform and tool selection aligned with enterprise needs
Dates/Locations:
No Events
Prerequisites:Familiarity with generative AI concepts, prompt engineering fundamentals, and AI workflows will help you succeed.
PowerShell is made for Security Operations (SecOps) automation on Windows. SecOps requires automation in order to scale out security changes and monitoring beyond a handful of hosts. For example, when a vulnerability must be remediated but there is no patch for it yet, automation is needed to quickly and consistently enact the changes necessary. PowerShell “remoting” is encrypted remote command execution of PowerShell scripts in a way that can scale to thousands of endpoints and servers.
Imagine being able to hunt for indicators of compromise across thousands of machines with just a few lines of PowerShell code. Or imagine having the local Administrator account password reset every night on thousands of endpoints in a secure way, and being able to retrieve that password securely too.
We will show you to do these tasks and more. Transcription logging for forensics, strong encryption code signing, application whitelisting of scripts, IPSec port control, and Just Enough Admin (JEA).
As more and more of our systems are moved up to the cloud, PowerShell will become even more important. Amazon Web Services, Microsoft Azure, Office 365, Hyper-V and VMware already support PowerShell administration for many tasks.
Attendees to TN-963: Windows Security Automation with PowerShell will receive TechNow approved course materials and expert instruction.
Date/Locations:
No Events
Duration: 3 days
Course Objectives:
Day One PowerShell Overview and Tips
Getting started running commands
Using and updating the built-in help
Execution policies
Fun tricks with the ISE graphical editor
Piping .NET and COM objects, not text
Using properties and methods of objects
Helping Linux admins feel more at home
Aliases, cmdlets, functions, modules, etc.
Customizing your profile script
What Can We Do With PowerShell
PowerShell remote command execution
Fan-out remoting and security
File copy via PowerShell remoting
Capturing the output of commands
Parsing text files and logs with regex patterns
Searching remote event logs faster with XPath
Mounting the registry as a drive
Exporting data to CSV, HTML and JSON files
Parsing and mining nmap port scanner XML output
Running scripts as scheduled jobs
Pushing out scripts through Group Policy
Importing modules and dot-sourcing functions
http://www.PowerShellGallery.com
Write your own scripts
Writing your own functions
Passing arguments into your scripts
Function parameters and returning output
Flow control: if-then, do-while, foreach, switch
The .NET Framework class library: a playground
How to pipe data in/out of your scripts
Day Two Continuous Secure Configuration Enforcement
How to use Group Policy and PowerShell together
Automate with INF security templates
How to customize INF templates
Microsoft Security Compliance Manager (SCM)
SECEDIT.EXE scripting
Building an in-house security repository for SecOps/DevOps
NSA’s Secure Host Baseline GPOs
Group Policy Precision Targeting
Managing Group Policy Objects (GPOs) with PowerShell
LSDOU, Block Inheritance, Enforced GPOs
Group Policy permissions for targeting changes
ADMX templates for mass registry editing
Deploying PowerShell startup and logon scripts
WMI item-level targeting of GPO preferences
GPO scheduled tasks to run PowerShell scripts
Remote command execution via GPO (not remoting)
Empowering the Hunt Team to fight back!
Server Hardening for SecOps/DevOps
Server Manager scripting with PowerShell
Adding and removing roles and feature
Remotely inventory roles, features, and apps
Why Server Nano or Server Core
Running PowerShell automatically after service failure
Service account identities, passwords, and risks
Tools to reset service account passwords securely
Day Three PowerShell Desired State Configuration (DSC)
DSC is Configuration Management built in for free
Using DSC for continuous reinforcement of settings