johnbender.us

recent / categories / archives

SharePoint Site permissions STSADM extension

For the SharePoint developer’s group I run in NYC I created a quick STSADM extension that outputs all of site, subsite, list, and list item permissions for a given SharePoint site.

By piping this output into a file you can create a baseline to compare to at a later date with something like winmerge. Thus you have a simply way to verify your site permissions should you need to.


RyC Unit Testing Utility

I started this project a long time ago to learn Ruby and never got around to making it really useful. Well I just resurected it and I think it could be useful for people working with C.