Skip to content

Commit 85348c5

Browse files
authored
Merge pull request #371 from netwrix/kb-import-review
Fix: Remove trailing --- from Access Analyzer KBs that break Docusaurus parsing
2 parents 5bfbd3f + 93ce1b0 commit 85348c5

4 files changed

+8
-16
lines changed

docs/kb/accessanalyzer/ExchangePS-Error-WinRM-Shell-Client-Cannot-Process-Request.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,3 @@ Ensure that:
123123

124124
> **IMPORTANT:**
125125
> Rerun jobs that use the ExchangePS data collector to confirm that the error message no longer appears.
126-
127-
---

docs/kb/accessanalyzer/ExchangePS-error-cannot-find-variable-with-name-enablesearchonlysession.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ This ensures the session uses the appropriate credentials, allowing the necessar
5353
> Navigate to **Settings > Connection** to verify which credentials are valid for Exchange.
5454
5555
6. Click **OK** to save the changes.
56-
57-
---

docs/kb/accessanalyzer/SEEK-warning-DLPEX-Database-Not-Exist.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ To resolve this warning, follow these steps:
6565

6666
4. **Retry the bulk import**
6767
- Once scans have completed successfully and the DLPEX databases exist, rerun the SEEK Bulk Import.
68-
69-
---

docs/kb/accessanalyzer/deleted-objects-in-adinventory.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ IsDeleted column is not being populated in AD Inventory Users view
3131
Objects are not being flagged as deleted by ADInventory.
3232

3333
## Instructions
34-
ADInventory uses LDAP queries to enumerate objects from Active Directory.
34+
ADInventory uses LDAP queries to enumerate objects from Active Directory.
3535
A full scan will query all objects, updating the full data set each time.
3636

37-
The option to **Collect only updates since the last scan** only returns user, group and computer objects that have changed since the last scan.
37+
The option to **Collect only updates since the last scan** only returns user, group and computer objects that have changed since the last scan.
3838
This works by scoping the scan to objects having a `USNChanged` value greater than the highest value recorded for that domain controller at the start of the previous scan.
3939

4040
In order for the IsDeleted column to be updated properly, you must either have:
@@ -45,7 +45,7 @@ OR
4545

4646
- You must deselect the option to **Collect only updates since the last scan**.
4747

48-
If you go the route of granting the service account increased access, the Domain Admins group is not necessarily sufficient to gain proper access in all environments.
48+
If you go the route of granting the service account increased access, the Domain Admins group is not necessarily sufficient to gain proper access in all environments.
4949
The ACL on the all containers including the "delete objects" container should be checked to ensure that the service account has been granted the proper access.
5050

5151
To verify your account has access to the **Deleted Objects** Container, you are required to log on to a computer with **Active Directory Administrative Center (ADAC)**:
@@ -55,7 +55,7 @@ To verify your account has access to the **Deleted Objects** Container, you are
5555
3. Select your domain for the environment you are running Active Directory Inventory.
5656
4. On the right hand pane double click to open **Deleted Objects**.
5757

58-
This will list the deleted objects. If you are unable to view this with the connection profile account, you will need to ensure that the correct permissions have been assigned.
58+
This will list the deleted objects. If you are unable to view this with the connection profile account, you will need to ensure that the correct permissions have been assigned.
5959
By default the Builtin Administrators group has access to this container (`BUILTIN\Administrators`).
6060

6161
One method to grant a credential the necessary rights on the **Deleted Objects** container is using the `dsacls` command with an account that does have access to the container.
@@ -66,7 +66,7 @@ Schema admins may be required to execute this. See Dsacls Technet Article here:
6666
dsacls "CN=Deleted Objects,DC=Contoso,DC=com" /G \:LCRP
6767
```
6868

69-
This article shows how to modify the permissions on the deleted items container:
69+
This article shows how to modify the permissions on the deleted items container:
7070
https://technet.microsoft.com/en-us/library/cc816824(v=ws.10).aspx
7171

7272
So, if it helps at all, here's an article with some other information: https://technet.microsoft.com/en-us/library/dd379509(v=WS.10).aspx#BKMK_1
@@ -76,9 +76,7 @@ By default, builtin\administrator has access to this container. So, by default,
7676
## Displaying the Deleted Objects container
7777
When Active Directory objects are deleted, they are placed in the Deleted Objects container. By default, the `CN=Deleted Objects` container is not displayed. You can use the `Ldp.exe` administration tool in Active Directory Domain Services (AD DS) to display the Deleted Objects container.
7878

79-
---
80-
81-
**Product:** Netwrix Auditor
82-
**Module:** SA - DC - ADInventory
83-
**Versions:** all
79+
**Product:** Netwrix Auditor
80+
**Module:** SA - DC - ADInventory
81+
**Versions:** all
8482
**Legacy Article ID:** 1193

0 commit comments

Comments
 (0)