Hello, last time i need to identify all Publishing Pages in a site collection and do some actions on all of them. Therefore i wrote a short tool for this. To do this action you can normally use more than one way to reach the target. But in my case the site collection has a…
Tag: Content Deployment
How to extract WSP Files from SharePoint?
Hello @all, today I want to publish my tool on MSDN Code Gallery. In the past I found some SharePoint Server were nobody has the customization stored in a separate Storage. This tool "SharePoint Farm Solution Extractor" will extract/download the installed solution as wsp file from SharePoint Farm to a specified path. In farm Migration…
Central Admin: Batch Site Manager
Hello @all, after installing Administration Toolkit v3 I found a very nice function inside MOSS Central Administration/Applications tab, it’s called Batch Site Manager with "Move, Lock and Delete Site Collections" In the UI you find the stsadm -o mergecontentdbs functionality but it’s not stsadm mergecontentdbs. Additionally you have the same limitation like mergecontentdbs like lock…
Content Deployment – 404 error
With my 2nd post I want to tell you the story of a content deployment problem running on Windows Server 2008 with IIS 7. In a simple description content deployment runs in these phases: 1. Data export 2. Compressing data 3. Transmit data to target 4. Import data In SharePoint UI I get the following…