A change needs to done to a Multi-String, I have the code and it works but with one side effect that is causing problems. Its placing a Null entry so when you look at the key after running the script you have two entries.

Any ideas of how to get around this?

My Code is as follows:

WRITEVALUE("HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Client\Sites","Site List","200", "REG_MULTI_SZ")

Thanks