• [Script of Jun. 21] Insert pictures in a folder into a Word document (VBA)

    Script Download: AddImageToWord(VBA).zip
    http://gallery.technet.microsoft.com/scriptcenter/Insert-pictures-in-a-ac9d73fa

    This VBA sample shows how to insert many pictures in a folder into a Word document by one picture per page.

    Customers have multiple pictures in a folder and they need to automatically insert one picture per page in Word as it will take a lot of time if operating from UI. So they need a script to accomplish that.

    image image
    image

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

  • [Script of Jun. 20] Change Default Paper Size in Word (VBA)

    Script Download: ChangePaperSize(VBA).zip
    http://gallery.technet.microsoft.com/scriptcenter/Change-Default-Paper-Size-451f74f8

    This VBA sample shows how to Change the default paper size in Word such as Letter to A4, A4 to A5.

    Many users asked this question about how to change the default paper size (Letter) to others (A1, A2...B1, B2...) automatically.

    image image
    image

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

  • [Script of Jun. 19] 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. 18] 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. 17] Change the background color of the Windows 8 Start screen (PowerShell)

    Script Download: ChangeWin8StartScreenBackColor(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Change-the-background-b6807576

    This sample shows how to change the background color of a Windows 8 Start screen by using a PowerShell script.

    IT administrators can use this script to adjust the background color of the Windows 8 Start screen for a group of computers to keep the user experience consistent.

    image image
    image

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