Skip to content

Commit c7b0345

Browse files
authored
Merge pull request #526 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents b534fca + 14c4ade commit c7b0345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/BEC/Push-BECRun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function Push-BECRun {
159159
NewUsers = @($NewUsers)
160160
MFADevices = @($MFADevices)
161161
ChangedPasswords = @($PasswordChanges)
162-
ExtractedAt = (Get-Date).ToString('s')
162+
ExtractedAt = (Get-Date)
163163
ExtractResult = $ExtractResult
164164
}
165165

0 commit comments

Comments
 (0)