# Get-ADComputer
PowerShell command to find Active Directory computers and their properties.

## Get a computer's LAPS password
*(If you have rights to read it, that is :-)*

```
get-adcomputer -server IP.OF.A.DOMAIN-CONTROLLER -identity TARGETCOMPUTER -property 'ms-mcs-admpwd'
```
