Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HitmanAlharbi authored Mar 2, 2022
1 parent 6683625 commit 61b0b93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,14 @@ IT-APPSRV01 CN=IT-APPSRV01,OU=AppServers,DC=it,DC=gcb,...
IT-TRACK01 CN=IT-TRACK01,CN=Computers,DC=it,DC=gcb,DC... 1/1/0001 12:00:00 AM
```

 

**[+] Get password from LAPS for a specific machine (Need AD module)**

```powershell
Get-ADComputer -Identity it-appsrv01 -Properties ms-mcs-admpwd | select -ExpandProperty ms-mcs-admpwd
```

 
 

Expand Down

0 comments on commit 61b0b93

Please sign in to comment.