Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/kb/recoveryad/_category_.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
{
"label": "Knowledge Base Articles",
"label": "Knowledge Base",
"position": 999,
"collapsed": true,
"collapsible": true
"collapsible": true,
"link": {
"type": "doc",
"id": "index"
}
}
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,7 +31,7 @@ Recovery for Active Directory was installed in HTTP mode with no SSL enabled.

1. Open the **`appsettings.json`** file. By default, the configuration appears as shown below. You need to change the **Scheme** and **CertName** values.

![Default appsettings.json configuration for Netwrix Recovery for Active Directory web console](./images/servlet_image_76800672d835.png)
![Default appsettings.json configuration for Netwrix Recovery for Active Directory web console](../0-images/servlet_image_76800672d835.png)

2. Ensure the certificate you select has an associated private key. This is indicated by the key icon in the Certificates Manager.

Expand Down
18 changes: 14 additions & 4 deletions docs/kb/recoveryad/index.md
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
---
title: "Recovery for Active Directory Knowledge Base"
description: "Recovery for Active Directory knowledge base articles and troubleshooting guides"
description: "Knowledge base articles for Netwrix Recovery for Active Directory (version 2.6)"
slug: recoveryad
---

# Recovery for Active Directory Knowledge Base

Welcome to the Recovery for Active Directory knowledge base. Browse our collection of troubleshooting guides, configuration instructions, and best practices.
Welcome to the Netwrix Recovery for Active Directory knowledge base. This section contains troubleshooting guides, configuration instructions, best practices, and reference materials for Recovery for Active Directory version 2.6.

Use the search function above to find specific articles or browse through all Recovery for Active Directory KB articles in this section.
## Browse by Category

- **Installation and Deployment** - Installation troubleshooting, server migration, and deployment tasks
- **Configuration and Administration** - Web console configuration, security settings, and user management
- **Operations and Troubleshooting** - Backup functionality, operational issues, and system troubleshooting

## Quick Links

- [Recovery for Active Directory Documentation](https://docs.netwrix.com/docs/recoveryforactivedirectory/)
- [Netwrix Support](https://www.netwrix.com/support.html)
- [Product Downloads](https://www.netwrix.com/downloads.html)

## Need Help?

If you can't find what you're looking for:
1. Use the search function above
2. Check the main Recovery for Active Directory documentation
3. Contact [Netwrix support](https://www.netwrix.com/support.html)
3. Contact [Netwrix Support](https://www.netwrix.com/support.html)
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,7 +23,7 @@ You receive the following error message when installing or upgrading Netwrix Rec
SmtpNotification.comhost.dll failed to register. HRESULT -2147450749. Contact your support personnel.
```

![Error message dialog showing SmtpNotification.comhost.dll failed to register](./images/servlet_image_89acf0e7ac0c.png)
![Error message dialog showing SmtpNotification.comhost.dll failed to register](../0-images/servlet_image_89acf0e7ac0c.png)

## Cause

Expand Down
8 changes: 8 additions & 0 deletions sidebars/recoveryforactivedirectory/2.6.js
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
const generateKBSidebar = require('../../src/utils/generateKBSidebar');

module.exports = {
sidebar: [
{
type: 'autogenerated',
dirName: '.',
},
{
type: 'category',
label: 'Knowledge Base',
collapsed: true,
items: generateKBSidebar('recoveryad')
},
],
};