• [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 Jun. 28] How to Clear Printing Subsystem (PowerShell)

    Script Download: FixPrinter.zip
    http://gallery.technet.microsoft.com/scriptcenter/How-to-Clear-Printing-93eb5ebc

    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 Jun. 3] Reset password for all specified users

    Script Download: ResetPassword.zip
    http://gallery.technet.microsoft.com/scriptcenter/Reset-password-for-all-412fbc72

    The script will reset password for users in specified OUs, or in a given CSV file.

    IT Administrators may want to reset password for a large number of users in company.  It will cost too much time to set new password one by one. Sometimes the new password should be a random password and different for every user.  It’s easy to make mistake in manually way.

    image image
    image

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

  • [Script of Jun. 4] Start a SharePoint Designer Workflow on Multiple List Items

    Script Download: StartWorkflow.zip
    http://gallery.technet.microsoft.com/scriptcenter/Start-a-Workflow-on-120bffe5

    This script can start a SharePoint Designer workflow on Multiple List Items in Microsoft SharePoint Server 2010.

    In a real world, you may need to start a workflow on multiple list items. It will be a heavy task if you do it manually, so you are looking for a script to complete this task.

    image image
    image

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

  • [Script of Jun. 5] Add 'Take Ownership' to context menu (VBScript)

    Script Download: Add'takeownerShip'ToContext(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Add-Take-Ownership-to-7b1e66ac

    The goal of this script is adding 'Take Ownership' to context menu in Windows 8.

    In Windows 8, when you want to delete and copy some files and folders, it will show that "you do not have permission to delete or move it”. That is because you are not the owner of the file or folder. This script is to add 'Take ownership' to context menu so that you can easily change the owner to current user.

    image image
    image

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