Get-RequestRow fails to convert date with current code, when user regional settings are something other than English (US).
When changing [cultureinfo] reference to [Globalization.CultureInfo]::CurrentCulture, the code would work with any regional setting.
Get-RequestRow fails to convert date with current code, when user regional settings are something other than English (US).
When changing
[cultureinfo]reference to[Globalization.CultureInfo]::CurrentCulture, the code would work with any regional setting.