Skip to content

Commit 1a364dc

Browse files
change nla permissions and add networkaccess
1 parent a4de590 commit 1a364dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+21872
-1624
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Configure Access this computer from the network Policy"
3+
description: "Configure Access this computer from the network Policy"
4+
sidebar_position: 70
5+
---
6+
Perform this procedure only if the account selected for data collection is not a member of the Domain Admins group.
7+
8+
Follow the steps to configure the Access this computer from the network Policy.
9+
10+
**Step 1** – Open the **Group Policy Management console** on any domain controller in the target domain: navigate to Start > Windows Administrative Tools (Windows Server 2016 and higher) or Administrative Tools (Windows 2012) **Group Policy Management**.
11+
12+
**Step 2** – In the left pane, navigate to **Forest: `<forest_name>` > Domains > `<domain_name>` Domain Controllers**. Right-click the effective domain controllers policy (by default, it is the **Default Domain Controllers Policy**), and select **Edit** from the pop-up menu.
13+
14+
**Step 3** – In the **Group Policy Management Editor** dialog, expand the **Computer Configuration** node on the left and navigate to **Policies > Windows Settings > Security Settings > Local Policies**.
15+
16+
**Step 4** – On the right, double-click the **User Rights Assignment policy**.
17+
18+
**Step 5** – Locate the **Access this computer from the network** policy and double-click it.
19+
20+
**Step 6** – In the **Access this computer from the network Properties** dialog, click **Add User or Group**, specify the user that you want to define this policy for.
21+
22+
**Step 7** - Locate the **Deny access to this computer from the network** and double-click it.
23+
24+
**Step 8** - Make sure the account is not listed in the **Deny access to this computer from the network Properties** dialog. Remove the account from the list if it is listed.
25+
26+
**Step 9** – Run the following command to update group policy: `gpupdate /force`
27+
28+
**Step 10** – Type `repadmin /syncall` command and press Enter for replicate GPO changes to other domain controllers.
29+
30+
**Step 11** – Ensure that new GPO settings applied on any audited domain controller.

docs/auditor/10.8/configuration/logonactivity/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Follow the steps to configure non-administrative account to collect logon activi
4545
- Back up files and directories. See the
4646
 [Configure the Back up Files and Directories Policy](/docs/auditor/10.8/configuration/fileservers/windows/configuration.md)
4747
topic for additional information.
48-
- Log on as a batch job. See the
49-
[Permissions for Active Directory Auditing](/docs/auditor/10.8/configuration/activedirectory/permissions.md) topic for
48+
- Access this computer from the network. See the
49+
[Access this computer from the network](/docs/auditor/10.8/configuration/logonactivity/networkaccess.md) topic for
5050
additional information.
5151
- Manage auditing and security log. See the
5252
[Configure the Manage Auditing and Security Log Policy](/docs/auditor/10.8/configuration/activedirectory/permissions.md#configure-the-manage-auditing-and-security-log-policy)

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const config = {
3838
swcJsMinimizer: true,
3939
swcHtmlMinimizer: true,
4040
lightningCssMinimizer: true,
41-
rspackBundler: true,
42-
rspackPersistentCache: true, // 2-5x faster rebuilds
41+
// rspackBundler: true,
42+
// rspackPersistentCache: true, // 2-5x faster rebuilds
4343
mdxCrossCompilerCache: true,
4444
ssgWorkerThreads: true, // 2x faster static generation
4545
},

0 commit comments

Comments
 (0)