mmashwani wrote:
Changing the line to this will fix the problem. I will integrate this fix into next version of the toolkit:Thanks![string]$envUserDomain = $env:USERDOMAIN | Where-Object { $_ } | ForEach-Object { $_.ToUpper() }