From 458ebaa0a73bf7b75f13918bf119c870d2bec042 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 11:04:45 -0400 Subject: [PATCH 01/13] Added new 3722 NIM course and updated affected LPs. --- docs/customer/training/product/identity-manager.md | 9 ++++++--- docs/partner/implementation/identity-manager.md | 7 +++++-- docs/partner/presales/identity-manager.md | 7 +++++-- src/training/identity-manager/3722.md | 9 +++++++++ src/training/identity-manager/index.js | 1 + 5 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 src/training/identity-manager/3722.md diff --git a/docs/customer/training/product/identity-manager.md b/docs/customer/training/product/identity-manager.md index 7b0632eca5..311c2e073a 100644 --- a/docs/customer/training/product/identity-manager.md +++ b/docs/customer/training/product/identity-manager.md @@ -6,11 +6,11 @@ keywords: [training, course, identity manager] description: "Learn to use Netwrix Identity Manager through courses" --- -import { NIMValue, NIMLifeCycle, NIMConcepts, NIMArchitecture, NIMProjectPlanning, NIMIntro, NIMReport } from '@site/src/training/identity-manager'; +import { NIMValue, NIMLifeCycle, NIMConcepts, NIMArchitecture, NIMProjectPlanning, NIMIntro, NIMReport, NIMConnectors } from '@site/src/training/identity-manager'; import { Company, NIM } from '@site/src/training/products'; -Estimated length: 3 hours 5 minutes +Estimated length: 3 hours 35 minutes In this learning path, you will learn how to use . This product was formerly Netwrix Usercube. It contains the following courses: @@ -21,6 +21,7 @@ In this learning path, you will learn how to use . This product was forme * 2722 – IGA Project Planning * 3720 Introduction to * 3721 – Reporting & Business Intelligence +* 3722 – Connectors & Synchronization @@ -34,4 +35,6 @@ In this learning path, you will learn how to use . This product was forme - \ No newline at end of file + + + diff --git a/docs/partner/implementation/identity-manager.md b/docs/partner/implementation/identity-manager.md index 6b9d99eb33..a71f5462c5 100644 --- a/docs/partner/implementation/identity-manager.md +++ b/docs/partner/implementation/identity-manager.md @@ -6,11 +6,11 @@ keywords: [training, course, certification, partners, professional services, ide description: "Become a certified Professional Services Engineer for Netwrix Identity Manager" --- -import { NIMValue, NIMLifeCycle, NIMConcepts, NIMArchitecture, NIMProjectPlanning, NIMIntro, NIMReport, NIMAdditional } from '@site/src/training/identity-manager'; +import { NIMValue, NIMLifeCycle, NIMConcepts, NIMArchitecture, NIMProjectPlanning, NIMIntro, NIMReport, NIMConnectors, NIMAdditional } from '@site/src/training/identity-manager'; import { Company, NIM } from '@site/src/training/products'; -Estimated length: 3 hours 5 minutes +Estimated length: 3 hours 35 minutes This learning path offers training to partner Professional Services engineers on , formerly Netwrix Usercube. However, certification isn't yet available. When the final courses are available to grant certification, this learning path will include them. You can continue from your current progress. It contains the following courses: @@ -21,6 +21,7 @@ This learning path offers training to partner Professional Services * 2722 – IGA Project Planning * 3720 Introduction to * 3721 – Reporting & Business Intelligence +* 3722 – Connectors & Synchronization @@ -36,4 +37,6 @@ This learning path offers training to partner Professional Services + + \ No newline at end of file diff --git a/docs/partner/presales/identity-manager.md b/docs/partner/presales/identity-manager.md index ba39d2a161..8eca02a79c 100644 --- a/docs/partner/presales/identity-manager.md +++ b/docs/partner/presales/identity-manager.md @@ -7,11 +7,11 @@ description: "Become a certified Presales Engineer for Netwrix Identity Manager" --- -import { NIMValue, NIMLifeCycle, NIMConcepts, NIMArchitecture, NIMProjectPlanning, NIMIntro, NIMReport, NIMDemo, NIMAdditional } from '@site/src/training/identity-manager'; +import { NIMValue, NIMLifeCycle, NIMConcepts, NIMArchitecture, NIMProjectPlanning, NIMIntro, NIMReport, NIMConnectors, NIMDemo, NIMAdditional } from '@site/src/training/identity-manager'; import { Company, NIM } from '@site/src/training/products'; -Estimated length: 4 hours 47 minutes +Estimated length: 5 hours 17 minutes Prerequisite: Sales Professional learning path @@ -24,6 +24,7 @@ This learning path grants certification as a Presales Engineer for t * 2722 – IGA Project Planning * 3720 Introduction to * 3721 – Reporting & Business Intelligence +* 3722 – Connectors & Synchronization * 5720 – Demo the Basic Use Cases @@ -40,6 +41,8 @@ This learning path grants certification as a Presales Engineer for t + + diff --git a/src/training/identity-manager/3722.md b/src/training/identity-manager/3722.md new file mode 100644 index 0000000000..31511c15ff --- /dev/null +++ b/src/training/identity-manager/3722.md @@ -0,0 +1,9 @@ +import { NIM } from '@site/src/training/products'; + +## 3722 – Connectors & Synchronization + +Recommended prerequisite: 3721 – Reporting & Business Intelligence + +The – Connectors & Synchronization course provides guidance on configuring connectors, defining data structures, and executing synchronization to integrate managed systems with . was formerly Netwrix Usercube. + +Estimated length:30 minutes diff --git a/src/training/identity-manager/index.js b/src/training/identity-manager/index.js index 9a78b222a1..d818f0f781 100644 --- a/src/training/identity-manager/index.js +++ b/src/training/identity-manager/index.js @@ -5,5 +5,6 @@ export { default as NIMArchitecture } from './2721.md'; export { default as NIMProjectPlanning } from './2722.md'; export { default as NIMIntro } from './3720.md'; export { default as NIMReport } from './3721.md'; +export { default as NIMConnectors } from './3722.md'; export { default as NIMDemo } from './5720.md'; export { default as NIMAdditional } from './additional.md'; From 65a89093c8cceafbaedaae45933600d9f60517f5 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 11:16:56 -0400 Subject: [PATCH 02/13] Added NIM v7.0 CTWs and removed v6.3 LTT --- src/training/identity-manager/additional.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/training/identity-manager/additional.md b/src/training/identity-manager/additional.md index b1e50470fb..4501eac1b1 100644 --- a/src/training/identity-manager/additional.md +++ b/src/training/identity-manager/additional.md @@ -10,7 +10,8 @@ This product was formerly named Netwrix Usercube. ::: +* What's New in Netwrix Identity Manager v7.0 – Customer Training Webinar +* What's New in Netwrix Identity Manager v7.0 (French) – Customer Training Webinar * What's New in v7.0 -* What's New in v6.3 * Integrations with Products (September 2025) - Specifically focuses on integration with and * Cyber Security Boot Camp: Secure Active Directory Identity Infrastructure From ac2bee47cbb58a3b02e4c40c157f290eec7e31b8 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 11:23:20 -0400 Subject: [PATCH 03/13] Added NAA26 CTW --- src/training/access-analyzer-26/additional.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/training/access-analyzer-26/additional.md b/src/training/access-analyzer-26/additional.md index d80ab64385..7c7641ef16 100644 --- a/src/training/access-analyzer-26/additional.md +++ b/src/training/access-analyzer-26/additional.md @@ -4,5 +4,6 @@ import { NAA } from '@site/src/training/products'; The following courses are available for self-enrollment through the Learning Library: +* What's New in Netwrix Access Analyzer 26 – Customer Training Webinar * NEW v2601.0 Part 1: Deployment, Installation, & Configuration * NEW v2601.0 Part 2: Scanning, Reports, & Data Security Use Cases From 4c64e5f4ea525a6a0deebc977c31b95e06c7376e Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 11:32:28 -0400 Subject: [PATCH 04/13] Updated 1Secure demo course to include Pro Use Cases, renamed/replaced affected files --- .../presales/{1secure-core.md => 1secure.md} | 8 ++++---- docs/partner/presales/index.md | 16 ++++++++-------- src/training/1secure/5600-1.md | 15 --------------- src/training/1secure/5600.md | 14 ++++++++++++++ src/training/1secure/index.js | 2 +- 5 files changed, 27 insertions(+), 28 deletions(-) rename docs/partner/presales/{1secure-core.md => 1secure.md} (82%) delete mode 100644 src/training/1secure/5600-1.md create mode 100644 src/training/1secure/5600.md diff --git a/docs/partner/presales/1secure-core.md b/docs/partner/presales/1secure.md similarity index 82% rename from docs/partner/presales/1secure-core.md rename to docs/partner/presales/1secure.md index ac739b407c..35526a4efb 100644 --- a/docs/partner/presales/1secure-core.md +++ b/docs/partner/presales/1secure.md @@ -1,12 +1,12 @@ --- -title: Netwrix 1Secure Core Presales Engineer +title: Netwrix 1Secure Presales Engineer sidebar_position: 1230 tags: [certification, partners, presales, 1secure] keywords: [training, course, certification, partners, presales, 1secure] description: "Become a certified Presales Engineer for Netwrix 1Secure" --- -import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData, N1SIntroReport, N1SIntroAlertRisk, N1SDemoCore, N1SAdditional } from '@site/src/training/1secure'; +import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData, N1SIntroReport, N1SIntroAlertRisk, N1SDemo, N1SAdditional } from '@site/src/training/1secure'; import { Company, N1S } from '@site/src/training/products'; @@ -23,7 +23,7 @@ This learning path grants certification as a Presales Engineer for t * 3600.4 Introduction to – Data Sources * 3600.5 Introduction to – Reports * 3600.6 Introduction to – Alerts & Risk Assessment -* 5600.1 – Demo the Basic Use Cases +* 5600 – Demo the Basic Use Cases @@ -41,6 +41,6 @@ This learning path grants certification as a Presales Engineer for t - + diff --git a/docs/partner/presales/index.md b/docs/partner/presales/index.md index 7b608a7563..71d572ccf6 100644 --- a/docs/partner/presales/index.md +++ b/docs/partner/presales/index.md @@ -10,30 +10,30 @@ The following learning paths provide Partner certification for Presales Engineer * Data Security * AI Governance - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Access Analyzer Presales Engineer](./access-analyzer.md) * [Netwrix Access Analyzer 26 Presales Engineer](./access-analyzer-26.md) * [Netwrix Endpoint Protector Presales Engineer](./endpoint-protector.md) * Data Security Posture Management - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Access Analyzer Presales Engineer](./access-analyzer.md) * [Netwrix Access Analyzer 26 Presales Engineer](./access-analyzer-26.md) * [Netwrix Endpoint Protector Presales Engineer](./endpoint-protector.md) * Data Access Governance - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Access Analyzer Presales Engineer](./access-analyzer.md) * [Netwrix Access Analyzer 26 Presales Engineer](./access-analyzer-26.md) * Data Loss Prevention - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Endpoint Protector Presales Engineer](./endpoint-protector.md) * Data Discovery & Classification - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Access Analyzer Presales Engineer](./access-analyzer.md) * [Netwrix Access Analyzer 26 Presales Engineer](./access-analyzer-26.md) * [Netwrix Data Classification Presales Engineer](./data-classification.md) * Identity Security * Identity Threat Detection & Response - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Identity Recovery Presales Engineer](./identity-recovery.md) * [Netwrix Identity Threat Detection & Response Solution Presales Engineer](./identity-threat-detection-and-response.md) * [Netwrix Threat Manager Presales Engineer](./threat-manager.md) @@ -42,13 +42,13 @@ The following learning paths provide Partner certification for Presales Engineer * [Netwrix Directory Manager Presales Engineer](./directory-manager.md) * [Netwrix Identity Manager Presales Engineer](./identity-manager.md) * Identity Security Posture Management - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Auditor Presales Engineer](./auditor.md) * [Netwrix PingCastle Presales Engineer](./pingcastle.md) * Privileged Access Management * [Netwrix Privileged Secure Presales Engineer](./privilege-secure.md) * Directory Security - * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Presales Engineer](./1secure.md) * [Netwrix Auditor Presales Engineer](./auditor.md) * [Netwrix Directory Manager Presales Engineer](./directory-manager.md) * [Netwrix Identity Recovery Presales Engineer](./identity-recovery.md) diff --git a/src/training/1secure/5600-1.md b/src/training/1secure/5600-1.md deleted file mode 100644 index c614bc790d..0000000000 --- a/src/training/1secure/5600-1.md +++ /dev/null @@ -1,15 +0,0 @@ -import { N1S } from '@site/src/training/products'; - -## 5600.1 – Demo the Basic Use Cases - -Recommended prerequisite: 3600.6 Introduction to – Alerts & Risk Assessment - -The Netwrix 1Secure – Demo the Basic Use Cases course provides you with the ability to demonstrate the three basic use cases for this application: - -* Risk Assessment -* Reporting -* Alerts - -When you complete this course, you will understand the scenario and demonstration talking points for each use case. - -Estimated length: 30 minutes diff --git a/src/training/1secure/5600.md b/src/training/1secure/5600.md new file mode 100644 index 0000000000..6973a628d7 --- /dev/null +++ b/src/training/1secure/5600.md @@ -0,0 +1,14 @@ +import { N1S } from '@site/src/training/products'; + +## 5600 – Demo the Basic Use Cases + +Recommended prerequisite: 3600.5 Introduction to – Reports + +The – Demo the Basic Use Cases course provides you with the ability to demonstrate the basic use cases for this application. It contains the following modules: + +* Core Use Cases +* Pro Use Cases + +When you complete this course, you will understand the scenario and demonstration talking points for each use case. + +Estimated length: 1 hour 35 minutes \ No newline at end of file diff --git a/src/training/1secure/index.js b/src/training/1secure/index.js index 1bde7aa28f..9c60f46ed9 100644 --- a/src/training/1secure/index.js +++ b/src/training/1secure/index.js @@ -6,5 +6,5 @@ export { default as N1SIntroConf } from './3600-3.md'; export { default as N1SIntroData } from './3600-4.md'; export { default as N1SIntroReport } from './3600-5.md'; export { default as N1SIntroAlertRisk } from './3600-6.md'; -export { default as N1SDemoCore } from './5600-1.md'; +export { default as N1SDemo } from './5600.md'; export { default as N1SAdditional } from './additional.md'; From 7f9fa1f8de385f601248092407453addf6f989d5 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 11:51:22 -0400 Subject: [PATCH 05/13] added 2680 PingCastle course and updated affected LPs --- docs/customer/training/learn-about/pingcastle.md | 9 ++++++--- docs/customer/training/product/pingcastle.md | 9 ++++++--- docs/partner/presales/1secure.md | 2 +- docs/partner/presales/pingcastle.md | 7 +++++-- src/training/pingcastle/2680.md | 9 +++++++++ src/training/pingcastle/index.js | 1 + 6 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 src/training/pingcastle/2680.md diff --git a/docs/customer/training/learn-about/pingcastle.md b/docs/customer/training/learn-about/pingcastle.md index 6ac716e755..1e802128ff 100644 --- a/docs/customer/training/learn-about/pingcastle.md +++ b/docs/customer/training/learn-about/pingcastle.md @@ -6,14 +6,17 @@ keywords: [training, course, pingcastle] description: "Learn about Netwrix PingCastle through introductory courses" --- -import { NPCValue } from '@site/src/training/pingcastle'; +import { NPCValue, NPCConcepts } from '@site/src/training/pingcastle'; import { Company, NPC } from '@site/src/training/products'; -Estimated length: 25 minutes +Estimated length: 1 hour 5 minutes This learning path introduces you to . It contains the following course: * 1680 – Valuable Features +* 2680 – Concepts & Architecture - \ No newline at end of file + + + diff --git a/docs/customer/training/product/pingcastle.md b/docs/customer/training/product/pingcastle.md index cdd1bc03d3..4405f147d3 100644 --- a/docs/customer/training/product/pingcastle.md +++ b/docs/customer/training/product/pingcastle.md @@ -6,14 +6,17 @@ keywords: [training, course, pingcastle] description: "Learn to use Netwrix PingCastle through courses" --- -import { NPCValue } from '@site/src/training/pingcastle'; +import { NPCValue, NPCConcepts } from '@site/src/training/pingcastle'; import { Company, NPC } from '@site/src/training/products'; -Estimated length: 25 minutes +Estimated length: 1 hour 5 minutes In this learning path, you will learn how to use . It contains the following course: * 1680 – Valuable Features +* 2680 – Concepts & Architecture - \ No newline at end of file + + + diff --git a/docs/partner/presales/1secure.md b/docs/partner/presales/1secure.md index 35526a4efb..82352f7695 100644 --- a/docs/partner/presales/1secure.md +++ b/docs/partner/presales/1secure.md @@ -10,7 +10,7 @@ import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroDa import { Company, N1S } from '@site/src/training/products'; -Estimated length: 3 hours +Estimated length: 4 hours 2 minutes This learning path grants certification as a Presales Engineer for this product. It contains the following courses: diff --git a/docs/partner/presales/pingcastle.md b/docs/partner/presales/pingcastle.md index 8d1943d17b..b400c37c24 100644 --- a/docs/partner/presales/pingcastle.md +++ b/docs/partner/presales/pingcastle.md @@ -6,22 +6,25 @@ keywords: [training, course, certification, partners, presales, pingcastle] description: "Become a certified Presales Engineer for Netwrix PingCastle " --- -import { NPCValue, NPCIntro, NPCDemo, NPCAdditional } from '@site/src/training/pingcastle'; +import { NPCValue, NPCConcepts, NPCIntro, NPCDemo, NPCAdditional } from '@site/src/training/pingcastle'; import { Company, NPC } from '@site/src/training/products'; -Estimated length: 1.75 hours +Estimated length: 2 hours 52 minutes Prerequisite: Sales Professional learning path This learning path grants certification as a Presales Engineer for this product. It contains the following courses: * 1680 – Valuable Features +* 2680 – Concepts & Architecture * 3680 Introduction to * 5680 – Demo the Basic Use Cases + + diff --git a/src/training/pingcastle/2680.md b/src/training/pingcastle/2680.md new file mode 100644 index 0000000000..16e35fce45 --- /dev/null +++ b/src/training/pingcastle/2680.md @@ -0,0 +1,9 @@ +import { NPC } from '@site/src/training/products'; + +## 2680 – Concepts & Architecture + +Recommended prerequisite: 1680 – Valuable Features + +The – Concepts & Architecture course provides a foundational overview, including its Health Check process, risk scoring model, maturity assessment, licensing options, and deployment architectures. + +Estimated length: 40 minutes diff --git a/src/training/pingcastle/index.js b/src/training/pingcastle/index.js index d26772abe1..e76077d462 100644 --- a/src/training/pingcastle/index.js +++ b/src/training/pingcastle/index.js @@ -1,4 +1,5 @@ export { default as NPCValue } from './1680.md'; +export { default as NPCConcepts } from './2680.md'; export { default as NPCIntro } from './3680.md'; export { default as NPCDemo } from './5680.md'; export { default as NPCAdditional } from './additional.md'; From a9952dd452014b62354c4720ddff0c4d9531ba79 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 13:14:24 -0400 Subject: [PATCH 06/13] Updated time for 3600.6 1Secure course and affected LPs --- docs/customer/training/learn-about/1secure.md | 2 +- docs/customer/training/product/1secure.md | 2 +- docs/partner/presales/1secure.md | 2 +- src/training/1secure/3600-6.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/customer/training/learn-about/1secure.md b/docs/customer/training/learn-about/1secure.md index 3ca73f65ff..881cb713e1 100644 --- a/docs/customer/training/learn-about/1secure.md +++ b/docs/customer/training/learn-about/1secure.md @@ -10,7 +10,7 @@ import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroReport, N1SIntroAlertRisk } import { N1S } from '@site/src/training/products'; -Estimated length: 1.5 hours +Estimated length: 1 hour 35 minutes In this learning path, you will be introduced to . It contains the following course: diff --git a/docs/customer/training/product/1secure.md b/docs/customer/training/product/1secure.md index b9041104cc..f501d192cc 100644 --- a/docs/customer/training/product/1secure.md +++ b/docs/customer/training/product/1secure.md @@ -10,7 +10,7 @@ import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroDa import { N1S } from '@site/src/training/products'; -Estimated length: 2.5 hours with optional course +Estimated length: 2 hours 35 minutes In this learning path, you will learn how to use . It contains the following course: diff --git a/docs/partner/presales/1secure.md b/docs/partner/presales/1secure.md index 82352f7695..99449cbe04 100644 --- a/docs/partner/presales/1secure.md +++ b/docs/partner/presales/1secure.md @@ -10,7 +10,7 @@ import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroDa import { Company, N1S } from '@site/src/training/products'; -Estimated length: 4 hours 2 minutes +Estimated length: 4 hours 10 minutes This learning path grants certification as a Presales Engineer for this product. It contains the following courses: diff --git a/src/training/1secure/3600-6.md b/src/training/1secure/3600-6.md index d60950ad1d..e8a3f356d1 100644 --- a/src/training/1secure/3600-6.md +++ b/src/training/1secure/3600-6.md @@ -6,4 +6,4 @@ Recommended prerequisite: 3600.5 Introduction to – Reports The Alerts & Risk Assessment module provides an understanding of the Alerts Timeline dashboard, the Risk Assessment dashboard, associated reports and exports, and the Netwrix AI risk remediation feature. -Estimated length: 25 minutes +Estimated length: 35 minutes From 7fbcc97da3b3e3c5e8ebf3eee60aebdbd2acf844 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 13:32:07 -0400 Subject: [PATCH 07/13] Added new 5020 NAA26 course and updated affected LP --- docs/partner/presales/access-analyzer-26.md | 23 ++++++++++++++------- src/training/access-analyzer-26/5020.md | 19 +++++++++++++++++ src/training/access-analyzer-26/index.js | 1 + 3 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 src/training/access-analyzer-26/5020.md diff --git a/docs/partner/presales/access-analyzer-26.md b/docs/partner/presales/access-analyzer-26.md index dbffa0005f..e7746dc1c8 100644 --- a/docs/partner/presales/access-analyzer-26.md +++ b/docs/partner/presales/access-analyzer-26.md @@ -1,21 +1,28 @@ --- title: Netwrix Access Analyzer 26 Presales Engineer sidebar_position: 1245 -tags: [partners, presales, access-analyzer-26, activity-monitor] -keywords: [training, course, partners, presales, access analyzer 26, activity monitor] -description: "Learn about Netwrix Access Analyzer 26" +tags: [partners, presales, access-analyzer-26] +keywords: [training, course, partners, presales, access analyzer 26] +description: "Become a certified Presales Engineer for Netwrix Access Analyzer 26" --- -import { NAA26Value, NAA26Concepts, NAA26Additional } from '@site/src/training/access-analyzer-26'; -import { NAMAdditional } from '@site/src/training/activity-monitor'; +import { NAA26Value, NAA26Concepts, NAA26Demo, NAA26Additional } from '@site/src/training/access-analyzer-26'; import { Company, NAA, NAM } from '@site/src/training/products'; -While certification isn't yet available, watch these recordings to learn about the newest product at . +Estimated length: 1 hour 37 minutes + +This learning path grants certification as a Presales Engineer for for this product. It contains the following courses: - * 1020 26 – Valuable Features * 2020 26 – Concepts & Architecture +* 5020 26 – Demo the Basic Use Cases + + - + + + + + diff --git a/src/training/access-analyzer-26/5020.md b/src/training/access-analyzer-26/5020.md new file mode 100644 index 0000000000..2fae75e91e --- /dev/null +++ b/src/training/access-analyzer-26/5020.md @@ -0,0 +1,19 @@ +import { NAA } from '@site/src/training/products'; + +## 5020 26 – Demo the Basic Use Cases + +Recommended prerequisite: 2020 26 – Concepts & Architecture + +The 26 – Demo the Basic Use Cases course provides you with the ability to demonstrate the seven basic use cases for this application: + +* Find the Data That Matters +* Get Results in 30 Seconds +* Built-In Data Access Governance +* De-Risk Copilot Deployments +* Activity Monitoring +* API-First Architecture +* Run Anywhere / Hybrid / On-Prem, Datacenter to Cloud + +When you complete this course, you will understand the scenario and demonstration talking points for each use case. + +Estimated length: 45 minutes \ No newline at end of file diff --git a/src/training/access-analyzer-26/index.js b/src/training/access-analyzer-26/index.js index 9ef81d9b74..e5fa4f9d01 100644 --- a/src/training/access-analyzer-26/index.js +++ b/src/training/access-analyzer-26/index.js @@ -1,3 +1,4 @@ export { default as NAA26Value } from './1020.md'; export { default as NAA26Concepts } from './2020.md'; +export { default as NAA26Demo } from './5020.md'; export { default as NAA26Additional } from './additional.md'; From 1a3280850600270ae3e1b790601803ced965b639 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Fri, 29 May 2026 13:44:50 -0400 Subject: [PATCH 08/13] Updated 1600 1Secure course length --- src/training/1secure/1600.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/training/1secure/1600.md b/src/training/1secure/1600.md index 77e117c408..6898a2bfdf 100644 --- a/src/training/1secure/1600.md +++ b/src/training/1secure/1600.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 2 minutes +Estimated length: 10 minutes From 2ae58e8898a03191beddcd9b324b31f6b1ac0b6b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:50:56 +0000 Subject: [PATCH 09/13] fix(vale): auto-fix style issues (Vale + Dale) --- docs/customer/training/learn-about/1secure.md | 2 +- docs/partner/presales/access-analyzer-26.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customer/training/learn-about/1secure.md b/docs/customer/training/learn-about/1secure.md index 881cb713e1..6db11f1ec8 100644 --- a/docs/customer/training/learn-about/1secure.md +++ b/docs/customer/training/learn-about/1secure.md @@ -12,7 +12,7 @@ import { N1S } from '@site/src/training/products'; Estimated length: 1 hour 35 minutes -In this learning path, you will be introduced to . It contains the following course: +This learning path introduces you to . It contains the following course: * 1600 – Valuable Features * 2600 – Components & Architecture diff --git a/docs/partner/presales/access-analyzer-26.md b/docs/partner/presales/access-analyzer-26.md index e7746dc1c8..803ccbc31c 100644 --- a/docs/partner/presales/access-analyzer-26.md +++ b/docs/partner/presales/access-analyzer-26.md @@ -13,7 +13,7 @@ import { Company, NAA, NAM } from '@site/src/training/products'; Estimated length: 1 hour 37 minutes -This learning path grants certification as a Presales Engineer for for this product. It contains the following courses: +This learning path grants certification as a Presales Engineer for this product. It contains the following courses: * 1020 26 – Valuable Features * 2020 26 – Concepts & Architecture From 89254243fbb3345208559e6fbd60f8ef7aa1e40d Mon Sep 17 00:00:00 2001 From: robin-stefani Date: Fri, 29 May 2026 13:55:01 -0400 Subject: [PATCH 10/13] Remove unused import for NAM in access-analyzer-26 --- docs/partner/presales/access-analyzer-26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partner/presales/access-analyzer-26.md b/docs/partner/presales/access-analyzer-26.md index 803ccbc31c..11eb004c00 100644 --- a/docs/partner/presales/access-analyzer-26.md +++ b/docs/partner/presales/access-analyzer-26.md @@ -8,7 +8,7 @@ description: "Become a certified Presales Engineer for Netwrix Access Analyzer 2 import { NAA26Value, NAA26Concepts, NAA26Demo, NAA26Additional } from '@site/src/training/access-analyzer-26'; -import { Company, NAA, NAM } from '@site/src/training/products'; +import { Company, NAA } from '@site/src/training/products'; Estimated length: 1 hour 37 minutes From 9b0f23d814b8da0e2d640a286e0f926acf47b16b Mon Sep 17 00:00:00 2001 From: robin-stefani Date: Fri, 29 May 2026 14:00:28 -0400 Subject: [PATCH 11/13] Correct course to courses in training documentation --- docs/customer/training/learn-about/1secure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customer/training/learn-about/1secure.md b/docs/customer/training/learn-about/1secure.md index 6db11f1ec8..fff30dc60a 100644 --- a/docs/customer/training/learn-about/1secure.md +++ b/docs/customer/training/learn-about/1secure.md @@ -12,7 +12,7 @@ import { N1S } from '@site/src/training/products'; Estimated length: 1 hour 35 minutes -This learning path introduces you to . It contains the following course: +This learning path introduces you to . It contains the following courses: * 1600 – Valuable Features * 2600 – Components & Architecture From be26cb78af173b28a0e522dc3065666bb431ef8f Mon Sep 17 00:00:00 2001 From: robin-stefani Date: Fri, 29 May 2026 14:00:50 -0400 Subject: [PATCH 12/13] Correct course to courses in training document --- docs/customer/training/learn-about/pingcastle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customer/training/learn-about/pingcastle.md b/docs/customer/training/learn-about/pingcastle.md index 1e802128ff..d9436f3bd1 100644 --- a/docs/customer/training/learn-about/pingcastle.md +++ b/docs/customer/training/learn-about/pingcastle.md @@ -12,7 +12,7 @@ import { Company, NPC } from '@site/src/training/products'; Estimated length: 1 hour 5 minutes -This learning path introduces you to . It contains the following course: +This learning path introduces you to . It contains the following courses: * 1680 – Valuable Features * 2680 – Concepts & Architecture From 07236a20bb633c786f2e2a7ad5eba4b1761ffeab Mon Sep 17 00:00:00 2001 From: robin-stefani Date: Fri, 29 May 2026 14:01:18 -0400 Subject: [PATCH 13/13] Correct course to courses in pingcastle.md --- docs/customer/training/product/pingcastle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customer/training/product/pingcastle.md b/docs/customer/training/product/pingcastle.md index 4405f147d3..ad2bc81d08 100644 --- a/docs/customer/training/product/pingcastle.md +++ b/docs/customer/training/product/pingcastle.md @@ -12,7 +12,7 @@ import { Company, NPC } from '@site/src/training/products'; Estimated length: 1 hour 5 minutes -In this learning path, you will learn how to use . It contains the following course: +In this learning path, you will learn how to use . It contains the following courses: * 1680 – Valuable Features * 2680 – Concepts & Architecture