Today I’d like to discuss something I get asked about a lot: deleting connector spaces. Virtually everyone who uses FIM has seen the option to delete them, but few people feel comfortable knowing when or how to do so in a safe manner. The other side of this coin are those who think nothing of…
View what groups a user is a member of on a separate tab of the User Interface (Member Of Tab)
The following piece of XML Code can be used to add a Tab to the User Edit RCDC which allows users to quickly view which group a user is a member of. <my:Grouping my:Name=”MemberOfGroup” my:Caption=”Member Of” my:Enabled=”true” my:Visible=”true”> <my:Control my:Name=”MemberOfDistributionGroups” my:TypeName=”UocListView” my:ExpandArea=”true” my:Caption=”Distribution Groups”> <my:Properties> <my:Property my:Name=”ColumnsToDisplay” my:Value=”DisplayName,Email,Domain,DisplayedOwner” /> <my:Property my:Name=”EmptyResultText” my:Value=”There are no groups…
How to add licensed users to VS Team Services via the API
NOTE (Sept. 16, 2016): I need to update the solution file to work with VS 2015 and test the code again. A while back someone asked a question about how to use the API to add licensed users to a VSTS account and change licenses for existing users (instead of the web UI to invite…
Teil 2: Plattformübergreifende App-Entwicklung mit dem MVVMbasics Framework
Teil 2: Plattformübergreifende App-Entwicklung mit dem MVVMbasics Framework Gastbeitrag von Andreas Kuntner Dieser Artikel ist der zweite Teil einer dreiteiligen Serie. (Teil 1) Andreas Kuntner arbeitet als .NET Entwickler mit Schwerpunkt auf Client-, UI- und Mobile Development, und betreut in seiner Freizeit das MVVMbasics Framework und den Developer-Blog http://blog.mobilemotion.eu/ Commands Um den Login am Webservice…
Provision a Home Directory for new Accounts
UPDATED 1/26/2016 The Below Workflow is made possible with the use of an installed Custom Workflow Activity, you could download and install one via the following options: The MIMWAL (Custom Workflow Activity Library) By contacting a Microsoft Business Support Specialist Other 3rd party Custom Workflow Activities (i have not tested this activity with all available…
Office 365 Office Graph Explorer
Seit kurzem kann in Office 365 Tenants der sog. “Office Graph” aktiviert werden. Dieser ist derzeit als Preview in den Plänen Enterprise (Academic, Governmental) E1 bis E4 enthalten. Martina hat im TechNet Blog Delve und der Office Graph über die Aktivierung und die Details geschrieben. Hier ein kurzer Überblick, was der Office Graph ist. About…
Working with Names and Name Based Attributes
I’d like to take a minute to discuss something that can be a real pain when deploying an identity management solution: names. As anyone who has deployed or managed a large scale IdM solution can attest to, names can be a real hassle. Proper casing, uniqueness, length limits and titles/preferred names all make for a…
Big Data und Hadoop/HDInsight für .NET Entwickler – Entwicklungsumgebung
In diesem – dem 2. Teil – der Blog-Reihe über Big Data mit Hadoop in der Microsoft-Entwickler-Welt möchte ich gerne zeigen, wie jemand, der sich für dieses Thema interessiert: 1. Die benötigte Technologie lokal installiert. 2. Die Installation überprüft In diesem Blog-Beitrag werde ich – so gut es geht – auf Theorie und detaillierte Beschreibungen…
Extending AlwaysOn Availability Group to Remote Azure Datacenter (PowerShell)
Author: Steven Schneider Reviewers: Sanjay Mishra, Shep Sheppard, Mike Weiner, Kun Cheng, Rama Ramani, Yorihito Tada, Hongyi Wang If you are looking for multi region continuous availability, by extending your current availability group to a remote Azure datacenter, then this blog is for you. We start with an existing availability group already setup within Azure,…
Azure AD を使った API 連携の Client 開発 (OAuth 2.0 紹介)
※ Azure AD v1 endpoint に関する内容です (v2 endpoint の場合は、こちら を参照してください) 開発者にとっての Microsoft Azure Active Directory Azure Active Directory とは (事前準備) Web SSO 開発 – .NET 編 (WS-Fed) Web SSO 開発 – PHP 編 (SAML) Web SSO 開発 – Node.js 編 (SAML) SaaS 連携 : Google Apps (SAML) SaaS 連携 : kintone (SAML) OpenID Connect サポート (OpenID)…