• [Script of Jun. 13] Auto adding computer to AD groups during deployment (VBScript)

    Script Download: AddComputerToGroup(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Auto-adding-computer-to-AD-dd4b4df5

    The goal of this script is adding computer to AD groups during deployment.

    There are many scenarios where there is a need to add a computer to an AD-group during deployment, for instance to enable the computer to use a wireless network or adding the computer to an application group.

    image image
    image

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

  • [Script of Jun. 14] Auto adding computer to AD groups during deployment (PowerShell)

    Script Download: AddComputerToGroup(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Auto-adding-computer-to-AD-6ffa96bb

    The goal of this script is adding computer to AD groups during deployment.

    There are many scenarios where there is a need to add a computer to an AD-group during deployment, for instance to enable the computer to use a wireless network or adding the computer to an application group.

    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

  • [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. 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