macLAPS icon indicating copy to clipboard operation
macLAPS copied to clipboard

LAPS solution for macOS managed with Jamf

Results 4 macLAPS issues
Sort by recently updated
recently updated
newest added

Hi all, I'm fairly certain that I'm doing something wrong here. I've done everything per the documentation (or so I think) and am able to get the UI to appear....

So i am seeing a problem with the encoded credentials working consistently. sometimes it does not read the encoded credentials and return a token. other it does. it seems to...

@PezzaD84 It is possible to change the Login keychain via a terminal/script command ```security set-keychain-password -o oldpassword -p newpassword``` or ```security set-keychain-password -o oldpassword -p newpassword path-to-keychain``` However I get...

Hi, the extension attribute LAPS Last Decoded Date remains empty even after decoding. Ideas for a solution? Thanks for your efforts! Code: !/bin/bash LAPSLOG="/Library/.LAPS/Logs/LAPS.log" LAST_LAPS_DECODED=$(grep "LAPS Decoded" $LAPSLOG | tail...