Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LAPS: Update script to use Get-LapsADPassword #80

Open
alexhass opened this issue Sep 11, 2023 · 2 comments
Open

LAPS: Update script to use Get-LapsADPassword #80

alexhass opened this issue Sep 11, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@alexhass
Copy link

alexhass commented Sep 11, 2023

The LAPS script has additional dependencies that are no longer needed. We can use native "Get-LapsADPassword" command since April 2023.

@alexhass
Copy link
Author

alexhass commented Sep 11, 2023

Replace:

Import-Module AdmPwd.PS
$Pass = Get-AdmPwdPassword -Computername $Target.Name$

With:
$Pass = Get-LapsADPassword -Identity $Target.Name$ -AsPlainText

@StefanKoell StefanKoell added the help wanted Extra attention is needed label Sep 11, 2023
@krikk
Copy link
Contributor

krikk commented Dec 4, 2023

when my pull request is merged, this can be closed i think...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants