• [Script of May 10] Get logins, databases users/roles and object level permission (T-SQL)

    Script Download: LoginUserRolePermission.zip http://gallery.technet.microsoft.com/scriptcenter/Get-logins-databases-816f66b2/ This script contains three code parts, one to get the result of server level logins and related roles, one to get the result of user databases’ users and related roles...
  • [Script of May 29] Retrieve all local user accounts information on remote computers (PowerShell)

    Script Download: GetLocalAccount.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-retrieve-all-b70a1dba This PowerShell Script shows how to retrieve all local user accounts information on remote computers. An enterprise uses Active Directory to manage users and groups, but still...
  • [Script of May 20] Create a Shutdown/Restart/Logoff Windows 8 Tile for the Start menu (VBScript)

    Script Download: CreateWindowsTile (VBScript).zip http://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-b4d75991 This VBScript shows how to create a Shutdown, Restart and Logoff Windows 8 tile to the Start menu. In Windows 8, without a Start button, properly shutting down...
  • [Script of May 9] Script to remove Internet Explorer in Windows 7 (VBScript)

    Script Download: RemoveInternetExplorer(VBScript).zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-remove-Internet-10785136/ This VBScript demo shows how to remove Internet Explorer in Windows 7. In some situations, customers need to uninstall Internet Explorer 9 to fix crash issue...
  • [Script of May 6] Check SQL Server a specified database index fragmentation percentage (SQL)

    Script Download: IndexFragmentation.zip http://gallery.technet.microsoft.com/scriptcenter/Check-SQL-Server-a-a5758043 This T-SQL sample script illustrates how to check index fragmentation of a specified database in SQL Server. This script can be used for checking index fragmentation percentage...