Hello I have tried the following on PowerShell v4 and v2 but it is not working for me
$Array = @(1,2,3)
$OSF = ", "
write-host $Array
I get
1
2
3
Instead of
1, 2, 3
Any ideas please
Thanks
AAnotherUser__
Hello I have tried the following on PowerShell v4 and v2 but it is not working for me
$Array = @(1,2,3)
$OSF = ", "
write-host $Array
I get
1
2
3
Instead of
1, 2, 3
Any ideas please
Thanks
AAnotherUser__