Outlook Signature This is a script for generating a unique Outlook signatures for users based on their information taken from Active Directory. For source files you should create an .html, .rtf and .txt files like these templates where using Microsoft Word create for each of entries corresponding bookmarks. The simplest way...
Adding a Domain Group to the Local Admins Group I’ve needed to add a new domain group to local administrators group for this I’ve used ADSI. This script adding domain group on all PCs with XP Professional in our environment and it’s logging all PCs to txt file. # Add a domain user (group) to the local Administrators group on the local...