Ya I think that I am going to need to review my script and see where I need to have the name of a server inputted as the ini file that Allen has provided above is a very very long script and I don't think that I need an array. All I need in the actual script is to say WSUS server is $Servername + "\xyz" kind of thing.

I just need to find a way to define $servername. I might have a look at how I did the printers as I created text files with the printer names for each client and all I did was run the udf at that point in the script. I can do the same thing for the servername in theory. In addition I can perhaps do @domain\path name instead of \\servername\pathname.

I will review this when I go on holiday next week.