From 25d3874fd69d285b22bc553e445441c5e9ef54a4 Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Tue, 30 Sep 2025 16:17:34 -0400 Subject: [PATCH 1/2] Updated NAA Pro Serv Certification details --- docs/partner/implementation/access-analyzer.md | 2 +- src/training/access-analyzer/6001.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/partner/implementation/access-analyzer.md b/docs/partner/implementation/access-analyzer.md index 94c4dc65c8..1529c04615 100644 --- a/docs/partner/implementation/access-analyzer.md +++ b/docs/partner/implementation/access-analyzer.md @@ -12,7 +12,7 @@ import { NAMIntro, NAMAdditional } from '@site/src/training/activity-monitor'; import { Company, NAA, AIC, NAM } from '@site/src/training/products'; -Estimated length: 23.25 hours +Estimated length: 21.75 hours This learning path grants certification as a Professional Services Engineer for these products: diff --git a/src/training/access-analyzer/6001.md b/src/training/access-analyzer/6001.md index 1d0eac1ac3..b35133bff7 100644 --- a/src/training/access-analyzer/6001.md +++ b/src/training/access-analyzer/6001.md @@ -6,4 +6,4 @@ Prerequisite: 5001 – How to Implement The – Professional Services Lab Experience provides you with an opportunity to validate you are ready to implement this product within a customer environment. You will be provided with a training lab environment where you can implement the product as if it were in a customer’s environment. -Estimated length: 5 hours +Estimated length: 3.5 hours From 09357299594fbfb6712888768239c189b7e69e3e Mon Sep 17 00:00:00 2001 From: Robin Stefani Date: Wed, 1 Oct 2025 14:19:41 -0400 Subject: [PATCH 2/2] Added new 1Secure course on reports --- docs/customer/training/learn-about/1secure.md | 7 +++++-- docs/customer/training/product/1secure.md | 7 +++++-- src/training/1secure/3600-5.md | 9 +++++++++ src/training/1secure/index.js | 1 + 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 src/training/1secure/3600-5.md diff --git a/docs/customer/training/learn-about/1secure.md b/docs/customer/training/learn-about/1secure.md index a85d407412..b77a48a4fc 100644 --- a/docs/customer/training/learn-about/1secure.md +++ b/docs/customer/training/learn-about/1secure.md @@ -6,17 +6,18 @@ keywords: [training, course, 1secure] description: "Learn about Netwrix 1Secure through introductory courses" --- -import { N1SValue, N1SConcepts, N1SIntroGS } from '@site/src/training/1secure'; +import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroReport } from '@site/src/training/1secure'; import { N1S } from '@site/src/training/products'; -Estimated length: 25 minutes +Estimated length: 1 hour In this learning path, you will be introduced to . It contains the following course: * 1600 – Valuable Features * 2600 – Components & Architecture * 3600.1 Introduction to – Getting Started +* 3600.5 Introduction to – Reports @@ -24,3 +25,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 b93c77473f..59b036afbe 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 } from '@site/src/training/1secure'; +import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData, N1SIntroReport } from '@site/src/training/1secure'; import { N1S } from '@site/src/training/products'; -Estimated length: 1.5 hours with optional course +Estimated length: 2 hours with optional course In this learning path, you will learn how to use . It contains the following course: @@ -20,6 +20,7 @@ In this learning path, you will learn how to use . It contains the follow * 3600.2 Introduction to – Manage Organizations * 3600.3 Introduction to – Configuration * 3600.4 Introduction to – Data Sources +* 3600.5 Introduction to – Reports @@ -32,3 +33,5 @@ In this learning path, you will learn how to use . It contains the follow + + diff --git a/src/training/1secure/3600-5.md b/src/training/1secure/3600-5.md new file mode 100644 index 0000000000..1f995b8091 --- /dev/null +++ b/src/training/1secure/3600-5.md @@ -0,0 +1,9 @@ +import { N1S } from '@site/src/training/products'; + +## 3600.5 Introduction to – Reports + +Recommended prerequisite: 3600.1 Introduction to – Getting Started + +The Reports module provides an understanding of how to navigate and use reports. + +Estimated length: 30 minutes diff --git a/src/training/1secure/index.js b/src/training/1secure/index.js index 518376d2ec..da8f71b226 100644 --- a/src/training/1secure/index.js +++ b/src/training/1secure/index.js @@ -4,4 +4,5 @@ export { default as N1SIntroGS } from './3600-1.md'; 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 N1SAdditional } from './additional.md';