Bump Test-WeakADPasswords to v1.4.1

This commit is contained in:
Tom Frost
2026-02-17 13:03:34 +01:00
parent 7f1df7b102
commit b582bb24b3
2 changed files with 14 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
##################################################
## Project: Elysium ##
## File: Test-WeakADPasswords.ps1 ##
## Version: 1.4.0 ##
## Version: 1.4.1 ##
## Support: support@cqre.net ##
##################################################
@@ -92,7 +92,7 @@ function Invoke-UsageBeacon {
if ($normalizedMethod -in @('POST', 'PUT')) {
$payload = [ordered]@{
script = 'Test-WeakADPasswords'
version = '1.3.3'
version = '1.4.1'
ranAtUtc = (Get-Date).ToUniversalTime().ToString('o')
}
if (-not [string]::IsNullOrWhiteSpace($InstanceId)) {