# Commands
```bash
rpcclient -U "" -N <IP>
```
# Query
| **Query** | **Description** |
| ------------------------- | ------------------------------------------------------------------ |
| `srvinfo` | Server information. |
| `enumdomains` | Enumerate all domains that are deployed in the network. |
| `querydominfo` | Provides domain, server, and user information of deployed domains. |
| `netshareenumall` | Enumerates all available shares. |
| `netsharegetinfo <share>` | Provides information about a specific share. |
| `enumdomusers` | Enumerates all domain users. |
| `queryuser <RID>` | Provides information about a specific user. |
# User Enumeration & Group Info
```bash
rpcclient