Configure ADFS 3.0 with Sharepoint 2013
First you need to install ADFS server 3.0, if don't know how, follow this tutorial http://blogit.create.pt/miguelmoreno/2014/11/14/installing-adfs-on-windows-server-2012-r2/
Configure relay party on ADFS
Start server manager, click on tools, AD FS Management.
On the right pane...
Installing ADFS On Windows Server 2012 R2
Start server manager, click on manage, add roles and features, select Active Directory Federation Services, then click next.
Click next until we reach confirmation screen to install ADFS. Click install.
When installation is...
Get UserProfile and set property value with PowerShell
Get a UserProfile
::Loadwithpartialname("Microsoft.Office.Server");
$site=new-object Microsoft.SharePoint.SPSite("http://sharepoint-site-url");
$serviceContext = Get-SPServiceContext $site;
$site.Dispose();
$upm = new-object Microsoft.Office.Server.UserProfiles.UserProfileManager($serviceContext);
$userProfile = $upm.GetUserProfile("domainusername");
Set property value
$userProfile.Value = "property value";
$userProfile.Commit();
BizTalk Server 2010 70-595 Certification Exam is out
At last! Just published. You can find info on the e-learning site.
Microsoft Business Integration RoadShow 2011 (Lisboa, 28/Fev)
Another year, another Business Integration Roadshow. This year I’ll be unable to present, as I’ll be attending Microsoft’s MVP Summit in Redmond, but my two colleagues Tiago Oliveira and...
IASA’s CITA-P certification replaces Microsoft MCA
As reported by IASA, the Certified IT Architect at the Professional Level (CITA-P) has now replaced Microsoft’s Certified Architect (MCA) program. The information about the new certification can be...
Microsoft Office 2010 TechPreview (Screenshoots)
Here is some screenshoots of the Microsoft Office 2010 Tech Preview. In this Tech Preview there are no big difference's from Office 2007, let's wait for a beta version...
Braid/Game Development in Linux
I mostly stay clear of platform choice debates, not entering very much in “Open Source vs Microsoft” debates, but this one is too hilarious to miss. There’s a...
“The E-Myth Revisited” and The World After Summer
I've been reading "The E Myth Revisited", by Michael Gerber. The book is all about entrepreneurs and small companies, and why they usually fail. The following quote is right...