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: ChangePaperSize(VBA).ziphttp://gallery.technet.microsoft.com/scriptcenter/Change-Default-Paper-Size-451f74f8
Many users asked this question about how to change the default paper size (Letter) to others (A1, A2...B1, B2...) automatically.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: FixPrinter(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-Clear-Printing-bf0a9fd0
Generally, to clear existing printing related components, several steps are required. The steps can easily be followed on individual systems. However, if there are hundreds of computers in the domain and they have the same printing issue, it may be hard to resolve. The script can help domain administrators to clean the printing subsystem for multiple computers easily.
Script Download: FixIssuesDescribedinKB982021(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-the-issue-fc542261
You have Microsoft Lync Server 2010 Front-End Server or Microsoft Lync Server 2010 Edge Server installed on Windows Server 2008 R2 with NTLM SSP set to 'Require 128-bit encryption'. This will prevent pre-Windows 7 clients from joining online meetings. You can run this script to check and change the NTLM setting to fix this issue.
Script Download: EnableCrossDBOwnershipChainingRtcdyn.ziphttp://gallery.technet.microsoft.com/scriptcenter/Enable-cross-DB-ownership-5b175416
System administrators may encounter that Lync servers are not working properly due to Rtcdyn database option, “cross DB ownership chaining” is disabled. We can create PowerShell script to help them to enable this option automatically.
Script Download: Add'takeownerShip'ToContext(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Add-Take-Ownership-to-7b1e66ac
In Windows 8, when you want to delete and copy some files and folders, it will show that "you do not have permission to delete or move it”. That is because you are not the owner of the file or folder. This script is to add 'Take ownership' to context menu so that you can easily change the owner to current user.