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 http://gallery.technet.microsoft.com/How-to-add-a-User-into-054d0576. 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 allows to add or modify Role Definition/Permission Level, add a new SharePoint Group or use existing group to associate the SharePoint Group with the new Role Definition/Permission Level and add the a user to the group.
There are various situations where a SharePoint admin or a site owner wants to create new permission level with custom permissions and then associate the permission level to a specific group. You may also want to add specific users to the group to complete the task by giving the right permissions to the right set of users and at the same time controlling the permissions at one role definition/permission level. This script allows you to create or modify permission level with desired permissions, lets you add new group or use existing group to associate the group to the permission level created earlier and finally lets you add new users to the group to give them the right set of permissions.
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 http://gallery.technet.microsoft.com/How-to-set-SharePoint-Pool-314dd031. You can also use Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.
The goal of this script is to set SharePoint application pool identity in IIS Pool.
When we change the IIS Pool identity password, the site will not be visited unless we reset the identity. This idea is to reset the identity for all SharePoint application pools.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-change-upload-file-553aec27. 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 change upload file limit in specified Webapllication in SharePoint.
Changing the upload file limits need several steps by using GUI. So a script will be better instead.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-lock-the-homepage-c5209545. 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 shows how to lock the homepage in Internet Explorer.
Some applications will change customers' IE homepage. This script is to lock IE homepage.
Script Download: The script is available for download from http://gallery.technet.microsoft.com/How-to-check-if-Windows-is-b566d0bb. 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 sample shows how to check if Windows is activated on one or more computers.
In a real world, sometimes IT admins need to audit all of computers whether if activated. They usually remote each one to check it. This script will report the currently or remotely computer license activation state.
As well as being a useful test while you are building a new server, you can also use it to test the setup of your whole estate.