• [Script of Nov. 22] Retrieve a list of Active Directory User based on Display Names (PowerShell)

    Script Download: 22221.zip http://gallery.technet.microsoft.com/scriptcenter/Retrieve-a-list-of-Active-90c533a2 This PowerShell script sample shows how to get a list of active directory Sam Account name based on display name. This PowerShell script sample shows how to get a list of active directory...
  • [Script of Nov.21] How to add credentials to the Windows Vault (PowerShell)

    Script Download: 22165.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-add-credentials-to-c8e9bd5f This PowerShell script shows how add credentials for specific users. There is no need to manually add credentials using control userpasswords2>Advanced>Manage Passwords>Add a...
  • [Script of Nov.7] Check pre-requisite fixes on a system for SQL Server 2012 AlwaysOn(PowerShell)

    Script Download: CheckPre-requisiteFixesSQLServer2012AlwaysOn.zip http://gallery.technet.microsoft.com/scriptcenter/Check-pre-requisite-fixes-d5843842 This sample script checks pre-requisite fixes for AlwaysOn in SQL Server 2012. These fixes are publicly documented in http://technet.microsoft.com...
  • [Script of Nov.1] Batch convert .txt files to Word documents (VBA)

    Script Download: ConvertTxtToWord(VBA).zip http://gallery.technet.microsoft.com/scriptcenter/Batch-convert-txt-files-to-8b945d5e This VBA sample shows how to convert ‘.txt’ files (in a folder) to Word documents. Batch converting ‘.txt’ files to Word documents is a frequently...
  • [Script of Nov. 25] Check the state of all instances in a SQL Server (PowerShell)

    Script Download: 22123.zip http://gallery.technet.microsoft.com/scriptcenter/Check-the-state-of-all-1ad2f8d2 This PowerShell script will check the state of all instances in a SQL Server. It will list the name, start mode, state and status of all the instances in a local machine. If there is no instance...