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: 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.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: GetOSCEXODeliveryReport.ziphttp://gallery.technet.microsoft.com/scriptcenter/Retrieve-Message-Delivery-3cc1a5e2
Currently, you find you can use Search-MessageTrackingReport and Get-MessageTrackingReport to get message delivery report. But when you are processing the results, you find it requires advanced scripting skills. So you want to find an existing script that can meet your request.
Script Download: SetOSCEXORetentionPolicyTag.ziphttp://gallery.technet.microsoft.com/scriptcenter/Set-User-Retention-Policy-b9883452/
Currently, you can easily set email messages with retention policy enabled in Outlook and Outlook Web App (OWA). But you find it is not very convenient to set retention policy for email messages in a specific time range. You want to find a workaround to solve this problem.
Script Download: GetADUserGroup.ziphttp://gallery.technet.microsoft.com/scriptcenter/Export-nested-groups-of-36e761f1
There are many customers ask for a script for get bulk users nested groups. It is useful to create a script in the gallery.
Script Download: TestWebservice.ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-verify-web-ceb46109
Sometimes, IT admin want to know the web service is running or not. This script is to accomplish it.