Get UserProfile and set property value with PowerShell

0
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();

TechEd 2006: Introduction to Software Architecture (Pre-Conference)

0
Começo as sessões deste ano na Pre-Conf de Arquitectura, com o Ron Jacobs e o Scott Hanselman a falar de arquitectura. O primeiro conhecido pelo Arccast, o segundo pelos...

Visual Studio Team System is code-named “Rosario” the next after Orcas :)

0
According to this site, the next major release of Visual Studio Team System is code-named “Rosario”.  It will come after the “Orcas” release. The site also lists what we can expect...

ARCHCAMP 2007 Field Report

0
Great experience! The event started Saturday morning with a keynote done by the main meeting's organizer, Hugo Batista, setting out the rules and agenda. After this, I did two...
Moai remote collaboration

The employee’s experience in his ‘new’ hybrid space

0
It is no longer news to anyone that change is a constant. And we also all know that the speed with which we face and adapt is a key...

Object Orientation, herança, gets e sets, módulos e BizTalk

0
No seguimento de uma apresentação do GASP no Porto, dedicada a Padrões de Desenho, e de uma recomendação nesse sentido, comecei a ler um livro chamado “Holub on Patterns:...

Day @ Office Episode #3 – Collaborate without creating duplicates

0
Tired and confused while compiling document.doc with document.doc from your team while you were already creating a new version of the "original with changes"? Stop hurting yourself! Try co-authoring, it's easy,...

9 Outlook Quick Tips for Productivity

0
Disable notifications New email notifications are a big distraction. Disable them! Archive processed email Archive emails that you don't need to take further actions. In your inbox, you should have only the...

SPFx Calendar Web Part

12
SPFx- Calerndar Web Part

Learning: Observability

0
Table of Contents Introduction Get Started Logs Canonical logs Traces Metrics General Best Practices Resources GitHub demo repo Conclusion Introduction In this small post, I'll share some resources, notes I've taken while learning, and best practices for making our systems observable....