How to Rename SQL Server Cluster Virtual Server Name(Network name) Rename a SQL Server Failover Cluster Instance http://msdn.microsoft.com/en-us/library/ms178083.aspx The name of the virtual server is always the same as the name of the SQL Network Name (the SQL Virtual Server Network Name). Although you can change the name of the virtual server, you cannot change…
Year: 2012
SDK: How to create an application deployment type with a dependency on another application’s deployment type
Update: I was incorrect in my original statements around dependency and supersedence having equivalent code. I’ll post a future example covering supersedence. This post expands on the original sample program to demonstrate how you would add a dependency or supersedence relationship with another application. The sample here has a notable difference from the “real world”…
SDK: 32-bit legacy programs interoperating with the 64-bit client using COM
Update @ 2013-06-21: CU2 has been relreased and has a fix for the CPApplet issues. Please reference my latest post about this fix. Update @ 2013-06-05: A fix for the CPApplet interfaces not being accessible from 32-bit processes will be released as part of Configuration Manager 2012 SP1 CU2. I’ll write a full blog post…
SDK: In-depth sample on how to use the client messaging SDK–now with ISV proxy registration capabilities
A few months back I posted an in-depth sample performing various functions with the client messaging SDK. I’ve updated the sample to provide the ability to perform ISV proxy registration as well to make it easy to validate basic ISV proxy scenarios. The sample is basically the same as it was originally but with an…
The TEMP directory is like a public hot tub whose water hasn't been changed in over a year
All sorts of germs.
SDK: How to create an Application with a requirement rule pointing to a global condition
In a previous post, I demonstrated how to create an application with an enhanced detection rule (EHD). Creating an application with a requirements rule is a bit more complicated. In this post I will provide a sample on how to do this using one of the “out of the box” global conditions that’s provided with…
Windows 8 and Server 2012 Upgrade Blog Series
Welcome to our Windows 8 / Windows Server 2012 Launch Series! We hope you will enjoy reading this series as much as we enjoyed putting the content together. With that said, this 8-part series will talk about things to consider, walkthroughs, dual boots, etc. Below is the series of blogs that we will be posting…
RoboCup Junior Australia 2012 National Championships and more
After my sons won the RoboCup Junior WA 2012 Rescue Premier & Senior Dance State Championships last month, our family and their teammates from All Saints College spent last weekend in Australia’s national capital city of Canberra in the ACT (Australian Capital Territory) for the RoboCup Junior Australia 2012 National Competition. The chart below explains the details…
Azure Active Directory の Graph API の活用
開発者にとっての Microsoft Azure Active Directory Azure Active Directory とは (事前準備) Web SSO 開発 – .NET 編 (WS-Fed) Web SSO 開発 – PHP, Node.js 編 (SAML) ※英語 SaaS 連携 : Google Apps (SAML) SaaS 連携 : kintone (SAML) OpenID Connect サポート (OpenID) OAuth による Client の開発 (OAuth) OAuth による Service の開発 (OAuth) Common Consent Framework – Client 側…
Azure Active Directory とは (事前準備)
こんにちは。 ここでは、Azure Active Directory について、セットアップ方法やプログラム コードなどを開発者の視点で紹介します。(数回にわけて紹介します。) まず今回は、Azure Active Directory の位置づけと、利用環境に関する基本情報を記載します。 開発者にとっての Microsoft Azure Active Directory Azure Active Directory とは (事前準備) Web SSO 開発 – .NET 編 (WS-Fed) Web SSO 開発 – PHP, Node.js 編 (SAML) ※英語 SaaS 連携 : Google Apps (SAML) SaaS 連携 : kintone (SAML) OpenID Connect サポート (OpenID) OAuth による Client の開発 (OAuth) OAuth…