Update KillTrackR_MainScript.ps1

This commit is contained in:
Koda-Dog 2025-01-31 21:12:52 +01:00
parent 799cbc21c9
commit 455a6d7511

View file

@ -634,13 +634,6 @@ function Write-CSVData {
[string]$csvFile
)
# JUMP redundant
#foreach ($property in $csvData.PSObject.Properties) {
# if ($property.Value -is [string]) {
# $property.Value = $property.Value -replace ',', ''
# }
#}
if (-Not (Test-Path $csvFile)) {
$csvData | Export-Csv -Path $csvFile -NoTypeInformation
} else {