Getting a user’s SID via PowerShell… For future ref… $user = New-Object System.Security.Principal.NTAccount("contoso", "user") $sid = $user.Translate([System.Security.Principal.SecurityIdentifier]) $sid.Value
Planning Poker Win8 App. Check out an in process App for Win 8 that makes use of TFS OData for planning poker http://www.teamplanningpoker.com/HowTo/Win8/CreateYourFirstPlanningPokerSession About: Team Planning Poker was created by Mike Douglas and Deliveron Consulting Services to help distributed and co-located teams effeciently point your projects' backlogs
Office Web Apps–WOPI Host and url paths If you’re following along with the post on creating a WOPI host, it’s never fully apparent that you MUST adhere to the path shown in the article here: http://blogs.msdn.com/b/officedevdocs/archive/2013/03/20/introducing-wopi.aspx That is, the path to your host must
Note to self–SQL Alias on x64–you need to set both 32/64 cliconfg.exe 1. Start “C:\windows\system32\cliconfg.exe” 2. Start “C:\windows\syswow64\cliconfg.exe”
Office 365 SharePoint and PDF files… Recently, O365 added some server side rendering of PDF files. Problem is if you have PDF files and an anonymous site, if a user clicks the PDF link, it will then try to authenticate that users. Which defeats the purpose of anonymous. You’ll need to change the links as
NuPattern - Home More from the OuterCurve foundation: NuPattern is a set of tools and framework that make it easy to create your own branded custom tooling and automation in Visual Studio. You are now used to seeing different vendors tools and extensions in Visual Studio, some you like, and some offer little
Using S2S for On-Premises Access with Forms Based Access (FBA) in SharePoint 2013 The below diagram represents the flow and interaction when a user, from an external application, makes a OAuth protected call to a SharePoint site. This approach allows for delegated authentication, and since the SharePoint and the external application “can” (they don’t have to) share the Identity Store, we maintain