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();
TechEd 2006: Introduction to Software Architecture (Pre-Conference)
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 :)
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
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...
The employee’s experience in his ‘new’ hybrid space
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
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
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
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...
Learning: Observability
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....

![[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)” or “Access denied”](https://blogit.create.pt/wp-content/uploads/2018/07/access-black-and-white-blur-270514-218x150.jpg)





















