Skip to content

Commit

Permalink
Merge pull request #870 from mandiant/fix-getlapspasswords
Browse files Browse the repository at this point in the history
fix getlapspasswords shortcut commands
  • Loading branch information
emtuls authored Jan 26, 2024
2 parents 79c35a7 + ef5babd commit 7a494ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/getlapspasswords.vm/getlapspasswords.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>getlapspasswords.vm</id>
<version>0.0.0.20230713</version>
<version>0.0.0.20240125</version>
<authors>kfosaaen</authors>
<description>PowerShell function to pull the local admin passwords from LDAP, stored there by LAPS.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/getlapspasswords.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ $category = 'Credential Access'
$ps1Url = 'https://raw.githubusercontent.com/kfosaaen/Get-LAPSPasswords/2aeffed5dc16c0d7be91ba67b79cfaaf1da1eecd/Get-LAPSPasswords.ps1'
$ps1Sha256 = '2256ef01ad1a82633abc376246f0d05784a26f16fc99f1b66e6d42a3fafa2eb4'

$ps1Cmd = 'Import-Module; Get-Help Get-LAPSPasswords'
$ps1Cmd = '. .\Get-LAPSPasswords; Get-Help Get-LAPSPasswords'

VM-Install-Single-Ps1 $toolName $category $ps1Url -ps1Sha256 $ps1Sha256 -ps1Cmd $ps1Cmd

0 comments on commit 7a494ba

Please sign in to comment.