From f5c5e20f7afed17e3bdd4a5c2f4c62f7872a2bf2 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Tue, 28 Oct 2025 16:41:42 -0400 Subject: [PATCH 01/14] Added new 1Secure course on Alerts and Risks. --- docs/customer/training/learn-about/1secure.md | 8 +++++--- docs/customer/training/product/1secure.md | 7 +++++-- src/training/1secure/3600-6.md | 9 +++++++++ src/training/1secure/index.js | 1 + 4 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 src/training/1secure/3600-6.md diff --git a/docs/customer/training/learn-about/1secure.md b/docs/customer/training/learn-about/1secure.md index b77a48a4fc..3ca73f65ff 100644 --- a/docs/customer/training/learn-about/1secure.md +++ b/docs/customer/training/learn-about/1secure.md @@ -6,11 +6,11 @@ keywords: [training, course, 1secure] description: "Learn about Netwrix 1Secure through introductory courses" --- -import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroReport } from '@site/src/training/1secure'; +import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroReport, N1SIntroAlertRisk } from '@site/src/training/1secure'; import { N1S } from '@site/src/training/products'; -Estimated length: 1 hour +Estimated length: 1.5 hours In this learning path, you will be introduced to . It contains the following course: @@ -18,7 +18,7 @@ In this learning path, you will be introduced to . It contains the follow * 2600 – Components & Architecture * 3600.1 Introduction to – Getting Started * 3600.5 Introduction to – Reports - +* 3600.6 Introduction to – Alerts & Risk Assessment @@ -27,3 +27,5 @@ In this learning path, you will be introduced to . It contains the follow + + diff --git a/docs/customer/training/product/1secure.md b/docs/customer/training/product/1secure.md index 59b036afbe..b9041104cc 100644 --- a/docs/customer/training/product/1secure.md +++ b/docs/customer/training/product/1secure.md @@ -6,11 +6,11 @@ keywords: [training, course, 1secure] description: "Learn to use Netwrix 1Secure through courses" --- -import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData, N1SIntroReport } from '@site/src/training/1secure'; +import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData, N1SIntroReport, N1SIntroAlertRisk } from '@site/src/training/1secure'; import { N1S } from '@site/src/training/products'; -Estimated length: 2 hours with optional course +Estimated length: 2.5 hours with optional course In this learning path, you will learn how to use . It contains the following course: @@ -21,6 +21,7 @@ In this learning path, you will learn how to use . It contains the follow * 3600.3 Introduction to – Configuration * 3600.4 Introduction to – Data Sources * 3600.5 Introduction to – Reports +* 3600.6 Introduction to – Alerts & Risk Assessment @@ -35,3 +36,5 @@ In this learning path, you will learn how to use . It contains the follow + + diff --git a/src/training/1secure/3600-6.md b/src/training/1secure/3600-6.md new file mode 100644 index 0000000000..0e98c5c554 --- /dev/null +++ b/src/training/1secure/3600-6.md @@ -0,0 +1,9 @@ +import { N1S } from '@site/src/training/products'; + +## 3600.56 Introduction to – Alerts & Risk Assessment + +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 diff --git a/src/training/1secure/index.js b/src/training/1secure/index.js index da8f71b226..8a24ce515c 100644 --- a/src/training/1secure/index.js +++ b/src/training/1secure/index.js @@ -5,4 +5,5 @@ export { default as N1SIntroMO } from './3600-2.md'; 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 N1SAdditional } from './additional.md'; From b3e3ea51336773b85d47f5e741ffb36ba2c140f3 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Tue, 28 Oct 2025 16:45:42 -0400 Subject: [PATCH 02/14] Fixed typo in 1Secure course name --- src/training/1secure/3600-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/training/1secure/3600-6.md b/src/training/1secure/3600-6.md index 0e98c5c554..d60950ad1d 100644 --- a/src/training/1secure/3600-6.md +++ b/src/training/1secure/3600-6.md @@ -1,6 +1,6 @@ import { N1S } from '@site/src/training/products'; -## 3600.56 Introduction to – Alerts & Risk Assessment +## 3600.6 Introduction to – Alerts & Risk Assessment Recommended prerequisite: 3600.5 Introduction to – Reports From 2b1c2715c4ca6371176775704d80b0da66b07d14 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Wed, 29 Oct 2025 08:30:31 -0400 Subject: [PATCH 03/14] Added new 1Secure Demo course and corresponding Presales learning path --- docs/partner/presales/1secure-core.md | 46 +++++++++++++++++++++++++++ docs/partner/presales/index.md | 1 + src/training/1secure/5600-1.md | 15 +++++++++ src/training/1secure/index.js | 1 + 4 files changed, 63 insertions(+) create mode 100644 docs/partner/presales/1secure-core.md create mode 100644 src/training/1secure/5600-1.md diff --git a/docs/partner/presales/1secure-core.md b/docs/partner/presales/1secure-core.md new file mode 100644 index 0000000000..8af9dcc9d1 --- /dev/null +++ b/docs/partner/presales/1secure-core.md @@ -0,0 +1,46 @@ +--- +title: Netwrix 1Secure Core Presales Engineer +sidebar_position: 1340 +tags: [certification, partners, presales, 1secure] +keywords: [training, course, certification, partners, presales, aud1secureitor] +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 { Company, N1S } from '@site/src/training/products'; + + +Estimated length: 3 hours + +This learning path grants certification as a Presales Engineer for this product. It contains the following courses: + + +* 1600 – Valuable Features +* 2600 – Components & Architecture +* 3600.1 Introduction to – Getting Started +* 3600.2 Introduction to – Manage Organizations +* 3600.3 Introduction to – Configuration +* 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 + + + + + + + + + + + + + + + + + + + + diff --git a/docs/partner/presales/index.md b/docs/partner/presales/index.md index 5b24aef04b..44bed6880a 100644 --- a/docs/partner/presales/index.md +++ b/docs/partner/presales/index.md @@ -34,5 +34,6 @@ The following learning paths provide Partner certification for Presales Engineer * [Netwrix Password Secure Presales Engineer](./password-secure.md) * [Netwrix Privileged Secure Presales Engineer](./privilege-secure.md) * Additional Products + * [Netwrix 1Seccure Core Presales Engineer](./1secure-core.md) * [Netwrix Platform Governance for NetSuite Presales Engineer](./platform-governance-for-netsuite.md) * [Netwrix Platform Governance for Salesforce Presales Engineer](./platform-governance-for-salesforce.md) diff --git a/src/training/1secure/5600-1.md b/src/training/1secure/5600-1.md new file mode 100644 index 0000000000..c614bc790d --- /dev/null +++ b/src/training/1secure/5600-1.md @@ -0,0 +1,15 @@ +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/index.js b/src/training/1secure/index.js index 8a24ce515c..1bde7aa28f 100644 --- a/src/training/1secure/index.js +++ b/src/training/1secure/index.js @@ -6,4 +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 N1SAdditional } from './additional.md'; From cb66c76dc58c75046388f71685e240a7c49a62c7 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Wed, 29 Oct 2025 10:54:12 -0400 Subject: [PATCH 04/14] Added Intro to ITDR course, updated affected LPs, and updated course lenght for ITDR product 1k courses. --- .../presales/identity-threat-detection-and-response.md | 4 ++++ docs/partner/sales/identity-threat-detection-response.md | 6 +++++- src/training/access-analyzer/1000.md | 2 +- src/training/identity-threat-detection-response/1984.md | 9 +++++++++ src/training/identity-threat-detection-response/index.js | 1 + src/training/recovery-for-ad/1400.md | 2 +- src/training/threat-manager/1560.md | 2 +- src/training/threat-prevention/1500.md | 2 +- 8 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 src/training/identity-threat-detection-response/1984.md create mode 100644 src/training/identity-threat-detection-response/index.js diff --git a/docs/partner/presales/identity-threat-detection-and-response.md b/docs/partner/presales/identity-threat-detection-and-response.md index ac9f7331f2..8f5e874450 100644 --- a/docs/partner/presales/identity-threat-detection-and-response.md +++ b/docs/partner/presales/identity-threat-detection-and-response.md @@ -6,6 +6,7 @@ keywords: [training, course, certification, partners, presales, access analyzer, description: "Become a certified Presales Engineer for Netwrix Identity Threat Detection & Response" --- +import { ITDRIntro } from '@site/src/training/identity-threat-detection-response'; import { NAADemo } from '@site/src/training/access-analyzer'; import { NPCDemo } from '@site/src/training/pingcastle'; import { NRADDemo } from '@site/src/training/recovery-for-ad'; @@ -20,6 +21,7 @@ Prerequisite: Identity Threat Detection & Response Solution Sales Pr This learning path grants certification as a Presales Engineer for this solution. It contains the following courses: +* 1984 Introduction to Identity Threat Detection & Response Solution * 5000 – Demo the Basic Use Cases * 5680 – Demo the Basic Use Cases * 5400 – Demo the Basic Use Cases @@ -27,6 +29,8 @@ This learning path grants certification as a Presales Engineer for t * 5560 – Demo the Basic Use Cases * 5984 Identity Threat Detection & Response Solution – Demo the Basic Use Cases + + diff --git a/docs/partner/sales/identity-threat-detection-response.md b/docs/partner/sales/identity-threat-detection-response.md index 37eb57070e..fd6768b39f 100644 --- a/docs/partner/sales/identity-threat-detection-response.md +++ b/docs/partner/sales/identity-threat-detection-response.md @@ -6,6 +6,7 @@ keywords: [training, course, certification, partners, sales, identity threat det description: "Become a certified Sales Professional for Netwrix Identity Threat Detection & Response" --- +import { ITDRIntro } from '@site/src/training/identity-threat-detection-response'; import { Company, NAA, NPC, NRAD, NTM, NTP } from '@site/src/training/products'; @@ -17,10 +18,13 @@ This learning path grants certification as a Sales Professional for * * -It contains the following course: +It contains the following courses: +* 1984 Introduction to Identity Threat Detection & Response Solution * Introduction to the Solution for Identity Threat Detection & Response (ITDR) + + ## Introduction to the Solution for Identity Threat Detection & Response (ITDR) Upon completion, sellers will be able to: diff --git a/src/training/access-analyzer/1000.md b/src/training/access-analyzer/1000.md index 104fe6e0c7..1202685030 100644 --- a/src/training/access-analyzer/1000.md +++ b/src/training/access-analyzer/1000.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application, formerly Netwrix Enterprise Auditor. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/identity-threat-detection-response/1984.md b/src/training/identity-threat-detection-response/1984.md new file mode 100644 index 0000000000..381908db3b --- /dev/null +++ b/src/training/identity-threat-detection-response/1984.md @@ -0,0 +1,9 @@ +import { Company } from '@site/src/training/products'; + +## 1984 Introduction to Identity Threat Detection & Response Solution + +Recommended prerequisite: None + +The Introduction to Identity Threat Detection & Response Solution course propresents the value of an ITDR solution. + +Estimated length: 1 minutes diff --git a/src/training/identity-threat-detection-response/index.js b/src/training/identity-threat-detection-response/index.js new file mode 100644 index 0000000000..03aac8b7ef --- /dev/null +++ b/src/training/identity-threat-detection-response/index.js @@ -0,0 +1 @@ +export { default as ITDRIntro } from './1984.md'; diff --git a/src/training/recovery-for-ad/1400.md b/src/training/recovery-for-ad/1400.md index 66e1a7b37f..1ab286c59f 100644 --- a/src/training/recovery-for-ad/1400.md +++ b/src/training/recovery-for-ad/1400.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/threat-manager/1560.md b/src/training/threat-manager/1560.md index a0c7496e06..451da83423 100644 --- a/src/training/threat-manager/1560.md +++ b/src/training/threat-manager/1560.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/threat-prevention/1500.md b/src/training/threat-prevention/1500.md index a8ec35ca6a..b9000153e4 100644 --- a/src/training/threat-prevention/1500.md +++ b/src/training/threat-prevention/1500.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes From fd0cdf676ab0c72904ff1fd290d30fd3f37e7fe5 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Wed, 29 Oct 2025 16:15:46 -0400 Subject: [PATCH 05/14] Added Intro to DSPM course, updated affected LP, and updated course lenght for DSPM product 1k course --- docs/partner/sales/data-security-posture-management.md | 6 +++++- src/training/data-classification/1120.md | 2 +- src/training/data-security-posture-management/1980.md | 9 +++++++++ src/training/data-security-posture-management/index.js | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/training/data-security-posture-management/1980.md create mode 100644 src/training/data-security-posture-management/index.js diff --git a/docs/partner/sales/data-security-posture-management.md b/docs/partner/sales/data-security-posture-management.md index b9e1a1b5b5..2a651b92e6 100644 --- a/docs/partner/sales/data-security-posture-management.md +++ b/docs/partner/sales/data-security-posture-management.md @@ -6,6 +6,7 @@ keywords: [training, course, certification, partners, sales, access analyzer, au description: "Become a certified Sales Professional for Netwrix Data Security Posture Management" --- +import { DSPMIntro } from '@site/src/training/data-security-posture-management'; import { Company, NAA, NA, NDC, NEP } from '@site/src/training/products'; @@ -16,10 +17,13 @@ This learning path grants certification as a Sales Professional for * * -It contains the following course: +It contains the following courses: +* 1980 Introduction to Data Security Posture Management Solution * Introduction to the Netwrix Solution for Data Security Posture Management (DSPM) + + ## Introduction to the Netwrix Solution for Data Security Posture Management (DSPM) This course is all about giving sellers the know-how to confidently pitch the Data Security Posture Management suite. diff --git a/src/training/data-classification/1120.md b/src/training/data-classification/1120.md index d89255b378..095daa07ee 100644 --- a/src/training/data-classification/1120.md +++ b/src/training/data-classification/1120.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/data-security-posture-management/1980.md b/src/training/data-security-posture-management/1980.md new file mode 100644 index 0000000000..19a9ecf62c --- /dev/null +++ b/src/training/data-security-posture-management/1980.md @@ -0,0 +1,9 @@ +import { Company } from '@site/src/training/products'; + +## 1980 Introduction to Data Security Posture Management Solution + +Recommended prerequisite: None + +The Introduction to Data Security Posture Management Solution course propresents the value of an DSPM solution. + +Estimated length: 1 minutes diff --git a/src/training/data-security-posture-management/index.js b/src/training/data-security-posture-management/index.js new file mode 100644 index 0000000000..084655b001 --- /dev/null +++ b/src/training/data-security-posture-management/index.js @@ -0,0 +1 @@ +export { default as DSPMIntro } from './1980.md'; From 0aaa6d394d68aea12b0411c75ee9f18e70c96a2f Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Wed, 29 Oct 2025 17:01:56 -0400 Subject: [PATCH 06/14] Added Intro to Directory Management course, updated affected LP, and updated course length for DM product 1k courses, fixed a few typos --- docs/partner/sales/directory-management.md | 12 ++++++++---- .../data-security-posture-management/1980.md | 4 ++-- src/training/directory-management/1981.md | 9 +++++++++ src/training/directory-management/index.js | 1 + src/training/directory-manager/1940.md | 2 +- .../identity-threat-detection-response/1984.md | 2 +- src/training/password-policy-enforcer/1240.md | 2 +- 7 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 src/training/directory-management/1981.md create mode 100644 src/training/directory-management/index.js diff --git a/docs/partner/sales/directory-management.md b/docs/partner/sales/directory-management.md index 35f5b842bb..f4efdbff4e 100644 --- a/docs/partner/sales/directory-management.md +++ b/docs/partner/sales/directory-management.md @@ -6,6 +6,7 @@ keywords: [training, course, certification, partners, sales, auditor, directory description: "Become a certified Sales Professional for Netwrix Directory Management" --- +import { DMIntro } from '@site/src/training/directory-management'; import { Company, NA, NDM, NPPE } from '@site/src/training/products'; @@ -17,15 +18,18 @@ This learning path grants certification as a Sales Professional for It contains the following course: -* Introduction to the Netwrix Solution for Directory Management +* 1981 Introduction to Directory Management Solution +* Introduction to the Solution for Directory Management -## Introduction to the Netwrix Solution for Directory Management + -This course, designed for sellers of Netwrix products, focuses on the Directory Management Solution. +## Introduction to the Solution for Directory Management + +This course, designed for sellers of products, focuses on the Directory Management Solution. Upon completion of this module, sellers will be able to: * Understand the business impacts of poorly managed directories (such as Active Directory and Entra ID) * Uncover the issues addressed by directory management * Recognize the potential targets for directory management -* Deliver the value proposition of the Netwrix Directory Management Solution +* Deliver the value proposition of the Directory Management Solution diff --git a/src/training/data-security-posture-management/1980.md b/src/training/data-security-posture-management/1980.md index 19a9ecf62c..c992425498 100644 --- a/src/training/data-security-posture-management/1980.md +++ b/src/training/data-security-posture-management/1980.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Data Security Posture Management Solution course propresents the value of an DSPM solution. +The Introduction to Data Security Posture Management Solution course propresents the value of a DSPM solution. -Estimated length: 1 minutes +Estimated length: 1 minute diff --git a/src/training/directory-management/1981.md b/src/training/directory-management/1981.md new file mode 100644 index 0000000000..589c366817 --- /dev/null +++ b/src/training/directory-management/1981.md @@ -0,0 +1,9 @@ +import { Company } from '@site/src/training/products'; + +## 1981 Introduction to Directory Management Solution + +Recommended prerequisite: None + +The Introduction to Directory Management Solution course propresents the value of this solution. + +Estimated length: 1 minute diff --git a/src/training/directory-management/index.js b/src/training/directory-management/index.js new file mode 100644 index 0000000000..6c10653b26 --- /dev/null +++ b/src/training/directory-management/index.js @@ -0,0 +1 @@ +export { default as DMIntro } from './1981.md'; diff --git a/src/training/directory-manager/1940.md b/src/training/directory-manager/1940.md index 511c96fb92..67d6552fa7 100644 --- a/src/training/directory-manager/1940.md +++ b/src/training/directory-manager/1940.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application, formerly Netwrix GroupID. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/identity-threat-detection-response/1984.md b/src/training/identity-threat-detection-response/1984.md index 381908db3b..0a961318eb 100644 --- a/src/training/identity-threat-detection-response/1984.md +++ b/src/training/identity-threat-detection-response/1984.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The Introduction to Identity Threat Detection & Response Solution course propresents the value of an ITDR solution. -Estimated length: 1 minutes +Estimated length: 1 minute diff --git a/src/training/password-policy-enforcer/1240.md b/src/training/password-policy-enforcer/1240.md index 819c75704b..bfefa16f49 100644 --- a/src/training/password-policy-enforcer/1240.md +++ b/src/training/password-policy-enforcer/1240.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes From 62f7acda9b42ef6372f9b6c0600f71e49365245e Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 08:36:10 -0400 Subject: [PATCH 07/14] Added new NTM -MCP to additional partner training. --- src/training/threat-manager/additional.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/training/threat-manager/additional.md b/src/training/threat-manager/additional.md index 9885ef8a6f..150b2e2a94 100644 --- a/src/training/threat-manager/additional.md +++ b/src/training/threat-manager/additional.md @@ -10,6 +10,7 @@ This product was formerly named Netwrix StealthDEFEND. ::: +* New MCP Server for * What's New in v3.0 * Protect your Active Directory Against Common Cyber Threats * Top 5 Issues in From 4ea0fc9bf6ea8a5053db8267936fd4e2b16fbc8d Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 09:04:13 -0400 Subject: [PATCH 08/14] Updated DM learning path lengths. --- docs/customer/training/learn-about/password-policy-enforcer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customer/training/learn-about/password-policy-enforcer.md b/docs/customer/training/learn-about/password-policy-enforcer.md index b96e4471d4..b253c53476 100644 --- a/docs/customer/training/learn-about/password-policy-enforcer.md +++ b/docs/customer/training/learn-about/password-policy-enforcer.md @@ -10,7 +10,7 @@ import { NPPEValue } from '@site/src/training/password-policy-enforcer'; import { NPPE } from '@site/src/training/products'; -Estimated length: 5 minutes +Estimated length: 2 minutes In this learning path, you will be introduced to . It contains the following courses: From 49cd2e69c51ee6bd394acd99127244c10365397e Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 11:28:53 -0400 Subject: [PATCH 09/14] Added new Endpoint Management Solution courses and updated times on EM product 1k course. --- docs/partner/sales/endpoint-management.md | 36 +++++++++++++++++++++++ docs/partner/sales/index.md | 3 +- src/training/change-tracker/1900.md | 2 +- src/training/endpoint-management/1982.md | 9 ++++++ src/training/endpoint-management/index.js | 1 + 5 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 docs/partner/sales/endpoint-management.md create mode 100644 src/training/endpoint-management/1982.md create mode 100644 src/training/endpoint-management/index.js diff --git a/docs/partner/sales/endpoint-management.md b/docs/partner/sales/endpoint-management.md new file mode 100644 index 0000000000..25e34c3601 --- /dev/null +++ b/docs/partner/sales/endpoint-management.md @@ -0,0 +1,36 @@ +--- +title: Netwrix Endpoint Management Solution Sales Professional +sidebar_position: 1290 +tags: [certification, partners, sales, change-tracker, endpoint-policy-manager, endpoint-protector, endpoint-management] +keywords: [training, course, certification, partners, sales, change tracker, endpoint policy manager, endpoint protector, endpoint management] +description: "Become a certified Sales Professional for Netwrix Endpoint Management" +--- + +import { EMIntro } from '@site/src/training/endpoint-management'; +import { Company, NCT, NEPM, NEP } from '@site/src/training/products'; + + +This learning path grants certification as a Sales Professional for this solution. The following products comprise this solution: + +* +* +* + +It contains the following course: + +* 1982 Introduction to Endpoint Management Solution +* Introduction to the Solution for Endpoint Management + + + +## Introduction to the Solution for Endpoint Management + +Endpoints are the laptops and desktop computers employees use every day, and are inherently unsecured, difficult to manage, and often out of compliance. They’re also the entry point for most cyberattacks and a frequent source of data loss, whether from external threats like ransomware or internal risks like accidental or malicious insiders. + +You’ll learn what’s driving the need to rethink endpoint management, the hidden risks customers face on their laptops and desktops, and how the Netwrix Endpoint Management Solution helps enforce security, streamline operations, and ensure compliance, without ripping and replacing what they already use. + +Key topics include: +* The endpoint-specific challenges this solution solves, and why they matter now +* A breakdown of who’s involved in endpoint buying decisions +* High-probability use cases and discovery questions that expose gaps +* How to clearly position the value of the Endpoint Management Solution diff --git a/docs/partner/sales/index.md b/docs/partner/sales/index.md index 1087b520f1..0c40b2e3cb 100644 --- a/docs/partner/sales/index.md +++ b/docs/partner/sales/index.md @@ -18,6 +18,7 @@ The following learning paths provide Partner certification for Sales Professiona * Endpoint Management Solution * [Netwrix Endpoint Policy Manager Sales Professional](./endpoint-policy-manager.md) * [Netwrix Endpoint Protector Sales Professional](./endpoint-protector.md) + * [Netwrix Endpoint Management Solution Sales Professional](endpoint-management.md) * Identity Management Solution * [Netwrix Identity Manager Sales Professional](./identity-manager.md) * Identity Threat Detection & Response Solution @@ -29,4 +30,4 @@ The following learning paths provide Partner certification for Sales Professiona * [Netwrix Privileged Access Management Solution Sales Professional](./privileged-access-management.md) * Additional Products * [Netwrix Platform Governance for NetSuite Sales Professional](./platform-governance-netsuite.md) - * [Netwrix Platform Governance for Salesforce Sales Professional](./platform-governance-salesforce.md) \ No newline at end of file + * [Netwrix Platform Governance for Salesforce Sales Professional](./platform-governance-salesforce.md) diff --git a/src/training/change-tracker/1900.md b/src/training/change-tracker/1900.md index b72075dc6a..dcb8342826 100644 --- a/src/training/change-tracker/1900.md +++ b/src/training/change-tracker/1900.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 10 minutes +Estimated length: 2 minutes diff --git a/src/training/endpoint-management/1982.md b/src/training/endpoint-management/1982.md new file mode 100644 index 0000000000..68cb3d5ea5 --- /dev/null +++ b/src/training/endpoint-management/1982.md @@ -0,0 +1,9 @@ +import { Company } from '@site/src/training/products'; + +## 1982 Introduction to Endpoint Management Solution + +Recommended prerequisite: None + +The Introduction to Endpoint Management Solution course propresents the value of this solution. + +Estimated length: 1 minute diff --git a/src/training/endpoint-management/index.js b/src/training/endpoint-management/index.js new file mode 100644 index 0000000000..1865e8718f --- /dev/null +++ b/src/training/endpoint-management/index.js @@ -0,0 +1 @@ +export { default as EMIntro } from './1982.md'; From 22fe0f0f27ec3fd43f80fe44fad3690c2a16045c Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 12:59:06 -0400 Subject: [PATCH 10/14] Added Intro to Identity Management course, updated affected LP, and updated course length for IM product 1k courses. --- .../learn-about/platform-governance-for-salesforce.md | 2 +- docs/partner/presales/index.md | 6 +++--- docs/partner/sales/index.md | 5 ++--- src/training/identity-management/1983 | 9 +++++++++ src/training/identity-management/index.js | 1 + src/training/platform-governance-for-netsuite/1440.md | 2 +- src/training/platform-governance-for-salesforce/1460.md | 2 +- 7 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 src/training/identity-management/1983 create mode 100644 src/training/identity-management/index.js diff --git a/docs/customer/training/learn-about/platform-governance-for-salesforce.md b/docs/customer/training/learn-about/platform-governance-for-salesforce.md index 044f79a388..243d298eb3 100644 --- a/docs/customer/training/learn-about/platform-governance-for-salesforce.md +++ b/docs/customer/training/learn-about/platform-governance-for-salesforce.md @@ -10,7 +10,7 @@ import { NPGSValue } from '@site/src/training/platform-governance-for-salesforce import { NPGS } from '@site/src/training/products'; -Estimated length: 5 minutes +Estimated length: 2 minutes In this learning path, you will be introduced to . It contains the following courses: diff --git a/docs/partner/presales/index.md b/docs/partner/presales/index.md index 44bed6880a..ed9d4e01d3 100644 --- a/docs/partner/presales/index.md +++ b/docs/partner/presales/index.md @@ -22,6 +22,8 @@ The following learning paths provide Partner certification for Presales Engineer * [Netwrix Endpoint Protector Presales Engineer](./endpoint-protector.md) * Identity Management Solution * [Netwrix Identity Manager Presales Engineer](./identity-manager.md) + * [Netwrix Platform Governance for NetSuite Presales Engineer](./platform-governance-for-netsuite.md) + * [Netwrix Platform Governance for Salesforce Presales Engineer](./platform-governance-for-salesforce.md) * Identity Threat Detection & Response Solution * [Netwrix Access Analyzer Presales Engineer](./access-analyzer.md) * [Netwrix PingCastle Presales Engineer](./pingcastle.md) @@ -33,7 +35,5 @@ The following learning paths provide Partner certification for Presales Engineer * [Netwrix Endpoint Policy Manager Presales Engineer](./endpoint-policy-manager.md) * [Netwrix Password Secure Presales Engineer](./password-secure.md) * [Netwrix Privileged Secure Presales Engineer](./privilege-secure.md) -* Additional Products +* Additional Product * [Netwrix 1Seccure Core Presales Engineer](./1secure-core.md) - * [Netwrix Platform Governance for NetSuite Presales Engineer](./platform-governance-for-netsuite.md) - * [Netwrix Platform Governance for Salesforce Presales Engineer](./platform-governance-for-salesforce.md) diff --git a/docs/partner/sales/index.md b/docs/partner/sales/index.md index 0c40b2e3cb..6cf870e92e 100644 --- a/docs/partner/sales/index.md +++ b/docs/partner/sales/index.md @@ -21,6 +21,8 @@ The following learning paths provide Partner certification for Sales Professiona * [Netwrix Endpoint Management Solution Sales Professional](endpoint-management.md) * Identity Management Solution * [Netwrix Identity Manager Sales Professional](./identity-manager.md) + * [Netwrix Platform Governance for NetSuite Sales Professional](./platform-governance-netsuite.md) + * [Netwrix Platform Governance for Salesforce Sales Professional](./platform-governance-salesforce.md) * Identity Threat Detection & Response Solution * [Netwrix PingCastle Sales Professional](./pingcastle.md) * [Netwrix Identity Threat Detection & Response Solution Sales Professional](./identity-threat-detection-response.md) @@ -28,6 +30,3 @@ The following learning paths provide Partner certification for Sales Professiona * [Netwrix Endpoint Policy Manager Sales Professional](./endpoint-policy-manager.md) * [Netwrix Password Secure Sales Professional](./password-secure.md) * [Netwrix Privileged Access Management Solution Sales Professional](./privileged-access-management.md) -* Additional Products - * [Netwrix Platform Governance for NetSuite Sales Professional](./platform-governance-netsuite.md) - * [Netwrix Platform Governance for Salesforce Sales Professional](./platform-governance-salesforce.md) diff --git a/src/training/identity-management/1983 b/src/training/identity-management/1983 new file mode 100644 index 0000000000..f2e28b4127 --- /dev/null +++ b/src/training/identity-management/1983 @@ -0,0 +1,9 @@ +import { Company } from '@site/src/training/products'; + +## 1983 Introduction to Identity Management Solution + +Recommended prerequisite: None + +The Introduction to Identity Management Solution course propresents the value of this solution. + +Estimated length: 1 minute diff --git a/src/training/identity-management/index.js b/src/training/identity-management/index.js new file mode 100644 index 0000000000..ccffafe2e4 --- /dev/null +++ b/src/training/identity-management/index.js @@ -0,0 +1 @@ +export { default as IMIntro } from './1983.md'; diff --git a/src/training/platform-governance-for-netsuite/1440.md b/src/training/platform-governance-for-netsuite/1440.md index 6e5b9044eb..7094d4623c 100644 --- a/src/training/platform-governance-for-netsuite/1440.md +++ b/src/training/platform-governance-for-netsuite/1440.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/platform-governance-for-salesforce/1460.md b/src/training/platform-governance-for-salesforce/1460.md index dce9a161be..2b07c68554 100644 --- a/src/training/platform-governance-for-salesforce/1460.md +++ b/src/training/platform-governance-for-salesforce/1460.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes From 024e5e80e5a4f360deeec15013693c63cffed08c Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 13:31:03 -0400 Subject: [PATCH 11/14] Added What's New in NDC 5.7.10 course. --- src/training/data-classification/additional.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/training/data-classification/additional.md b/src/training/data-classification/additional.md index 8da858f958..798faea973 100644 --- a/src/training/data-classification/additional.md +++ b/src/training/data-classification/additional.md @@ -4,6 +4,7 @@ import { NDC } from '@site/src/training/products'; The following courses are available for self-enrollment through the Learning Library: +* What's New in v5.7.10 * Dropbox Solution * Box Solution * What's New in v5.7 From 31776b80bdefeb792b97267bde88e12e7571462b Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 14:47:32 -0400 Subject: [PATCH 12/14] Added Intro to Privileged Access Management course, updated affected LP, and updated course length for PAM product 1k courses. also fixed file name, 1Secure and Password reset 1k courses, and Learn About LP list --- docs/customer/training/learn-about/index.md | 1 - docs/customer/training/product/password-reset.md | 2 +- docs/partner/sales/privileged-access-management.md | 11 +++++++---- src/training/1secure/1600.md | 2 +- src/training/identity-management/{1983 => 1983.md} | 0 src/training/password-reset/1360.md | 2 +- src/training/password-secure/1760.md | 2 +- src/training/privileged-access-management/1985.md | 9 +++++++++ src/training/privileged-access-management/index.js | 1 + 9 files changed, 21 insertions(+), 9 deletions(-) rename src/training/identity-management/{1983 => 1983.md} (100%) create mode 100644 src/training/privileged-access-management/1985.md create mode 100644 src/training/privileged-access-management/index.js diff --git a/docs/customer/training/learn-about/index.md b/docs/customer/training/learn-about/index.md index fa318bf2d7..159adb582d 100644 --- a/docs/customer/training/learn-about/index.md +++ b/docs/customer/training/learn-about/index.md @@ -22,7 +22,6 @@ You can choose to self-enroll in "Learn About" learning paths available within t * [Learn About Netwrix Endpoint Protector Learning Path](./endpoint-protector.md) * [Learn About Netwrix Identity Manager Learning Path](./identity-manager.md) * [Learn About Netwrix Password Policy Enforcer Learning Path](./password-policy-enforcer.md) -* [Learn About Netwrix Password Reset Learning Path](./password-secure.md) * [Learn About Netwrix Password Secure Learning Path](./password-secure.md) * [Learn About Netwrix Platform Governance for NetSuite Learning Path](./platform-governance-for-netsuite.md) * [Learn About Netwrix Platform Governance for Salesforce Learning Path](./platform-governance-for-salesforce.md) diff --git a/docs/customer/training/product/password-reset.md b/docs/customer/training/product/password-reset.md index 5b0593ac18..71bf98bfed 100644 --- a/docs/customer/training/product/password-reset.md +++ b/docs/customer/training/product/password-reset.md @@ -10,7 +10,7 @@ import { NPRValue } from '@site/src/training/password-reset'; import { NPR } from '@site/src/training/products'; -Estimated length: 5 minutes +Estimated length: 2 minutes In this learning path, you will learn how to use . It contains the following courses: diff --git a/docs/partner/sales/privileged-access-management.md b/docs/partner/sales/privileged-access-management.md index 0af0a415f9..b20c58e0b8 100644 --- a/docs/partner/sales/privileged-access-management.md +++ b/docs/partner/sales/privileged-access-management.md @@ -6,20 +6,23 @@ keywords: [training, course, certification, partners, sales, endpoint policy man description: "Become a certified Sales Professional for Netwrix Privileged Access Management" --- -import { Company, NEPM, NPWS, NPS } from '@site/src/training/products'; +import { PAMIntro } from '@site/src/training/privileged-access-management'; +import { Company, NPWS, NPS } from '@site/src/training/products'; This learning path grants certification as a Sales Professional for this solution. The following products comprise this solution: -* * * It contains the following course:  -* Introduction to the Netwrix Solution for Privileged Access Management (PAM) +* 1985 Introduction to Privileged Access Management Solution +* Introduction to the Solution for Privileged Access Management (PAM) -## Introduction to the Netwrix Solution for Privileged Access Management (PAM) + + +## Introduction to the Solution for Privileged Access Management (PAM) This course will cover the Privileged Access Management (PAM) solution — a unified, powerful approach to securing privileged accounts, credentials, and endpoints across your organization. diff --git a/src/training/1secure/1600.md b/src/training/1secure/1600.md index b28140ea33..77e117c408 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: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/identity-management/1983 b/src/training/identity-management/1983.md similarity index 100% rename from src/training/identity-management/1983 rename to src/training/identity-management/1983.md diff --git a/src/training/password-reset/1360.md b/src/training/password-reset/1360.md index 343e74d4f2..0b9df95322 100644 --- a/src/training/password-reset/1360.md +++ b/src/training/password-reset/1360.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/password-secure/1760.md b/src/training/password-secure/1760.md index 3e32afc6f1..81dcd8a007 100644 --- a/src/training/password-secure/1760.md +++ b/src/training/password-secure/1760.md @@ -6,4 +6,4 @@ Recommended prerequisite: None The – Valuable Features course provides an understanding of the key aspects of the application. -Estimated length: 5 minutes +Estimated length: 2 minutes diff --git a/src/training/privileged-access-management/1985.md b/src/training/privileged-access-management/1985.md new file mode 100644 index 0000000000..3fc80a509e --- /dev/null +++ b/src/training/privileged-access-management/1985.md @@ -0,0 +1,9 @@ +import { Company } from '@site/src/training/products'; + +## 1985 Introduction to Privileged Access Management Solution + +Recommended prerequisite: None + +The Introduction to Privileged Access Management Solution course propresents the value of this solution. + +Estimated length: 1 minute diff --git a/src/training/privileged-access-management/index.js b/src/training/privileged-access-management/index.js new file mode 100644 index 0000000000..50e1655ba7 --- /dev/null +++ b/src/training/privileged-access-management/index.js @@ -0,0 +1 @@ +export { default as PAMIntro } from './1985.md'; From afcffb3b5c3d123a0e4530b0262692706e0c3fdf Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Thu, 30 Oct 2025 15:57:56 -0400 Subject: [PATCH 13/14] Fixed issues found by Claude --- docs/partner/presales/1secure-core.md | 2 +- docs/partner/presales/index.md | 6 +++--- docs/partner/sales/endpoint-management.md | 2 +- src/training/data-security-posture-management/1980.md | 2 +- src/training/directory-management/1981.md | 2 +- src/training/endpoint-management/1982.md | 2 +- src/training/identity-management/1983.md | 2 +- src/training/identity-threat-detection-response/1984.md | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/partner/presales/1secure-core.md b/docs/partner/presales/1secure-core.md index 8af9dcc9d1..12c07b93a9 100644 --- a/docs/partner/presales/1secure-core.md +++ b/docs/partner/presales/1secure-core.md @@ -2,7 +2,7 @@ title: Netwrix 1Secure Core Presales Engineer sidebar_position: 1340 tags: [certification, partners, presales, 1secure] -keywords: [training, course, certification, partners, presales, aud1secureitor] +keywords: [training, course, certification, partners, presales, 1secure] description: "Become a certified Presales Engineer for Netwrix 1Secure" --- diff --git a/docs/partner/presales/index.md b/docs/partner/presales/index.md index ed9d4e01d3..be516e7957 100644 --- a/docs/partner/presales/index.md +++ b/docs/partner/presales/index.md @@ -3,7 +3,7 @@ title: Presales Engineer Certification Learning Paths sidebar_position: 1330 tags: [certification, partners, presales] keywords: [training, course, certification, partners, presales] -description: "Learn about the Netwrix Presales Engineer ceritifcation options" +description: "Learn about the Netwrix Presales Engineer certification options" --- The following learning paths provide Partner certification for Presales Engineers: @@ -30,10 +30,10 @@ The following learning paths provide Partner certification for Presales Engineer * [Netwrix Recovery for Active Directory Presales Engineer](./recovery-for-ad.md) * [Netwrix Threat Prevention Presales Engineer](./threat-prevention.md) * [Netwrix Threat Manager Presales Engineer](./threat-manager.md) - * [Netwrix Identity Threat Detection & Response Solution Presales Enagineer](identity-threat-detection-and-response.md) + * [Netwrix Identity Threat Detection & Response Solution Presales Engineer](identity-threat-detection-and-response.md) * Privilege Access Management Solution * [Netwrix Endpoint Policy Manager Presales Engineer](./endpoint-policy-manager.md) * [Netwrix Password Secure Presales Engineer](./password-secure.md) * [Netwrix Privileged Secure Presales Engineer](./privilege-secure.md) * Additional Product - * [Netwrix 1Seccure Core Presales Engineer](./1secure-core.md) + * [Netwrix 1Secure Core Presales Engineer](./1secure-core.md) diff --git a/docs/partner/sales/endpoint-management.md b/docs/partner/sales/endpoint-management.md index 25e34c3601..0726d7132d 100644 --- a/docs/partner/sales/endpoint-management.md +++ b/docs/partner/sales/endpoint-management.md @@ -16,7 +16,7 @@ This learning path grants certification as a Sales Professional for * * -It contains the following course: +It contains the following courses: * 1982 Introduction to Endpoint Management Solution * Introduction to the Solution for Endpoint Management diff --git a/src/training/data-security-posture-management/1980.md b/src/training/data-security-posture-management/1980.md index c992425498..d0b36f5c65 100644 --- a/src/training/data-security-posture-management/1980.md +++ b/src/training/data-security-posture-management/1980.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Data Security Posture Management Solution course propresents the value of a DSPM solution. +The Introduction to Data Security Posture Management Solution course presents the value of a DSPM solution. Estimated length: 1 minute diff --git a/src/training/directory-management/1981.md b/src/training/directory-management/1981.md index 589c366817..df4d6f6fcf 100644 --- a/src/training/directory-management/1981.md +++ b/src/training/directory-management/1981.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Directory Management Solution course propresents the value of this solution. +The Introduction to Directory Management Solution course presents the value of this solution. Estimated length: 1 minute diff --git a/src/training/endpoint-management/1982.md b/src/training/endpoint-management/1982.md index 68cb3d5ea5..5e009f19bc 100644 --- a/src/training/endpoint-management/1982.md +++ b/src/training/endpoint-management/1982.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Endpoint Management Solution course propresents the value of this solution. +The Introduction to Endpoint Management Solution course presents the value of this solution. Estimated length: 1 minute diff --git a/src/training/identity-management/1983.md b/src/training/identity-management/1983.md index f2e28b4127..9198c6dafb 100644 --- a/src/training/identity-management/1983.md +++ b/src/training/identity-management/1983.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Identity Management Solution course propresents the value of this solution. +The Introduction to Identity Management Solution course presents the value of this solution. Estimated length: 1 minute diff --git a/src/training/identity-threat-detection-response/1984.md b/src/training/identity-threat-detection-response/1984.md index 0a961318eb..abc56f5dc7 100644 --- a/src/training/identity-threat-detection-response/1984.md +++ b/src/training/identity-threat-detection-response/1984.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Identity Threat Detection & Response Solution course propresents the value of an ITDR solution. +The Introduction to Identity Threat Detection & Response Solution course presents the value of an ITDR solution. Estimated length: 1 minute From 6daa0945a9f57d8b6fb14a02e95c24b65a608bcc Mon Sep 17 00:00:00 2001 From: robin-stefani Date: Thu, 30 Oct 2025 16:05:13 -0400 Subject: [PATCH 14/14] Fix typo in 1985.md introduction --- src/training/privileged-access-management/1985.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/training/privileged-access-management/1985.md b/src/training/privileged-access-management/1985.md index 3fc80a509e..6ba45d5eaa 100644 --- a/src/training/privileged-access-management/1985.md +++ b/src/training/privileged-access-management/1985.md @@ -4,6 +4,6 @@ import { Company } from '@site/src/training/products'; Recommended prerequisite: None -The Introduction to Privileged Access Management Solution course propresents the value of this solution. +The Introduction to Privileged Access Management Solution course presents the value of this solution. Estimated length: 1 minute