10 SharePoint 2007 Admin shortcuts
Posted by sharepoinTony on November 18, 2009
Shortcuts that can help you get to pages you need when working on your SharePoint 2007 sites.
- Save Site as Template: _layouts/savetmpl.aspx
- Jump to Settings page: _layouts/settings.aspx
- Site Template Gallery : _catalogs/wt/Forms/Common.aspx
- List Template Gallery: _catalogs/lt/Forms/AllItems.aspx
- Web Part Gallery: _catalogs/wp/Forms/AllItems.aspx
- Master Page Gallery: _catalogs/masterpage/Forms/AllItems.aspx
- Add web parts to any page: ?PageView=Shared&ToolPaneView=2
- Manage your Alerts (2003 & 2007): _layouts/1033/MySubs.aspx (2003) and _layouts/SubEdit.aspx (2007)
- Web Part Page Maintenance: ?contents=1
- IISReset can get annoying, every time you deploy new functionality you hit IISReset, and you wait.
A much quicker way is to recycle only the application pool instead of issuing an IISReset. In order to recycle just the application pool, you can use the following command:
cscript c:\windows\system32\iisapp.vbs /a ”[App_Pool_Name]“ /r
Added bonus:
Sorry, the comment form is closed at this time.

