We offer two things:
1. Hundreds of automation script samples based on IT Pros' frequently asked IT tasks
2. Script Browser & Script Analyzer tools to ease and improve the script writing
Script of the Day
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-extract-metadata-bdd38e62. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This T-SQL script will extract metadata about reports.You can use this script for reference when you want to find information about dataset, data source of a report.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-extract-reports-to-5cb7c47a. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This script is to help Exchange Administrators to generate a utilization report of organization's DG. And this script can generate a report with message details sent or received from a DG.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-get-detailed-ac767add. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This T-SQL script will demo how to get detailed information of a SQL server, including SQL server version and the installation path, number of CPU, path of all user database and log files of all databases.
As many people ask how to get general information of SQL Server, this script will demo how to get detailed information of a SQL server, including SQL server version and the installation path, number of CPU, path of all user database and log files of all databases.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-retrieve-the-IP-5781fc88. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This PowerShell script shows how to get the IP address from virtual machines.
IT admins usually maintain multiple virtual machines. Getting the IP addresses of multiple virtual machines is not convenient.Using this script can easily to maintain and check virtual machines' info.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-retrieve-a-list-of-da0fa284. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
This PowerShell Script sample shows how to get a list of active directory Sam Account names based on display names.