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

  • TN-822: Certified Information Systems Auditor (CISA) Seminar
    • 10/06/2025 – 10/10/2025
    • San Antonio
  • CT-213: Cloud Essentials+
    • 10/14/2025 – 10/16/2025
    • San Antonio
  • PM-223: Introduction to Project Management
    • 10/14/2025 – 10/16/2025
    • San Antonio
  • CT-210: Project+
    • 10/27/2025 – 10/30/2025
    • San Antonio
  • CT-325: Security+
    • 10/27/2025 – 10/31/2025
    • San Antonio
  • in   

    Course Overview:

    In this course, administrators of medium-to-large network sites will learn to use advanced routing to provide scalability for Cisco routers that are connected to LANs and WANs. Networking professionals will learn to dramatically increase the number of routers and sites using these techniques instead of redesigning the network when additional sites or wiring configurations are added. Hands-on labs ensure you thoroughly understand how to implement advanced routing within your network.

    Attendees to N-405: ROUTE-Implementing Cisco IP Routing will receive TechNow approved course materials and expert instruction.

    Dates/Locations:

    No Events

    Duration: 5 days

    Course Objectives:

    • Planning Routing Services to Requirements
    • Implementing an EIGRP-Based Solution
    • Implementing a Scalable Multiarea Network
    • OSPF-Based Solution
    • Implement an IPv4- Based Redistribution Solution
    • Implementing Path Control Connection of an Enterprise Network to an ISP Network

    Prerequisites:

    • None

     

    Comments

    Latest comments from students


    User: jrtrussell

    Instructor comments: Awesome

    Facilities comments: Awesome


    Liked the class?  Then let everyone know!

     

     

     

     

     

     

    Course Overview:

    PenTest+ is an intermediate-level certification for cybersecurity professionals who are tasked with penetration testing to identify, exploit, report, and manage vulnerabilities on a network. PenTest+ is at the same certification level as CT-395: CySA+. Depending on your course of study, PenTest+ and CySA+ can be taken in any order, but typically follow the skills learned in CT-325: Security+. PenTest+ focuses on offense through penetration testing and vulnerability assessment while CySA+ focuses on defense through incident detection and response. The most qualified cybersecurity professionals have both offensive and defensive skills. Attend Tech Now training for hands-on, instructor led course to prepare you for the CompTIA PT0-002 exam. This exam is hands-on, performance-based questions and multiple choice, to ensure each candidate possesses the skills, knowledge, and ability to perform tasks on systems.

     

     

     

     

    What’s Included:

    • 5 days of instructor led in classroom training
    • Labs
    • PenTest+ Courseware
    • Exam Voucher
    • PenTest+ onsite exam scheduling

    Course Objectives:

    • Plan and scope penetration tests
    • Conduct passive reconnaissance
    • Perform non-technical tests to gather information
    • Conduct active reconnaissance
    • Analyze vulnerabilities
    • Penetrate networks
    • Exploit host-based vulnerabilities
    • Test application
    • Complete post-exploit tasks
    • Analyze and report pen test results

    Dates/Locations:

    No Events

    Duration: 5 Days

    Course Content:

      • Module 01. Planning and Scoping Penetration Tests
      • Module 02. Conducting Passive Reconnaissance
      • Module 03. Performing Non-Technical Tests
      • Module 04. Conducting Active Reconnaissance
      • Module 05. Analyzing Vulnerabilities
      • Module 06. Penetrating Networks
      • Module 07. Exploiting Host-Based Vulnerabilities
      • Module 08. Testing Applications
      • Module 09. Completing Post-Exploit Tasks
      • Module 10. Analyzing and Reporting Pen Test Results

     

    Prerequisites:

    Target Audience:

    This course is designed for cybersecurity professionals tasked with penetration testing and vulnerability management.

    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:

      Windows Forensic Analysis is a hands-on course that covers digital forensics of the Microsoft Windows operating system.  The collection and analysis of data tracking user based activity that can be used for internal purposes or legal litigation.  TechNow has the student analyze many data images for various Windows operating systems, as current as Windows 8.1, Windows 10  in an environment that uses many Cloud technologies such as  Office365, Skydrive, Sharepoint, Exchange Online, and Windows Phone.

      This is not death by power point. The course is aligned with digital forensic investigators and executing hands-on labs. Lecture and labs walk the student through the knowledge required to truly understand the mechanics of Windows Forensic Analysis.

      Attendees to TN-909: Windows Forensic Analysis will receive TechNow approved course materials and expert instruction.

      Date/Locations:

      No Events

      Duration: 5 days

      Course Objectives:

      • Windows Operating System Components
      • Core Forensic Principles
      • Live Response and Triage-Based Acquisition Techniques
      • Windows Image Mounting and Examination
      • Memory, Pagefile, Filesystems
      • Data and Metadata
      • Profiling systems and users
      • Tracking USB and BYOD
      • Log and Registry Analysis
      • User Communications
      • Email Forensics
      • Browser Forensics
      • Reporting and  Presentation

      Course Prerequisites:

      • Windows and Security Experience

      Comments

      Latest comments from students


       

      Liked the class?  Then let everyone know!