Browse by Tags

All Tags » Sharepoint (RSS)

Create Policies for Sharepoint and Powershell 1.0 by steve schofield

[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint") [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint.Publishing") $SiteURL = " http://www.example.com " $site = new-object Microsoft.SharePoint.SPSite($siteURL...
Filed under: ,

Day of .NET summary by steve schofield

Attending a local event such as Code Camp, Day of .NET or something similar can be a great way to keep up-to-date on technologies you don't work with everyday. These events are usually one day, free of charge and contain a lot of great information. I...
Filed under:

Cache profile links in MOSS by steve schofield

I was working in MOSS recently and couldn't see the Caching links. After I activated the Office SharePoint Server Publishing Infrastructure feature, the three Caching links didn't show up. I can access them directly. Here are the links. Output Caching...
Filed under:

Couple of good Sharepoint links by steve schofield

I'm working on hardening a sharepoint environment. Here is a good reference. Hardening a system. http://technet.microsoft.com/en-us/library/cc262834.aspx Debugging errors under the covers. (This was handy) http://www.sharepointblogs.com/michael/archive...
Filed under:

View MOSS list in datasheet view by steve schofield

One of the powerful things about WSS / MOSS is editing list in datasheet view. It's like working with a spreadsheet except it's on the site. I recently got a new laptop and couldn't do this. The error listed below came up. "The list cannot be displayed...
Filed under:

MOSS, multiple forests and one-way trusts by steve schofield

I ran into an issue when working on a MOSS farm with the December update for MOSS . Before applying the update, I was running a basic x64 install with SP1. The farm with MOSS had a one-way trust to a user-based domain. The user-based domain didn't trust...
Filed under:

Bob Fox Backup and Restore Video by steve schofield

I'm coming up to speed on MOSS and Bob Fox has a straight-forward 20 minute video on backup and restore for MOSS. He shows how use stsadm and the UI. It was a good overview for those coming up to speed on MOSS. http://video.msn.com/video.aspx/?mkt=en...
Filed under:

Reset the Default AAM (alternate address mapping) by steve schofield

I needed to update the 'Default' Alternate Address Mapping stsadm -o addzoneurl -url http://www.example.com -urlzone default -zonemappedurl http://www.example-new.com Hope this helps someone. Steve
Filed under:

Reference for setting the path variable. by steve schofield

Since I pretty much do a lot with stsadm. It's work adding the 12 hive to the %PATH% @set PATH=%PATH%;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN SS
Filed under:

Powershell, Sharepoint and granting SPBasePermissions by steve schofield

Over the last few months, I've been learning how to automate Sharepoint installs and perform base configurations. Between psconfig , stsadm and stsadm extension by Gary LaPoint, I've been able to achieve pretty much a scripted install. Most of the configuration...
Filed under: ,
More Posts Next page »