Skip to content

Commit bea2335

Browse files
Merge pull request #247 from netwrix/training-sept23
Added LTTs for partners from NEP and NIM. Added new 1Secure customer course.
2 parents 154ae10 + 59fb2ac commit bea2335

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

docs/customer/training/product/1secure.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ keywords: [training, course, 1secure]
66
description: "Learn to use Netwrix 1Secure through courses"
77
---
88

9-
import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf } from '@site/src/training/1secure';
9+
import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData } from '@site/src/training/1secure';
1010
import { N1S } from '@site/src/training/products';
1111

1212

13-
Estimated length: 1.25 hours with optional course
13+
Estimated length: 1.5 hours with optional course
1414

1515
In this learning path, you will learn how to use <N1S />. It contains the following course:
1616

@@ -19,6 +19,7 @@ In this learning path, you will learn how to use <N1S />. It contains the follow
1919
* 3600.1 Introduction to <N1S /> – Getting Started
2020
* 3600.2 Introduction to <N1S /> – Manage Organizations
2121
* 3600.3 Introduction to <N1S /> – Configuration
22+
* 3600.4 Introduction to <N1S /> – Data Sources
2223

2324
<N1SValue />
2425

@@ -29,3 +30,5 @@ In this learning path, you will learn how to use <N1S />. It contains the follow
2930
<N1SIntroMO />
3031

3132
<N1SIntroConf />
33+
34+
<N1SIntroData />

src/training/1secure/3600-4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { N1S } from '@site/src/training/products';
2+
3+
## 3600.4 Introduction to <N1S /> – Data Sources
4+
5+
Recommended prerequisite: 3600.3 Introduction to <N1S /> – Configuration
6+
7+
The Data Sources module provides an understanding of how to add a data source. It also covers how to deploy an agent if the data source requires it.
8+
9+
Estimated length: 10 minutes

src/training/1secure/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export { default as N1SConcepts } from './2600.md';
33
export { default as N1SIntroGS } from './3600-1.md';
44
export { default as N1SIntroMO } from './3600-2.md';
55
export { default as N1SIntroConf } from './3600-3.md';
6+
export { default as N1SIntroData } from './3600-4.md';
67
export { default as N1SAdditional } from './additional.md';

src/training/endpoint-protector/additional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import { NEP } from '@site/src/training/products';
44

55
The following courses are available for self-enrollment through the Learning Library:
66

7-
* What's New in <NEP /> v5.9.4.3
7+
* What's New in <NEP /> v2509

src/training/identity-manager/additional.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NIM } from '@site/src/training/products';
1+
import { Company, NAA, NIM, NPS } from '@site/src/training/products';
22

33
## Additional <NIM /> Courses for Partners
44

@@ -10,5 +10,6 @@ This product was formerly named Netwrix Usercube.
1010

1111
:::
1212

13-
* What's New in Netwrix <NIM /> v6.2
13+
* <NIM /> Integrations with <Company /> Products (September 2025) - Specifically focuses on integration with <NAA /> and <NPS />
14+
* What's New in <NIM /> v6.2
1415
* Cyber Security Boot Camp: Secure Active Directory Identity Infrastructure

0 commit comments

Comments
 (0)