Skip to content

Commit

Permalink
Update sos-stig-compliant-domain-prep.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Sep 26, 2024
1 parent b4af0e1 commit d5a2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos-stig-compliant-domain-prep.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ $gposDir = Join-Path $scriptPath 'Files\GPOs'
Import-GPOs -gposDir "$gposDir"

$endTime = Get-Date -Format "yyyy-MM-ddTHH:mmK"
Add-Content -Path "$logFilePath" -Value "Finihs running script at: ${endTime}"
Add-Content -Path "$logFilePath" -Value "Finish running script at: ${endTime}"

0 comments on commit d5a2b98

Please sign in to comment.