0 votes

ACK - disregard the below question, the answer is simple and a misunderstanding on my part. For those searching this, simply expose the ms-mcs-admpwd computer property and as long as the ADAXES service account has the ability to decrypt passwords then it will be available.

----------------------------------------------------------------------------------------------
We are in the process of implementing LAPS in our environment for our workstations. We are hoping to be able to leverage the ADAXES helpdesk UI to allow our helpdesk personnel to find a computer in the domain and display the local admin password for it.

The custom command for showing this password is simple:

Import-Module ActiveDirectory
Get-ADComputer %cn% -Properties ms-Mcs-AdmPwd | select ms-Mcs-AdmPwd

The result, however, is not displayed in the web UI.

What might be the best/cleanest way to implement this?

Thanks!

by (610 points)

Please log in or register to answer this question.

Related questions

0 votes
1 answer

We are in the process of implementing LAPS in our environment. Is there an option / way to get the password from the Adaxes web portal?

asked Jun 15, 2020 by peggleg (110 points)
0 votes
1 answer

We have a preoperty pattern for accepted Country names which has a list of codes. For our case country code VM which "Vietnam" and I believe based on some google research "Viet Nam" is also correct.

asked Jul 12, 2024 by Vish539 (500 points)
0 votes
1 answer

We use Server 2022 Active Directory Domain Services with the new LAPS Password Management system. Access to the old ms-Mcs-AdmPwd is no longer a valid option for displaying the ... ADaxes Just a little history - I have been using Adaxes and LAPS since 2012.

asked Aug 21, 2024 by George.Holden (60 points)
0 votes
1 answer

Good day, i wanted to check if it is possible to show password strength when a user is changing their password on the self service portal. Currently we have set up a password policy to accept passwords of 8 characters or more on AD

asked Jul 28, 2017 by Cliffology (50 points)
0 votes
1 answer

I want to send an e-mail (after create user job) with the password visible, how to do that? Remco

asked Jan 13, 2014 by RTiel (780 points)
3,633 questions
3,321 answers
8,398 comments
548,760 users