Browse by Tags

All Tags » MOSS (RSS)

Combining the MOSS Feature Generator with WSPBuilder

The MOSS Feaure Generator is very well suited to be used with the WSPBuilder. One using both in a combination, you can get from zero to solution packaged feature in minutes. All you need to do is generate the features in the directorystructure required bij WSPBuilder. You can find both at CodePlex: http://www.codeplex.com/wspbuilder http://www.codeplex.com/mossfeaturegenerator Alfred Posted on SharePoint Blogs...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Hidden list named "User Information List"

"In case if you don't know there is a hidden list named "User Information List" which displays all the users of the site (collection) {MOSS / Sharepoint 2007}. And there is a page "Simple.aspx" which show this list, the URL for the page would be http://YOURSITENAME/_catalogs/users/simple.aspx." Gregory S. MacBeth : User Profiles Mirrored on SharePoint Blogs Posted on SharePoint Blogs...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: , ,

SharePoint Skills Advisor Tool

"If you [are] interested in ramping up on SharePoint, the Product Group has developed a very slick tool that will point you to all currently available training on SharePoint, whether it be Instructor Led, Hands on Lab, Online Course, Reading, etc..." I downloaded the Access database and it looks like a very nice tool indeed! How many times have you been searching though all the available sources for that particular piece of information? If so, this might come in handy. Thanks Sean . Mirrored...( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs
Filed under: ,

Tipp für Admins - 'MySite' ausgeschiedener Mitarbeiter löschen

Bei einem SharePoint-Gespräch kam eine interessante Frage auf: was passiert eigentlich mit der 'MySite' eines Mitarbeiters, der das Unternehmen verlassen hat? Interessante Frage - ehrlich gesagt habe ich darüber bisher kaum nachgedacht und deswegen heute ein wenig recherchiert. Zum einen hat ein Mitarbeiter natürlich die Möglichkeit, seine eigene 'MySite' wieder zu löschen. Dazu klickt er auf seiner eigenen 'MySite' auf <Websiteaktionen> und danach auf <Websiteeinstellungen>. In der Spalte 'Websiteverwaltung' findet sich dann der Eintrag <Diese Website löschen>. Nur was macht man, wenn der ausscheidende Mitarbeiter nicht so ordentlich ist und nicht nur seinen Schreibtisch aufräumt, sondern auch selbst seine MySite löscht? Hier kommt dann der Admin ins Spiel. Ein Admin kann nämlich über die Zentraladministration auch eine 'MySite' löschen. Jede 'MySite' ist als eine Websitesammlung gespeichert. Um eine 'MySite' über die Zentraladministration zu löschen, wechselt man in die Anwendungsverwaltung und findet dort unter der Rubrik <SharePoint - Websiteverwaltung> den Eintrag <Websitesammlung löschen>. In dem neuen Fenster kann man jetzt die Websitesammlung (also auch die MySite) auswählen, die gelöscht werden soll. Noch einfacher geht es natürlich über die Kommandozeile und das SharePoint-Tool STSADM. Die Syntax zum Löschen einer MySite sieht dann so aus: stsadm.exe -o deleteWeb -url http:// server...

Accessibility Kit for SharePoint 1.1 und Roadmap

Auf der SharePointConference in Redmond hat HiSoftware die Version 1.1 des Accessibility Kits für SharePoint veröffentlicht und auch einen Blick auf die nächste Version AKS 2.0 gegeben, die im 3.QU.2008 erscheinen soll. Außerdem wurde ein Accessible Rich Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Search Community ToolKit

Das CodePlex-Projekt Search Community Toolkit ist eine Sammlung von Tools und Beispielen die die Funktionenn von SharePoint Server 2007, SharePoint Server 2007 for Search Search Server und Search Server Express erweitern. Search ASP.NET Server Controls Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

SharePoint Konferenz 2008 Vorträge

Ich weiß, viele fragen danach - Fabian hat auf seinem Blog die Präsentationen und Screendemos der Vortäge von der SharePoint Konferenz von ihm und Björn Schneider zusammgestellt. [Crossposting aus Fabian's Blog ] Präsentationen von Fabian Moritz Enterprise Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Anleitung zur Konzeption und Design von MOSS Sites

Microsoft hat eine rund 150-seitige Anleitung zur Konzeption, Design und Aufbau einer MOSS-Umgebung veröffentlicht, die einen kompletten Überblick über den Desigenprozess und die dazu passenden Ressourcen liefert. Design and build sites for Office SharePoint Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

How to: Specify a Content Source using the Keyword Syntax

At some point you may want to do an Enterprise Search query and specify that the results come from a particular content source. A lot of times you might create a custom scope with that content source in it, but if you don't want to create a new scope Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Specifying Scope(s) with the KeywordQuery class

Today I realized that when I blogged about how to use the KeywordQuery class, I forgot to mention how to specify the scope(s) you are querying. You would think there would be a built-in property to set this, but there isn't. I wanted to see how Microsoft Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Tulsa SharePoint Users Group Meeting Canceled Tonight

Unfortunately, the Tulsa SharePoint Users Group meeting had to be canceled tonight. Don't fret, I will still be presenting my talk on the BDC in April or May. I'm sorry to disappoint all of my die hard fans that were planning on attending tonight Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Crawling a Content Source Requiring Basic Authentication

As much as I fight basic authentication, there are still people out there who want to use it. SharePoint Enterprise Search can crawl a site requiring basic authentication through the use of Crawl Rules. Browse to the Shared Services Provider page within Central Administration. Click on Search Settings -> Content sources and crawl schedules. I recommend adding the source as a new content source. Once you have created the new content source return to the Search Settings screen. Click on Crawl Rules -> New Crawl Rule. Enter the path this rule will affect. Using wildcards is the easiest way to make sure the enter server is being crawled with the account specified. Change the crawl configuration to 'Include all items in this path'. Specify other settings if necessary. Change the authentication to 'Specify a different content access account'. DO NOT CHECK 'Do not allow Basic Authentication'. Click OK to save the settings and your new crawl rule will appear in the list. Kick off a full crawl of the content source for the rule to take effect. Simple I know. But I was hit up for this multiple times so I figured I would write a post on it. Jeff Jeff Holliday Architect, Portals and Collaboration Ensynch, Inc. Jeff Holliday's SharePoint Blog Posted on SharePoint Blogs Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Posted by SharePoint Blogs

SharePoint Kaffeetasse #47

Emdlich da ! Community Kit for SharePoint: Enhanced Blog Edition 2.0 Search Community Toolkit Tipps Navigating through SharePoint Site using URL How SharePoint stores field names Sort a List / Document Library view using URL Quickly filter a List/Document Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

MS-SPC2008 - Day 3

Day three was quite a long one, filled with some great content.  The day started out with a Keynote by Greg LeMond , the American Cyclist who won the Tour de France 3 times in the late-80's.  He shared the amazing story of who he got to the top, only to fall and struggle back up to the top.  His story is a great one, and shows his determination and character.  A great summery of life he gave is that you never hit the last finish line.  those looking the the finish line as the end, will hit an end.  Those who always look to the next finish line will continue to progress.  He gave some great insights on the current state of the Tour de France as well. Joel Oleson and Bob Fox (with a guest appearance by Todd Klindt ) started off the morning's technical forums with a great presentation on the benefits and features available when using SharePoint 2007 on Windows and SQL 2008 .  Joel did most of the talking, including some bad jokes :), while Bob drove.  Joel hinted strongly (with a "wink, wink") that this is the last version of SharePoint that will support 32-bit environments.  He said that the performance gains of the 64-bit environment were so great, that there really was no reason anyone should be staying with 32-bit server environments anymore.  Key Windows 2008 features shown off were the Server Manager, which replaces Computer Management, the Event Viewer, which now has alerting and additional functionality...
Posted by SharePoint Blogs
Filed under: ,

How to: Use the MOSS Enterprise Search FullTextSqlQuery Class

A while back, I posted a how to on using the KeywordQuery class and it seemed to get pretty good response, so I figured I would post a follow up on how to use the FullTextSqlQuery class today. It's actually pretty similar to using the KeywordQuery Read More......( read more ) Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
More Posts Next page »