Check the definition of $RootPath. It should point to the server\share where your script, config, and template files exist.

In the vault example, there are two declarations, one that points to the real location and a second that points to the current folder, used for debugging.
 Code:
$RootPath = '\\lgfileserver1\libgo\EMailSigs\'
; ====================================================================== 
$RootPath = '.\' ; for debugging 
You need to edit the first one to point to your network location and comment out the second one.

This, aside from defining the template and config file, is the only customization that should be needed.

Glenn

_________________________
Actually I am a Rocket Scientist! \:D