Open PsCustomObject opened 5 years ago
Original line 601:
$exportDate = (Get-Date -Format G) -replace ":", "."
Should be:
$exportDate = (Get-Date).tostring("yyyy-MM-dd-hh-mm-ss")
This is to accomodate different cutltures
Original line 601:
Should be:
This is to accomodate different cutltures