Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
IT Security DownloadsGitHub Release: signalapp/Signal-Desktop v8.29.0-beta.1 (24.09.2026)(24.09.2026 um 00:34 Uhr)
IT NachrichtenMeta Connect 2026: The biggest news and announcements(24.09.2026 um 00:45 Uhr)
IT Security DownloadsGitHub Release: signalapp/Signal-Desktop v8.29.0-beta.1 (24.09.2026)(24.09.2026 um 00:34 Uhr)
IT NachrichtenMeta Connect 2026: The biggest news and announcements(24.09.2026 um 00:45 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Configuring User Management Operations

Effective user management is a cornerstone of Active Directory (AD) administration, enabling organizations to control access, enforce security policies, and streamline identity management within a Windows Server domain. Configuring user…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Effective user management is a cornerstone of Active Directory (AD) administration, enabling organizations to control access, enforce security policies, and streamline identity management within a Windows Server domain. Configuring user management operations involves creating, modifying, and securing user accounts, as well as managing group memberships and permissions.



This guide outlines the process for managing user operations in a domain like tailwind.local, using domain controllers such as TAILWIND-DC1.



We will create three Organization Units (OUs) Sydney, Melbourne, and Brisbane.



Create Organizational Units



In TAILWIND-DC1, open Active Directory Users and Computers from the Tools menu of the Server Manager console. Right-click on the tailwindtraders.internal domain. Select New, then Organizational Unit.

01

02

In the New Object - Organizational Unit dialog box, set the name to Sydney and click OK.

Repeat this process to create the Melbourne OU and the Brisbane OU.

03

04

05



Create users



In this task, you create a user and configure account properties such as Account Expiration Date.



In TAILWIND-DC1, open Active Directory Users and Computers (or Administrative Center). Right-click on the Sydney OU. Select New, then User.



Type SydneyContractor in the Full name and User Logon name fields and click Next. Specify a password, and then confirm the password. Click Next and Finish.

06

07

07

08

Select the Sydney OU. In the Sydney OU, double-click the SydneyContractor user account. In the Account tab, in the Account expires section, select End of: and set the date to Jan 1, 2030. Click OK.

09

10

Right-click the SydneyContractor user and select Copy.

Type MelbourneContractor in the Full name and User Logon name fields. Click Next. Specify a password, and then confirm the password. Click Next and Finish.



11

12

13

14

By repeating same process, Right-click the SydneyContractor user and select Copy.

Type BrisbaneContractor in the Full name and User Logon name fields. Click Next. Specify a password and then confirm the password. Click Next and Finish.

15

16

17

Drag the MelbourneContractor user to the Melbourne OU. If a warning about moving objects appears, click Yes.

Repeat same process by Dragging the BrisbaneContractor user to the Brisbane OU. If a warning about moving objects appears, click Yes also.



Create the Sydney Admins group



In this procedure, you establish a new security group titled Sydney Administrators.



In TAILWIND-DC1, open Active Directory Users and Computers.

Right click the Sydney OU, and select New, then Group.

Type Sydney Administrators in Group name and select Universal in group scope. Click OK.

18

19

In the Sydney OU, double-click the SydneyContractor User account. In the Member Of tab, click Add.

Type Sydney Administrators. Click Check Names.

Click OK, then click OK.

20

21



Configure a user as a Protected User

In this task, you configure the SydneyContractor user account as a protected user



In TAILWIND-DC1, open Active Directory Users and Computers (or Administrative Center).

Navigate to the Sydney OU and double-click the SydneyContractor User account.

In the Member Of tab, click Add.

Type Protected Users.

Click Check Names.

Click OK, then click OK.

22

23

24



Delegate Security Permissions to an OU to a security group



In this task, you delegate the ability to reset passwords and force password change to the Sydney Administrators group over accounts in the Sydney OU.



In TAILWIND-DC1, open Active Directory Users and Computers.

Right-click the Sydney OU and click Delegate Control.

On the Welcome page of the Delegation of Control Wizard, click Next.

Click Add and type Sydney Administrators.

Click Check Names.

Click OK and click Next.

On the Tasks to Delegate page, select the Reset user passwords and force password change at next logon option. Click Next.

Click Finish.

25

26

45

254

244

86

7879



Configure City Attribute for a User



In this task, you configure a city attribute for a user account and then use the Find attribute to verify that the user is present.



In TAILWIND-DC1, open Active Directory Users and Computers.

Select the Sydney OU, right-click the SydneyContractor user account, and click Properties.

In the Address tab of the Sydney Contractor properties, set the City field to Sydney and click OK.

5454

5454

In Active Directory Users and Computers, right-click Tailwindtrader.internal and click Find.

5565

In the Advanced tab of the Find Users, Contacts, and Groups dialog box, select Field, then User, then City. Set Condition to Is (exactly). Set Value to Sydney. Click Find Now.

Close the Find Users, Contacts, and Groups dialog box.

765

7655

765

Click Yes on the Find in the Directory pop-up.

Verify that user SydneyContractor is listed in the Search results.

34743

2343



Disable the Melbourne Contractor User



In this task, you disable the Melbourne Contractor user.



In TAILWIND-DC1, open Active Directory Users and Computers, and then open the Melbourne OU.

In the Melbourne OU, right-click MelbourneContractor and click Disable Account.

Click OK.

544

7676



Reset the password of the Brisbane Contractor User



In this task, you reset the password of the BrisbaneContractor user.



In TAILWIND-DC1, open Active Directory Users and Computers, and then open the Brisbane OU.

Right-click the BrisbaneContractor user and select Reset Password.

On the Reset Password dialog box, type the password twice and select OK. Click OK again in the dialog that notifies you that the password has been changed

5332

7654

8665



Configuring user management operations in Active Directory enhances security and efficiency by enabling precise control over accounts and policies. By creating users, managing groups, securing accounts, and maintaining operations, administrators can support a robust domain environment.

IR-PLAYBOOK-RCE
HIGH
SOC Incident Playbook: Remote Code Execution (RCE) Defense
1-Click Detection Engineering: Sigma & YARA Rules
SOC Ready
title: Detect Exploitation - Configuring User Management Operations
id: 7e0529c5-6c25-41a4-951c-078e392717dd
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "Configuring User Management Op" ascii wide
    condition:
        any of them
}
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Configuring User Management Operations

Thematisch verwandte Begriffe: Configuring, User, Management, Operations · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-96550 | A vulnerability was found in sfturing hosp_order up to 627f426331da8086c…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick