I'm trying to copy Outlook signature files from the local machine to the Terminal Server, and so once the files are copied the signatures will be automatically enabled in Outlook.
I created a script to copy the signature files. Does anybody know how can I copy the registry value?
That code gets the value on the local machine, how can I get it on the Terminal Server?
dim $var
$var=ReadValue('HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\MailSettings','NewSignature')
$var
return
If anybody has another ideas please share the knowledge.
Thanks