• [Script of Feb. 14] Create a Shutdown/Restart/Logoff Windows 8 Tile for the Start menu (PowerShell)

    Script Download: CreateWindowsTile.zip http://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-37c8111d This PowerShell Script shows how to create a Shutdown, Restart or Logoff Windows 8 tile for the Start menu. Many users would like to shut down or reboot Windows 8 in just...
  • [Script of Feb. 13] Script to configure virtual memory page file size (PowerShell)

    Script Download: AdjustVirtualMemoryPagingFileSize.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-configure-e8d85fee This PowerShell Script illustrates how to adjust virtual memory page file size. During deployment, customers want to adjust virtual memory page file size on several...
  • [Script of Feb. 12] How to create home folder and grant the appropriate permission to users

    Script Download: CreateHomeFolder.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-create-home-folder-d968f1d4 This script could be used to create folder for a one to one correspondence user. Also assign the appropriate permissions to each folder, that only the exact user and specified...
  • [Script of Feb. 11] Check out how many users or computers are authenticated in a given DC

    Script Download: UsersAreAuthenticatedInDomainController.zip http://gallery.technet.microsoft.com/scriptcenter/Check-out-how-many-users-05a8b499 This PowerShell Script illustrates how to check that how much users are authenticated in Domain Controllers. In many cases, if user wants to check how...
  • [Script of Feb. 10] How to back up SQL Server databases in all the instances on a server(PowerShell)

    Script Download: BackupDBsOnInstances.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-back-up-SQL-Server-a997fde9 This PowerShell script will demo how to back up all the SQL Server databases in all the instances on a server. As some people asked how to back up databases from multiple...