Skip to content
The ATC
Ctrl K
Ctrl K
Log in
What we do
Our capabilities
AI & DataAutomationCloudConsulting & EngineeringData CenterDigitalImplementation ServicesIT Spend OptimizationLab HostingMobilityNetworkingSecurityStrategic ResourcingSupply Chain & Integration
Industries
EnergyFinancial ServicesGlobal Service ProviderHealthcareLife SciencesManufacturingMedia & GamingPublic SectorRetailSports & EntertainmentUtilities
Learn from us
Hands on
AI Proving GroundCyber RangeLabs & Learning
Insights
ArticlesBlogCase StudiesPodcastsResearchWWT Presents
Come together
CommunitiesEvents
Who we are
Our organization
About UsOur LeadershipSponsorshipsLocationsSustainabilityNewsroom
Join the team
All CareersCareers in AmericaAsia Pacific CareersEMEA CareersInternship Program
Our partners
Strategic partners
CiscoDell TechnologiesHewlett Packard EnterpriseNetAppF5IntelNVIDIAMicrosoftPalo Alto NetworksAWSGoogle CloudVMware
What we do
Our capabilities
AI & DataAutomationCloudConsulting & EngineeringData CenterDigitalImplementation ServicesIT Spend OptimizationLab HostingMobilityNetworkingSecurityStrategic ResourcingSupply Chain & Integration
Industries
EnergyFinancial ServicesGlobal Service ProviderHealthcareLife SciencesManufacturingMedia & GamingPublic SectorRetailSports & EntertainmentUtilities
Learn from us
Hands on
AI Proving GroundCyber RangeLabs & Learning
Insights
ArticlesBlogCase StudiesPodcastsResearchWWT Presents
Come together
CommunitiesEvents
Who we are
Our organization
About UsOur LeadershipSponsorshipsLocationsSustainabilityNewsroom
Join the team
All CareersCareers in AmericaAsia Pacific CareersEMEA CareersInternship Program
Our partners
Strategic partners
CiscoDell TechnologiesHewlett Packard EnterpriseNetAppF5IntelNVIDIAMicrosoftPalo Alto NetworksAWSGoogle CloudVMware
The ATC
Explore

Select a tab

What's popular

Hands-On Lab Workshop: Cloud Basics with Azure - Fundamental Cloud Computing

Join us for an immersive, hands-on workshop exploring the foundational concepts of Microsoft Azure cloud computing. This session is designed to give you practical experience with Azure's core services — including compute, storage, and networking — through guided labs within the Azure Portal and CLI. Whether you're new to cloud or looking to solidify your Azure fundamentals, this workshop provides a structured, hands-on path to building real-world cloud skills with expert guidance from WWT's Azure practitioners.
Webinar
•Jul 23, 2026 • 11:00 AM

Hands-On Lab Workshop: Vector DBs and Semantic Search

Join us for an immersive, hands-on workshop exploring the mechanics of vector search and semantic retrieval. This session goes beyond simply wiring a vector store into a pipeline — it teaches you to understand why certain queries succeed, why others fail, and which components are responsible. Through four focused Jupyter Notebooks, you will explore how embedding models, distance metrics, and chunking strategies each shape retrieval results. Whether you are building retrieval-augmented generation (RAG) pipelines or tuning search applications, this lab equips you with the diagnostic skills and evaluation frameworks to improve retrieval quality on your own data. All experiments run locally using open-source models and FAISS — no prior vector search experience required.
Webinar
Jul 16, 2026 • 11:00 AM

ATC Lab Drop : Linux Foundations

The Linux Foundations Learning Path takes you from Linux fundamentals to confident system administration. You'll learn how Linux is structured, master the command line, and manage users, permissions, processes, and storage. You'll also harden systems against attacks and automate routine work with shell scripts, building the core skills every entry-level engineer needs to run Linux systems.
Video
•1:22
Jul 5, 2026

Hands-On Lab Workshop: Model Context Protocol (MCP) Foundations Lab

Join us for a hands-on exploration of the Model Context Protocol (MCP), an open-source standard quickly gaining momentum in the world of AI. Whether you are a developer, engineer, or someone curious about how AI systems connect to real tools and data, this lab will walk you through the core concepts of MCP and give you practical skills to build, run, and connect your own MCP servers. This is a fundamentals-level lab focused on giving you a solid, practical understanding of how MCP works and why it is becoming the universal protocol for AI agent tool use — often described as the USB standard of the AI world.
Webinar
Jun 11, 2026 • 11:00 AM

ATC Lab Drop : Network Engineering Foundations

This Learning Series covers the fundamentals of network engineering. Through hands-on labs and real-world examples, you will develop the practical skills necessary to build and maintain robust networks. It is perfect for aspiring network engineers, IT professionals, or anyone interested in understanding the backbone of today's interconnected world.
Video
•1:01
Jun 30, 2026

What's new

Hands-On Lab Workshop: Managing Shadow AI with Microsoft Security

Shadow AI is putting sensitive company data at risk, often without anyone realizing it until it's too late. In this hands-on workshop, you'll step into the role of a security investigator working a real insider threat scenario. Using Microsoft's integrated security suite, you'll uncover unsanctioned generative AI tools running under the radar, trace unauthorized data uploads back to specific users and IP addresses, and follow the evidence trail across three connected Microsoft platforms. You'll trigger and interpret data loss prevention alerts in Microsoft Purview, examine sensitive information matches, and ultimately pinpoint the exact device tied to the user at the center of the investigation using Microsoft Intune. This is a practical, investigation-style look at how Defender for Cloud Apps, Purview, and Intune work together to close the visibility gap that shadow AI creates.
Webinar
•Aug 27, 2026 • 11:00 AM

Hands-On Lab Workshop: LLM Routing Lab

Every LLM call comes with a cost — in dollars, in milliseconds, and in rate-limit headroom. Most applications default to a single model for everything, and that works until it doesn't: costs spike, latency climbs on simple requests, and a single model outage can take down the whole application. In this session, we'll introduce LLM routing — turning model selection from a hard-coded choice into a runtime decision, so a quick lookup goes to a general-purpose model, a deep analytical question goes to a reasoning model, and a debugging request goes to a coding model, with automatic retries across tiers if one fails. Join us for a hands-on walkthrough of the concepts and a live look at configuring a router to put these ideas into practice.
Webinar
•Aug 6, 2026 • 11:00 AM

ATC Lab Drop: HPE Morpheus VM Essentials

Go from foundational concepts to real-world experience with HPE Morpheus VM Essentials.
Video
•1:13
•Jul 29, 2026

ATC Lab Drop : Extreme Networks Foundations

Build a foundational understanding of enterprise networking and the Extreme Networks platform.
Video
•1:14
•Jul 28, 2026

Hands-On Lab Workshop: Cloud Basics with Azure - Fundamental Cloud Computing

Join us for an immersive, hands-on workshop exploring the foundational concepts of Microsoft Azure cloud computing. This session is designed to give you practical experience with Azure's core services — including compute, storage, and networking — through guided labs within the Azure Portal and CLI. Whether you're new to cloud or looking to solidify your Azure fundamentals, this workshop provides a structured, hands-on path to building real-world cloud skills with expert guidance from WWT's Azure practitioners.
Webinar
•Jul 23, 2026 • 11:00 AM

Hands-On Lab Workshop: Vector DBs and Semantic Search

Join us for an immersive, hands-on workshop exploring the mechanics of vector search and semantic retrieval. This session goes beyond simply wiring a vector store into a pipeline — it teaches you to understand why certain queries succeed, why others fail, and which components are responsible. Through four focused Jupyter Notebooks, you will explore how embedding models, distance metrics, and chunking strategies each shape retrieval results. Whether you are building retrieval-augmented generation (RAG) pipelines or tuning search applications, this lab equips you with the diagnostic skills and evaluation frameworks to improve retrieval quality on your own data. All experiments run locally using open-source models and FAISS — no prior vector search experience required.
Webinar
•Jul 16, 2026 • 11:00 AM

ATC Lab Drop : Linux Foundations

The Linux Foundations Learning Path takes you from Linux fundamentals to confident system administration. You'll learn how Linux is structured, master the command line, and manage users, permissions, processes, and storage. You'll also harden systems against attacks and automate routine work with shell scripts, building the core skills every entry-level engineer needs to run Linux systems.
Video
•1:22
•Jul 5, 2026

ATC Lab Drop: Veeam Data Platform - VM Protection

Get hands-on with Veeam Backup & Replication in this Foundations lab built around a live VMware vSphere and Microsoft Hyper-V environment. You'll connect to hypervisors, stand up a backup repository, and configure manually selected and policy-driven VM backup jobs before executing them to protect your virtual machines. Along the way, you'll work directly with Veeam Backup and Replication v13 to see how agentless, application-consistent backups safeguard virtualized workloads across the data center. Whether you're new to data protection or sharpening your backup and recovery skills, this lab gives you practical, real-world experience you can put to work immediately.
Video
•1:33
•Jun 30, 2026

ATC Lab Drop : Network Engineering Foundations

This Learning Series covers the fundamentals of network engineering. Through hands-on labs and real-world examples, you will develop the practical skills necessary to build and maintain robust networks. It is perfect for aspiring network engineers, IT professionals, or anyone interested in understanding the backbone of today's interconnected world.
Video
•1:01
•Jun 30, 2026

ATC Lab Drop : Getting Started with Commvault Active Directory Protection

The Getting Started with Commvault Active Directory Protection Learning Path provides a comprehensive guide to protecting and recovering Microsoft Active Directory with Commvault. You'll learn how to configure and verify reliable backups, integrate Active Directory protection across virtual and cloud environments, and perform both granular object-level and full domain controller restores.
Video
•1:11
•Jun 30, 2026

Hands-On Lab Workshop: HYPR Identity Assurance Lab

Join us for a hands-on introduction to HYPR Identity Assurance, a modern passwordless authentication platform built on FIDO2 cryptographic credentials. In this guided lab experience, you will explore the HYPR Control Center, configure identity verification flows using HYPR Affirm, and authenticate to a Windows workstation via RDP — without a single password. You will also see how HYPR integrates with CrowdStrike for Zero Trust pre-authentication policy enforcement and with Okta for centralized user lifecycle management. Whether you are evaluating passwordless solutions or looking to deepen your understanding of modern identity assurance, this lab delivers a practical, real-world experience that bridges security and simplicity.
Webinar
•Jun 25, 2026 • 11:00 AM

ATC Lab Drop : Getting Started with Cohesity Active Directory Protection

The Getting Started with Cohesity Active Directory Protection introduces the concepts, configuration steps, and operational best practices required to effectively protect and recover Active Directory using Cohesity. Gain an understanding of why Active Directory resiliency is vital to enterprise security and business continuity, and how Cohesity's application-aware data protection capabilities simplify safeguarding identity infrastructure. Through guided modules, learners will explore source registration, policy configuration, protection job creation, backup validation, and recovery workflows for domain controllers and individual AD objects. By the end of the learning path, administrators will be equipped with the knowledge and practical skills needed to implement reliable Active Directory protection, reduce recovery time, and strengthen overall cyber resilience.
Video
•1:17
•Jun 22, 2026

Hands-On Lab Workshop: Model Context Protocol (MCP) Foundations Lab

Join us for a hands-on exploration of the Model Context Protocol (MCP), an open-source standard quickly gaining momentum in the world of AI. Whether you are a developer, engineer, or someone curious about how AI systems connect to real tools and data, this lab will walk you through the core concepts of MCP and give you practical skills to build, run, and connect your own MCP servers. This is a fundamentals-level lab focused on giving you a solid, practical understanding of how MCP works and why it is becoming the universal protocol for AI agent tool use — often described as the USB standard of the AI world.
Webinar
•Jun 11, 2026 • 11:00 AM

ATC Lab Drop: Azure Compute

Check out the Azure Compute Labs and Learning to begin your Azure journey!
Video
•0:59
•May 27, 2026

Hands-On Lab Workshop: NetBrain Essentials for Network Operations

Join us for a hands-on Learning Path and Lab experience designed to help network operations professionals unlock the full power of NetBrain. In this session, we will provide an overview of the Learning Path and explore NetBrain's operational workflow through a hands-on lab. Starting with network discovery and dynamic device mapping, you will then layer discovered data with Intent features such as parsers and diagnostics to enable low-code automation, standards validation, and scheduled rule checks through dashboards. NetBrain is a web-based, SSH-, SNMP-, and API-driven network operations platform that helps teams visualize, automate, document, troubleshoot, and remediate their networks using live data and interactive maps. By the end of this session, you will understand how to use NetBrain not only to view your network, but also to continuously validate it and accelerate troubleshooting through repeatable, map-driven automated workflows.
Webinar
•May 21, 2026 • 1:00 PM

ATC Lab Drop: Veeam Data Platform Sandbox

The Veeam Data Platform Sandbox environment provides an environment to gain hands on experience with the latest features of the Veeam Data Platform.
Video
•0:48
•May 18, 2026

ATC Lab Drop: Google Cloud Platform Learning Paths

Explore our latest Google Cloud Platform Learning Paths to begin your journey in cloud computing!
Video
•1:19
•May 18, 2026

Hands-On Lab Workshop: Cisco AI Defense

Join us for an immersive, hands-on Capture the Flag (CTF) experience designed to challenge and sharpen your AI security skills. The Cisco AI Defense CTF lab puts you in the middle of real-world AI threat scenarios, where you will exploit and defend against vulnerabilities including prompt injection, jailbreaking, and misuse of generative AI models. Watch Cisco AI Defense technology intercept and neutralize attacks in real time as you work through progressively challenging scenarios. This lab goes beyond surface-level awareness—giving you direct, practical experience with the tools and techniques used to secure enterprise AI environments.
Webinar
•May 7, 2026 • 11:00 AM

Hands-On Lab Workshop: NVIDIA NemoClaw

Join us for a hands-on lab experience designed to help technical professionals get started with NVIDIA NemoClaw, the open-source autonomous AI agent framework. In this lab, you will explore how NemoClaw enables AI agents to take real-world actions — browsing the web, reading and writing files, and executing commands — all orchestrated through a flexible, modular skills system. OpenClaw integrates with leading large language models including Claude, GPT, and DeepSeek, and can be deployed locally or in the cloud for 24/7 operation. By the end of this session, you will understand how to configure, extend, and safely deploy OpenClaw agents to automate workflows and drive productivity across your organization.
Webinar
•Apr 23, 2026 • 11:00 AM

Hands-On Lab Workshop: Cisco Networking – Configuring EIGRP

Join us for an immersive, hands-on networking workshop focused on configuring and optimizing the Enhanced Interior Gateway Routing Protocol (EIGRP) within Cisco environments. This lab walks participants through core routing concepts, neighbor adjacency formation, metric calculation, and essential EIGRP configuration steps used in real-world deployments. You will examine how EIGRP selects efficient paths, balances traffic, manages convergence, and ensures reliable internal network performance. Whether building foundational routing skills or preparing for Cisco certification, this guided workshop provides the practical, scenario-based experience needed to confidently implement and troubleshoot EIGRP at scale.
Webinar
•Apr 16, 2026 • 11:00 AM

WWT Presents Labs & Learning

85 Followers

At a glance

56Total
46Events
10Videos
What's related
  • WWT Presents
  • ATC
  • Security
  • AI & Data
  • AI Proving Ground
  • Networking
  • ATC Lab Services
  • What we do
  • AI Assistants and Agents
  • Data Center
  • AI Infrastructure Engineers
  • Cloud
  • AI Practitioners
  • Applied AI
  • Cisco
  • Data Protection & Cyber Recovery
  • AI Security
  • Automation
  • Cybersecurity Risk & Strategy
  • Data Center Networking

What's related

WWT
  • About
  • Careers
  • Locations
  • Help Center
  • Sustainability
  • Blog
  • News
  • Press Kit
  • Contact Us
© 2026 World Wide Technology. All Rights Reserved
  • Privacy Policy
  • Acceptable Use Policy
  • Information Security
  • Supplier Management
  • Quality
  • Accessibility
  • Cookies