Nov 16 2022 01:42 AM
Hello,
I'd like to get all my "text" in uppercase right before sending it to CSV.
Is this possible and how? (I don't want to do it anytime earlier in my script). I know the "string".ToUpper() method but no idea how to use something similar here.
$hash.GetEnumerator() | Sort-Object $_.keys | ForEach-Object{[PSCustomObject]$_.value } | Sort-Object TimeID -Descending | Export-Csv "$hash" -NoTypeInformation -delimiter ";"
Thank you.
Jan 16 2023 04:30 AM
SolutionJan 25 2023 12:34 AM
Jan 16 2023 04:30 AM
Solution