Skip to main content

adws

Active Directory Web Services (ADWS) operations. ADWS is the transport layer used by PowerShell’s ActiveDirectory module — it communicates over port 9389 using SOAP/NBFS rather than raw LDAP. R4t implements ADWS as a fully-featured alternative to the ldap command.

Usage

Persistent Flag:

Subcommands

adws query

Execute an arbitrary LDAP filter query via ADWS.

adws get

Query specific AD object types.

Object Types

Flags

Examples


adws create

Create new AD objects.

Examples


adws modify

Modify existing AD objects.

Flags for modify user/computer/group/ou

Flags for modify attr

Flags for modify remove-group-member

Flags for modify dacl

Examples


adws delete

Delete AD objects.

adws laps

Interact with LAPS (Local Administrator Password Solution) via ADWS.

ADWS vs LDAP

Both commands populate the same underlying database tables.