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