MoveSysvol – Automate the relocation of the Sysvol folder

MoveSysvol automated by Shaun Vermaak is a batch to automatically relocate the Sysvol folder as perĀ http://support.microsoft.com/kb/842162

The following must be in the working folder or in path:
MoveSysvol.bat
SetFRS.vbs
sysvol.inf
linkd.exe (Not included)
robocopy.exe (Not included)

Usage: MoveSysvol.bat OLDSYSVOLPATH NEWSYSVOLPATH DOMAINFQDN
Example: MoveSysvol.bat C:WindowsSYSVOL D:SYSVOL TESTDOMAIN.COM

Attachment(s):
[list-attachments]

SetDevicePath – Automates the building of the DevicePath variable in registry from a specified path

SetDevicePath by Shaun Vermaak is a script to automatically build the DevicePath variable in registry from a specified path
. Very useful in SysPrep process (Replaces OEMPnpDriversPath in SysPrep.inf)

Usage: CScript SetDevicePath.vbs /DriverFolder:PATHTODRIVERS

Attachment(s):
[list-attachments]

MailboxCreationTime – Get the mailbox creation timestamp from a Microsoft Exchange Server

MailboxCreationTime by Shaun Vermaak (modified from broken script by unknown author) is a script to get the mailbox creation timestamp from a Microsoft Exchange Server.

Note that it must be executed in the context of an user account that has full mailbox rights

Usage: CScript.exe MailboxCreationTime.vbs /ServerName:SERVERNAME

Attachment(s):
[list-attachments]

SetRMPassword – Reset the Recovery Mode password on a Microsoft Active Directory Domain Controller

SetRMPassword by Shaun Vermaak is a script that automates ntdsutil.exe to allow a single line command to reset the Recovery Mode password on a Microsoft Active Directory Domain Controller

False positive on some Anti-Virus products so both compiled- and auto-it script is included in the download

Usage: SetRMPassword.exe PASSWORD

Attachment(s):
[list-attachments]