The script output is UserName:ServerName and I want to split the results at the colon onto two elements in the array, the first is the UserName and the second is the ServerName.

For the purpose of just testing my logic, I was outputting the results of each element to the screen.