Skip to content

Commit b933cc9

Browse files
Merge pull request #234 from netwrix/training-sept17
Added a new NDM course and its Presales learning path. Also made a tweak to the Partner home page.
2 parents b944b85 + da64355 commit b933cc9

File tree

5 files changed

+60
-2
lines changed

5 files changed

+60
-2
lines changed

docs/partner/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ import { Company } from '@site/src/training/products';
1313

1414
![Netwrix University Dashboard](@site/static/images/training/partner-dashboard.png)
1515

16-
You are automatically enrolled in a Partner Onboarding Kit learning path. The learning path will be visible on your dashboard.
16+
You are automatically enrolled in a Partner Onboarding Kit learning path. The learning path will be visible on your dashboard. You can search for role-specific learning paths by name. See the following topics for a list of learning paths available for each role:
17+
18+
* [Sales Professionals](./sales/index.md)
19+
* [Presales Engineers](./presales/index.md)
20+
* [Professional Services Engineers](./implementation/index.md)
21+
* [MSP Engineers](./msp/index.md)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Netwrix Directory Manager Presales Engineer
3+
sidebar_position: 1440
4+
tags: [certification, partners, presales, directory-manager]
5+
keywords: [training, course, certification, partners, presales, directory manager]
6+
description: "Become a certified Presales Engineer for Netwrix Directory Manager"
7+
---
8+
9+
import { NDMValue, NDMConcepts, NDMIntro, NDMIdentityStores, NDMDemo, NDMAdditional } from '@site/src/training/directory-manager';
10+
import { Company, NDM } from '@site/src/training/products';
11+
12+
13+
Estimated length: 2.275 hours
14+
15+
Prerequisite: <NDM /> Sales Professional learning path
16+
17+
This learning path grants <Company /> certification as a Presales Engineer for this product. It contains the following courses:
18+
19+
* 1940 <NDM /> – Valuable Features
20+
* 2940 <NDM /> – Concepts
21+
* 3940 Introduction to <NDM />
22+
* 3941 <NDM /> – Identity Stores
23+
* 5940 <NDM /> – Demo the Basic Use Cases
24+
25+
<NDMValue />
26+
27+
<NDMConcepts />
28+
29+
<NDMIntro />
30+
31+
<NDMIdentityStores />
32+
33+
<NDMDemo />
34+
35+
<NDMAdditional />

docs/partner/presales/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The following learning paths provide Partner certification for Presales Engineer
1515
* [Netwrix Endpoint Protector Presales Engineer](./endpoint-protector.md)
1616
* Directory Management Solution
1717
* [Netwrix Auditor Presales Engineer](./auditor.md)
18+
* [Netwrix Directory Manager Presales Engineer](directory-manager.md)
1819
* Endpoint Management Solution
1920
* [Netwrix Change Tracker Presales Engineer](./change-tracker.md)
2021
* [Netwrix Endpoint Policy Manager Presales Engineer](./endpoint-policy-manager.md)
@@ -34,4 +35,4 @@ The following learning paths provide Partner certification for Presales Engineer
3435
* [Netwrix Privileged Secure Presales Engineer](./privilege-secure.md)
3536
* Additional Products
3637
* [Netwrix Platform Governance for NetSuite Presales Engineer](./platform-governance-for-netsuite.md)
37-
* [Netwrix Platform Governance for Salesforce Presales Engineer](./platform-governance-for-salesforce.md)
38+
* [Netwrix Platform Governance for Salesforce Presales Engineer](./platform-governance-for-salesforce.md)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { NDM } from '@site/src/training/products';
2+
3+
## <NDM /> – Demo the Basic Use Cases
4+
5+
Recommended prerequisite: 3941 <NDM /> – Identity Stores
6+
7+
The <NDM /> – Demo the Basic Use Cases course provides you with the ability to demonstrate the four basic use cases for this application:
8+
9+
* Users Onboarding and Offboarding
10+
* Help Desk Portal
11+
* Smart Groups / Dynamic Groups
12+
* Self-Service Password Reset
13+
14+
When you complete this course, you will understand the scenario and demonstration talking points for each use case.
15+
16+
Estimated length: 30 minutes

src/training/directory-manager/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export { default as NDMValue } from './1940.md';
22
export { default as NDMConcepts } from './2940.md';
33
export { default as NDMIntro } from './3940.md';
44
export { default as NDMIdentityStores } from './3941.md';
5+
export { default as NDMDemo } from './5940.md';
56
export { default as NDMAdditional } from './additional.md';

0 commit comments

Comments
 (0)