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: SetADAccount(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-disable-or-re-4e7bda2f
This script allows for IT administrators to disable or re-enable accounts at specific time by using Windows PowerShell.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ConvertWordDocumentToPDF(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-convert-Word-f702844d
Converting Word document to PDF file is a frequently asked question in many public forums.
Script Download: ConvertTXTFileToWordDocument(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Batch-convert-txt-files-to-d7f53cb9
This script shows how to convert many .txt files to Word documents by using Windows PowerShell.
Script Download: OfflineModeinOutlook(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-Outlook-in-ca1c6959/
Some of users want to set the Offline mode in Outlook via script due to automation task. This script sample can enable offline mode in outlook.
Script Download: CheckIndexesIssues.ziphttp://gallery.technet.microsoft.com/scriptcenter/Check-database-indexes-b9a19d0f
This script will demonstrate how to list all the tables in a database with following situations:
We provide this script for people to reference. If someone wants to know tables with no index or clustered index, or tables with more indexes than columns, this script will provide some help.