Links to Information about Records Management with MOSS 2007

Here are some handy links to Records Management with Microsoft solutions, primarily MOSS 2007: Microsoft Records Management Team Blog – http://blogs.msdn.com/recman/ TechNet Webcast: Compliance and Records Management with Office SharePoint Server 2007 (Level 200)   – http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?culture=en-US&EventID=1032326664&CountryCode=US Whitepaper on Successful Records Continue reading Links to Information about Records Management with MOSS 2007

More PowerShell Scripting for MOSS

Here are some examples of working with MOSS lists via PowerShell. All of these assume that Get-SPWeb() is defined. You can get that from http://sharepoint.microsoft.com/blogs/zach/Lists/Posts/Post.aspx?List=90bbfd11%2Dc9a5%2D45cf%2Da77e%2D19559aae81ae&ID=7. Adding a Calendar list to an SPWeb function global:Add-Calendar($url,$title){     $destWeb = get-SPweb -url $url Continue reading More PowerShell Scripting for MOSS