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
Microsoft All-In-One Script Framework is providing a script sample request function. This is a proactive way for our IT community to obtain script samples for certain IT tasks directly from Microsoft.
IT Pros are encouraged to submit script sample requests dealing with any Microsoft products and any scripting languages to the TechNet Script Request Forum (http://gallery.technet.microsoft.com/scriptcenter/site/requests). At the same time, IT Pros can vote for newly submitted or existing script sample topics. Here’s the exciting part! In this active IT community, your script request may be quickly resolved by the strong MVPs and other community members. Microsoft engineers will also pick the requests with high number of votes and provide the script samples, free of charge.
We have a few suggestions for you in order that your request can be served at the earliest.
1. Before you open a new request, we suggest that you quickly search among existing script requests and vote them up.
In addition, the TechNet Script Center has provided over 7000 script samples. A quick search in this big script repository may give you surprises.
2. Please be specific about what the script sample is going to demonstrate. Here is an example of a good script request:
"I want a script sample that demonstrates how to change the background color of the Windows 8 start screen”.
General script requests such as “I want more script samples for Windows 8” will require more back-and-forth clarifications before our engineer can understand the actual script requirement and start to produce scripts.
3. If possible, please provide some proof that this script is needed by many IT Pros. The team prioritizes to produce scripts that can benefit more people. You may share the business impact of the script, or share the forum threads that are discussing the topic. For example,
"I want a script sample that demonstrates how to change the background color of the Windows 8 start screen. Many people are asking how to do this in the TechNet forum: http://social.technet.microsoft.com/Forums/en-US/w8itprogeneral/thread/a5699003-9233-4ddc-96fc-e3c1e4a2a81b”.
How are you prioritizing the script requests?
The higher the script request is voted, the higher priority will the team offer to handle, write and publish the script sample.
Besides the Script Request Service, Microsoft All-In-One Script Framework is also featured by creating scripts for frequently asked IT tasks in TechNet forums and Microsoft support calls. The team prioritizes to handle your script requests over the script topics collected from forums, in order to give you a better and faster service experience.
Meanwhile, with the launch of many new Microsoft products such as Windows 8, Windows Server 2012, Office 2013, etc, we prioritize to handle requests for these new products.
What happens after I submit a script request?
Microsoft All-In-One Script Framework Team is monitoring the script request forum everyday. Meanwhile, we have a very active and strong IT community in TechNet. MVPs and community members may share their scripts to help you.
If the script request gets more than 2 votes, and no script sample is posted to resolve the script request, Microsoft All-In-One Script Framework engineers will start to handle the request. They will first clarify the request with you when necessary, and research to see if any existing scripts can answer your requirement. If none of the existing scripts helps, the team will submit the script topic to the field experts at Microsoft and triage the script topic:
The field experts are Microsoft Escalation Engineers and the Product Group members. If the script request is declined by the field experts, we will share the reason of the decision, and expect your understanding.
Next, Microsoft All-In-One Script Framework engineers will start to produce the script sample. We will not keep you waiting for the complete script. You will receive “code snippets” from our engineers for your instant needs. The script sample will be tested by our testers, and reviewed by the field experts before publishing.
Throughout the process, the Microsoft All-In-One Script Framework engineers will keep you updated about the request status every few days. If you have any feedback, please email onescript@microsoft.com.
Acknowledgement
By taking this opportunity, the All-In-One Script Framework team wants to thank Don Totten and his TechNet Script Repository team for creating the Script Request Forum, and making it possible for us to launch the Script Request Service program.
Script of the Day
Script Download:DeleteTempFiles.ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-clean-up-temp-49cbeb70
As we all know, when the IE browser is running for a long time, it will produce some temporary files, which make the IE browser become more and more slowly .Meanwhile after the system operating for a long time ,it can also produce some temporary files . But deleting them manually is too annoying .This script is convenient for you to solve this problem.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download:SetColumnDefaultValue.ziphttp://gallery.technet.microsoft.com/scriptcenter/Default-value-for-3e40ec31
Sometimes, we want to set the default value for site column. This script is to set the default value for site columns.
Script Download:AutomaticallyInstall.ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-auto-install-NET45-bdb4bf1f
This PowerShell script demo shows how to download NET4.5, PowerShell 3.0 and KB2592525, and install them on the server automatically.These softwares must be required, so if it can do, it will be convenient.
Script Download:RemoveInvaildShortcutInStartScreen.ziphttp://gallery.technet.microsoft.com/scriptcenter/Delete-invalid-shortcut-on-c825639d
Sometimes when you uninstall software on your computer, even though the software is uninstalled successfully, it leaves some shortcuts that were created behind in your computer. These shortcuts do not work as the main software is uninstalled. Perhaps you move a file or a folder to a different location, the shortcut to that file or folder becomes invalid as it still points to the earlier location.
Script Download:AddhidefilesToContext(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Add-showhide-hidden-files-e732fbd1
Sometimes, a user may want to show hidden files and then hide them again later. This process can be tedious by using the UI in Windows 8.