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.

.

Upcoming Events

  • N-305: CCNA Bootcamp
    • 11/17/2025 – 11/21/2025
    • San Antonio
  • TN-555: Certified Ethical Hacker v13 (CEH)
    • 11/17/2025 – 11/21/2025
    • San Antonio
  • TN-825: Certified Information Security Manager (CISM) Seminar
    • 11/17/2025 – 11/21/2025
    • San Antonio
  • CT-245: Linux+
    • 12/01/2025 – 12/05/2025
    • San Antonio
  • CT-395: CySA+ Cybersecurity Analyst
    • 12/01/2025 – 12/05/2025
    • San Antonio
  • in   
     

    Course Overview:

    Every programmer must keep up with the latest tools and techniques. This course will help you push your skills to the next level and become a more accomplished programmer.  Advanced PERL Programming teaches you all the complex techniques for production-ready PERL programs and explains concepts such as introspection, overriding built-ins, extending PERL's OO model, and testing your code for greater stability.

    Attendees to P-415: Advanced PERL Programming will receive TechNow approved course materials and expert instruction.

    Dates/Locations:

    No Events

    Duration: 5 Days

    Course Objectives:

    • Advanced Techniques
    • Parsing Techniques
    • Templating Tools
    • Objects, Databases, and Applications
    • Natural Language Tools
    • PERL and Natural Languages
    • Handling English Text
    • Modules for Parsing English
    • Categorization and Extraction
    • PERL and Unicode
    • POE
    • Programming in an Event-Driven Environment
    • Testing
    • Keeping Tests and Code Together
    • Inline Extensions
    • Just Another PERL Hacker

    Prerequisites:

     

    Comments

    Latest comments from students


     

    Liked the class?  Then let everyone know!

     

    Course Overview:

    CompTIA Cloud Essentials+ is for both IT and non-technical professionals who require the essential business acumen needed to make informed cloud service decisions.  Cloud Essentials is a vendor-neutral credential designed to validate the candidate has an understanding of basic terms and definitions of cloud computing along with the different processes involved in the successful adoption of cloud computing and its implications for organizations’ use.

    TechNow is a CompTIA partner and uses official CompTIA Cloud Essentials+ curriculum.

    Attendees to CT-213: Cloud Essentials+ will receive TechNow approved course materials and expert instruction.

    Date/Locations:

    Date/Time Event
    03/30/2026 - 04/01/2026
    08:00 -16:00
    CT-213: Cloud Essentials+
    TechNow, Inc, San Antonio TX
    06/15/2026 - 06/17/2026
    08:00 -16:00
    CT-213: Cloud Essentials+
    TechNow, Inc, San Antonio TX
    10/13/2026 - 10/15/2026
    08:00 -16:00
    CT-213: Cloud Essentials+
    TechNow, Inc, San Antonio TX

    Course Duration: 3 days

    Course Objectives:

    • Domain 1 : Cloud Concepts
      • Understand cloud principles
      • Identify cloud networking concepts & storage techniques
      • Understand cloud design aspects
    • Domain 2: Business Principles of Cloud Environments
      • Identify and employ appropriate cloud assessments like feasibility studies, benchmarking, or gap analysis
      • Highlight key business aspects of cloud vendor relation adoption, and comprehend cloud migration approaches
    • Domain 3: Management and Technical Operations
      • Explain aspects of operating within the cloud, such as data management or optimization
      • Understand the role of DevOps in cloud environments, like API integration or provisioning
    • Domain 4: Governance, Risk, Compliance and Security for the Cloud
      • Understand risk management and response concepts related to cloud services and identify the importance and impacts of compliance in the cloud, such as regulatory concerns or international standards.

     

    Course Prerequisites:

    • CompTIA recommends that a candidate have at least 6 months of experience in an IT environment, with direct involvement in IT-related tasks responsibilities and/or decision making.

    Comments

    Latest comments from students


     

    Liked the class?  Then let everyone know!

      After you press "Request Registration" near the bottom of this form, within 30 seconds, status will be provided at the bottom of the form, you will also be contacted by phone for credit card information.

      Tech Now is pleased to have the opportunity to provide you training for "Windows Security Automation and Threat Hunting with PowerShell” at CheddarCon 2018!

      Scroll down to see the course description.

      First Name*

      Last Name*

      Your Email*

      Your Organization*

      Phone*

      Questions:

      After you press "Request Registration" on this form, within 30 seconds, status will be provided at the bottom of the form, you will also be contacted by phone for credit card information.

      Windows Security Automation and Threat Hunting with PowerShell Seminar

      Location: 400 W Wisconsin Ave, Milwaukee, WI 53203, USA

      Date: October 10, 2018 8:00am – 4:00pm

      Duration: 8 hours

      Audience: Cyber Security professionals and Windows administrators

      Attendees Environment: Laptops not required, but suggested to have better hands-on absorption of subject matter.

      Description:
      PowerShell is both a command-line shell and scripting language. Fight fires quickly using existing or custom PowerShell commands or scripts at the shell. PowerShell is made for Security Operations (SecOps) automation on Windows. This seminar does not require prior programming skills. The seminar focuses on PowerShell programming, giving a beginner skills to be productive in windows scripting to automate tasks and also remediate problems.

      Cyber Security is the objective of this seminar, and the PowerShell examples will demonstrate PowerShell capabilities that help lock down a Windows system and also report security status.

      Objectives:

      PowerShell Overview

      • Getting started running commands
      • Security cmdlets
      • 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.

      PowerShell Utilities and Tips

      • Customizing your profile script
      • PowerShell remote command execution
      • Security setting across the network
      • File copy via PowerShell remoting
      • Capturing the output of commands
      • Parsing text files and logs with regex patterns
      • Parsing Security Logs
      • Searching remote event logs
      • Mounting the registry as a drive
      • Security settings in the Registry
      • Exporting data to CSV, HTML and JSON files
      • Running scripts as scheduled jobs
      • Continued Security Compliance
      • Pushing out scripts through Group Policy
      • Importing modules and dot-sourcing functions
      • http://www.PowerShellGallery.com

      PowerShell Scripting

      • PowerShell Scripting to implement Security Practices
      • Writing your own functions to automate security status and settings
      • Passing arguments into your scripts
      • Function parameters and returning output
      • Flow control: if-then, foreach, that make security decisions
      • How to pipe data in/out of your scripts for security compliance and reporting

      Attendees to this seminar, Windows Security Automation and Threat Hunting with PowerShell, will receive TechNow approved course materials and expert instruction.[/wr_text][/wr_column][/wr_row]

       

      Course Overview:

      This course gives students the knowledge and skills to configure Active Directory Domain Services in a distributed environment, implement Group Policies, perform backup and restore, and monitor and troubleshoot Active Directory related issues.  This course includes material contained in Microsoft’s 6424, 6425, 6426 and is an aid to preparation for the 70-640 exam.

      Attendees to TN-5125: Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services will receive TechNow approved course materials and expert instruction.

      Dates/Locations:

      No Events

      Duration: 5 Days

      Course Objectives:

      • Installation
      • Administration
      • Users
      • Groups
      • Computers
      • Group Policy Infrastructure
      • Group Policy Settings
      • Domains and Forests

      Prerequisites:

      • Basic understanding of networking
      • Intermediate understanding of network operating system
      • An awareness of security best practices
      • Basic knowledge of server hardware
      • A+ or equivalent knowledge
      • Some experience creating objects in Active Directory
      • Basic concepts of backup and recovery in a Windows Server Environment

      Comments

      Latest comments from students




      Liked the Class?  Then let everyone know!