• [Script of Jul. 17] Script to disable or re-enable account by date in Active Directory (PowerShell)

    Script Download: SetADAccount(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-disable-or-re-4e7bda2f

    The script documentation describes how disable or re-enable accounts by a specified date.

    This script allows for IT administrators to disable or re-enable accounts at specific time by using Windows PowerShell.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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 asked question in many public forums.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Jun. 27] How to Clear Printing Subsystem (VBScript)

    Script Download: FixPrinter(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/How-to-Clear-Printing-bf0a9fd0

    This script is used to clear Printing Subsystem.

    Generally, to clear existing printing related components, several steps are required. The steps can easily be followed on individual systems. However, if there are hundreds of computers in the domain and they have the same printing issue, it may be hard to resolve. The script can help domain administrators to clean the printing subsystem for multiple computers easily.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Aug. 19] Script to fix the issue described in KB 982021(VBScript)

    Script Download: FixIssuesDescribedinKB982021(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-the-issue-db85fc6f

    This sample can help you to check and change the NTLM setting in Windows Server. It shows how to get the NTLM setting in Windows Server and fix the issue described in KB 982021 by using VBScript.

    You have Microsoft Lync Server 2010 Front-End Server or Microsoft Lync Server 2010 Edge Server installed on Windows Server 2008 R2 with NTLM SSP set to 'Require 128-bit encryption'. This will prevent pre-Windows 7 clients from joining online meetings. You can run this script to check and change the NTLM setting to fix this issue. 

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Aug. 20] Get the Total Number of Printers Hosted on a Print Server (VBScript)

    Script Download: GetTheCountOfPrintersHostedOntheServer(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-the-Total-Number-of-62aaa322

    This sample can help you to get the total number of the printers hosted on your print Server by using VBScript.

    It is important to note that the primary limitation of the print server in this configuration is related to remote management and not the result of constraints imposed by the print server hardware or core spooler component. Specifically, when you are viewing and sorting columns in the Printers and Faxes folder, the Server may begin to experience delays if it is hosting more than 1,500 printers. You can run this script to get the total number of the printers hosted on your print Server. 

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery