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 https://gallery.technet.microsoft.com//How-to-update-properties-4cb49c72. 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 could be used to modify properties for a particular web part in a Site Collection in Microsoft SharePoint Server 2010.
In a real world, IT Administrators have to modify web part properties for different kinds of reasons. Since the web part which associated to a specific list could be contained in a lot of pages. It will be a heavy task if we want to find these pages manually, so the IT Administrators need a script to complete this task.
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 https://gallery.technet.microsoft.com//How-to-associate-the-0e1e1535. 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 could be used to modify workflow association for one list or content types in Microsoft SharePoint Server 2010.
After IT Administrators have created a reusable workflow with Microsoft SharePoint Designer 2010, sometimes they need to deploy workflow to dozens of sites. With the help of this script, they can standardize the deployment process.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//How-to-check-SQL-Server-ad328a54. 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 can be used to check your SQL Server encryption certificates without backup issue.
This script can be used to identify the certificates used in TDE (Transparent Data Encryption) which have not been backed up and then list the affected databases.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//Search-for-Email-Messages-b56979d0. 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 searches for email messages that have a retention tag in Office 365 Exchange Online. This script returns email messages from multiple mailbox folders by default. You can use retention period rather than retention tag name to search.
Currently, you can easily search email messages that have a retention tag in Outlook. But you will find that this feature is not available in Outlook Web App (OWA). You want to find a workaround for those people who use Outlook Web App only.
Script Download: The script is available for download from https://gallery.technet.microsoft.com//Get-the-information-of-fa6f4b6e. 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 information of used/free space of all SQL Server databases in multiple instances.
Some people ask how to get the information of used/free space of all SQL Server databases in multiple instances. This script will demo how to get this by using PowerShell.