# Enumeracion de Computadores

### <mark style="color:red;">**Importancia**</mark><mark style="color:red;">:</mark>&#x20;

Identificar sistemas clave y entender la infraestructura de la red.&#x20;

### <mark style="color:red;">**Vulnerabilidades posibles**</mark><mark style="color:red;">:</mark>

* Sistemas sin parches o desactualizados.
* Computadoras con servicios vulnerables expuestos.
* Identificación de sistemas críticos, como servidores de bases de datos o controladores de dominio.

```powershell
PS C:\> Get-NetComputer | select samaccountname, operatingsystem

samaccountname operatingsystem               
-------------- ---------------               
FIRST-DC$      Windows Server 2019 Datacenter
Suspicious-PC$                               
USER-SERVER$   Windows Server 2019 Datacenter
WEBSERVER$     Windows Server 2022 Datacenter
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://books.spartan-cybersec.com/cpad/enumeracion-en-ad/enumeracion-con-powershell-ofensivo/guia-de-comandos-de-powerview.ps1/enumeracion-de-computadores.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
