About me

-
Recent Posts
Archives
- April 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
Categories
Meta
Category Archives: PowerShell
IISConfigurator stopped working
In the past few months, I’ve worked on a large project involving the design and implementation of a SaaS offering powered by Windows Azure. The learning curve was quite steep but I think I have become more confortable over time … Continue reading
Posted in PowerShell, Windows Azure
Leave a comment
PowerShell Provider for BizTalk Server 1.2.0.4 Released
It’s been a long while since I did some blogging. Fortunately, Randal has been working towards producing a new 1.2.0.4 release of our PowerShell provider for BizTalk Server. This version fixes a couple bugs and I invite everyone to test … Continue reading
Posted in BizTalk, PowerShell
Leave a comment
Exploring Performance, Throttling and Latency Settings with the PowerShell Provider for BizTalk
One of the new features in BizTalk Server 2010 is a new UI that lets you modify a whole host of performance-related settings. Those settings apply to the BizTalk Group, Hosts or Host Instances. This is a massive feature! Previously, … Continue reading
Posted in BizTalk, PowerShell
Leave a comment
PowerShell Provider for BizTalk Server Released
Tonight, I’m pleased to announce the official release of our PowerShell Provider v1.2 for BizTalk Server. In the next few days, I will post an updated version for the Getting Started guide. In the meantime, please, feel free to provide … Continue reading
Posted in PowerShell
1 Comment
Handling Resources with the BizTalkFactory PowerShell Provider
As part of the latest checkin of our PowerShell provider for BizTalk, I added support for directly adding resources to an application using the builtin New-Item CmdLet. Syntax: The syntax for adding a resource is like so: New-Item [-path] <path-and-name-to-resource> … Continue reading
Posted in PowerShell
Handling per AppDomain Configuration File with PowerShell
In BizTalk, it is not unusual to have to store application-specific parameters as runtime configuration. On way to do this is to modify the BizTalk btsntsvc.exe.config configuration file. Unfortunately, this has severe drawbacks, since a single mistake in the configuration … Continue reading
Posted in PowerShell
Deploying Business Rules Engine Policies with the BizTalkFactory PowerShell Provider
One of the goals we initially set out for our PowerShell provider for BizTalk was, at least, to match the set of features that were available at the time from various command-line tools.The most obvious solution for automating common BizTalk … Continue reading
Posted in PowerShell
Empowering BizTalk Management
Since the initial release of our Biztalk Provider for Windows PowerShell, we have been working to promote our project by publishing various articles and tutorials. As part of this effort, Randal wrote a most excellent guide that helps getting up … Continue reading
Posted in PowerShell
Introducing the BizTalk PowerShell Provider
One of my most enduring projects has been the design and implementation of a custom PowerShell Provider for BizTalk Server. For over a year and a half now, I have been participating in the design and implementation of architectures using … Continue reading
Posted in PowerShell