I'm very new to Powershell and need a very basic help.
I have a list of values as rows and want to make it as a string. Below is the list of items:
1011
1012
1013
1014
2014
I need to make this as 1011,1012,1013,1014,2014 and assign it to a variable.