Managing email signatures?
Click download Free Trial
Manage Email Signatures centrally from your Desktop - For All Users
extend your brand and promote your products, services, special events and news
 
The Ultimate Resource for eMailSignaturer eMailSignature Wiki Add URL in your RSS reader Send answers to my inbox Add URL in your RSS reader Get answers  RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Deleting custom user signatures

 
Post new topic   Reply to topic    email signatureManage Email Signatures centrally from your Desktop - For All Users Forum Index -> Outlook Email Signature Tools
View previous topic :: View next topic  
Author Message
Sander Kuilman
Just popping in


Joined: 05 Mar 2008
Posts: 3
Location: Groningen

Posted: Wed Mar 05, 2008 9:57 am    Post subject: Deleting custom user signatures Reply with quote

I made a vbs script that removes the custom user signatures.

Copy paste the script into a file and name it signaturedelete.vbs for example.
U can than run the script during logon using a GPO.
U can also run it with a batch file. U than have to add: "cscript //nologo \\servername\SYSVOL\domain.local\scripts\signaturedelete.vbs"
to the batch file (without the quotes and the correct server and domain name)

For English Outlook:
------------------------------------
Dim FSO, Folder
set FSO=CreateObject("Scripting.FileSystemObject")
Set objNetwork = WScript.CreateObject("WScript.Network")
strUserName = objNetwork.UserName
Folder="C:\Documents and Settings\" & strUserName & "\Application Data\Microsoft\Signatures"
FSO.DeleteFolder(Folder)
------------------------------------

For Dutch Outlook:
------------------------------------
Dim FSO, Folder
set FSO=CreateObject("Scripting.FileSystemObject")
Set objNetwork = WScript.CreateObject("WScript.Network")
strUserName = objNetwork.UserName
Folder="C:\Documents and Settings\" & strUserName & "\Application Data\Microsoft\Handtekeningen"
FSO.DeleteFolder(Folder)
------------------------------------
Back to top
View user's profile Send private message
Jesper Frier
Certified Professional
Certified Professional


Joined: 09 Sep 2006
Posts: 1925
Location: Stoevring, Denmark

Posted: Sun Mar 23, 2008 1:45 pm    Post subject: Deleting custom user signatures Reply with quote

This feature is included in version 5.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Manage Email Signatures centrally from your Desktop - For All Users Forum Index -> Outlook Email Signature Tools All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Add URL in your RSS reader | About Us | Terms and conditions | © 2012 eMailSignature Aps.