Skip to content

Commit

Permalink
fix ReadLAPSPassword General info
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Dec 16, 2024
1 parent fa1b119 commit 87d883c
Showing 1 changed file with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,28 @@ const General: FC<EdgeInfoProps> = ({ sourceName, sourceType, targetName }) => {
Password Solution (LAPS) on the computer {targetName}.
</Typography>
<Typography variant='body2'>
For systems using legacy LAPS, the following AD computer object properties are relevant: -
**ms-Mcs-AdmPwd**: The plaintext LAPS password. - **ms-Mcs-AdmPwdExpirationTime**: The LAPS password
expiration time.
For systems using legacy LAPS, the following AD computer object properties are relevant:
<br />
<b>- ms-Mcs-AdmPwd</b>: The plaintext LAPS password
<br />
<b>- ms-Mcs-AdmPwdExpirationTime</b>: The LAPS password expiration time
<br />
</Typography>

<Typography variant='body2'>
For systems using Windows LAPS (2023 edition), the following AD computer object properties are relevant:
- **msLAPS-Password**: The plaintext LAPS password. - **msLAPS-PasswordExpirationTime**: The LAPS
password expiration time. - **msLAPS-EncryptedPassword**: The encrypted LAPS password. -
**msLAPS-EncryptedPasswordHistory**: The encrypted LAPS password history. -
**msLAPS-EncryptedDSRMPassword**: The encrypted Directory Services Restore Mode (DSRM) password. -
**msLAPS-EncryptedDSRMPasswordHistory**: The encrypted DSRM password history.
<br />
<b>- msLAPS-Password</b>: The plaintext LAPS password
<br />
<b>- msLAPS-PasswordExpirationTime</b>: The LAPS password expiration time
<br />
<b>- msLAPS-EncryptedPassword</b>: The encrypted LAPS password
<br />
<b>- msLAPS-EncryptedPasswordHistory</b>: The encrypted LAPS password history
<br />
<b>- msLAPS-EncryptedDSRMPassword</b>: The encrypted Directory Services Restore Mode (DSRM) password
<br />
<b>- msLAPS-EncryptedDSRMPasswordHistory</b>: The encrypted DSRM password history
<br />
</Typography>
</>
);
Expand Down

0 comments on commit 87d883c

Please sign in to comment.