maandag 26 april 2010

SharePoint architecture

One of my collegues (thanks Eelco), just send me this nice graph.

http://blogs.msdn.com/blogfiles/maximeb/WindowsLiveWriter/SharePointVisioStencilandTemplatefordesi_D6B7/SharePoint%20Packages%20-%20All%20items%20samples_2.jpg

Top websites in SharePoint

Net een leuk linkje gevonden. Een mooi overzicht van websites gebouwd in SharePoint. http://www.wssdemo.com/Pages/topwebsites.aspx

SQL Queries afvuren op SharePoint en/of OCS

Altijd al willen weten welke gebruikers de SharePoint omgeving gebruiken? Maak gebruik van de SQL databases. De volgende query geeft alle gebruikers van de je site-collections.

SELECT distinct
tp_Login,tp_Title,tp_Email,tp_siteAdmin,tp_siteid,tp_externaltokenlastupdated,tp_isactive
FROM
WSS_Content_db.dbo.UserInfo,
WSS_Content_db.dbo.Webs
where
webs.siteid=userinfo.tp_siteid
and tp_deleted=0
and tp_login<>'NT AUTHORITY\Local service'
and tp_login<>'NT AUTHORITY\authenticated users'
and tp_login<>'SHAREPOINT\system'
order by tp_isactive, tp_login

Onderstaande query kun je gebruiken voor Office Communications Server 2007 R2. Dat R2 is wel van belang, want voor R1 is de query iets anders!

select
res.UserAtHost as "SIP Address",
hud.LastNewRegisterTime as "Last Logon"
from
rtcdyn.dbo.HomedResourceDynamic hud
join
(Select ResourceId, UserAtHost from rtc.dbo.Resource
group by ResourceId, UserAtHost)res
on hud.OwnerId=res.ResourceId
order by "Last Logon"

Create SharePoint workflows using Visio

I just came across a nice blogpost on creating SharePoint workflows using Visio 2010 and SharePoint Designer 2010. Read and enjoy, it's impressive.

http://blogs.msdn.com/visio/archive/2009/11/23/sharepoint-workflow-authoring-in-visio-premium-2010-part-1.aspx
http://blogs.msdn.com/visio/archive/2009/11/23/sharepoint-workflow-authoring-in-visio-premium-2010-part-2.aspx

vrijdag 16 april 2010

SharePoint 2010: Social platform

Goed, de presentatie is gegeven en daarin vergeleek ik SharePoint , IBM Lotus Connections, Jive, Newsgator en Elgg. Ik kwam tot de conclusie dat al deze platformen mooie sociale functies leveren. In ieder geval blogging, tagging, rating, wiki's en het kunnen opzetten van een sociaal netwerk. Ik liet me wel even verleiden tot het melden dat SharePoint 2010 geen sociaal platform is (let wel: wél biedt, niet ís).

Is dat zo? Tja... Ik vind SharePoint 2010 een fantastisch platform. Het biedt echt heel veel mooie nieuwe functionaliteit. En de sociale aspecten zijn een zeer gewilde aanvulling. Maar het is geen platform wat zich specifiek richt op social computing. IBM Lotus Connections wel en Jive ook wel. Maar ja, die leveren dan weer geen portaal, ECM, en dergelijke.....

dinsdag 6 april 2010

Business Social Computing

Met de introductie van SharePoint 2010 legt Microsoft de komende tijd meer nadruk op het zogenaamde social computing. Uiteraard kende SharePoint 2007 al zaken als de MySite, wiki's en blogs, maar met SharePoint 2010 is dit meer volwassen geworden. Bovendien wordt nieuwe functionaliteit geintroduceerd als tagging en rating (social feedback).

Maakt dit nu een "sociaal platform"? Die vraag hoop ik op woensdag 14 april te beantwoorden op het seminar De Intelligente Organisatie.