
Microsoft IT recently completed its migration to SharePoint 2010. When sensible, the team automated its process to improve efficiency. This 10 minute video shows you how to use SPAuto (available on
CodePlex) to setup your SharePoint farm.
eeb188e0-4d65-4f86-9736-c09ab9a5f9e7|0|.0
This is the collection of slides and scripts from the November 2008 presentation I gave for the Capital Area SharePoint SIG.
Updated January 2009 for SharePointSaturday
This includes
- Slides and additional links for more information
- get-webservice and invoke-webservice (both from nivot.org)
- SecurityMap.ps1
- sign-file.ps1
Download slides and scripts
Visit my del.icio.us profile for my favorite SharePoint and Powershell links.
4c9042ab-c1e4-476d-a78d-f04c7e69eff6|0|.0
I talked about filling in the gaps in MOSS in an earlier article. This is a script that helped us in troubleshooting security issues. We were iterating through our sites to present custom navigation, and the nav menu would break if the sites permissions had changed. This quickly became not fun, so I created this powershell script that will identify sites with custom security (as opposed to inheriting from the parent).
These types of scripts also become useful two years later. The site has been in production for a while, people of come and gone, new groups have built new ideas on new sites and your security team/auditor/nosy manager wants to know who has access to what sites. That is not fun to compile by hand.
This script takes two parameters -URL (the top level web application you want to audit) and -LogFile (the path to the html file the script will create)

SecurityMap.zip (1.43 kb)
1e753880-8880-4df9-afdf-9501f040ff1d|0|.0