PERFECT FIT FOR CONTINUOUS DELIVERY – COMPLETE GUIDE TO RUNNING WINDOWS NANO SERVER CONTAINERS (WINDOWS SERVER 2016)

In the last weeks blog post I did talk about running windows core containers on a windows 2016 core server. Again that was using window core container image which is not very slim and speedy version. Also, we briefly touched upon using the Nano server and running web servers on the Nano server. In this… Read More PERFECT FIT FOR CONTINUOUS DELIVERY – COMPLETE GUIDE TO RUNNING WINDOWS NANO SERVER CONTAINERS (WINDOWS SERVER 2016)

Using PowerShell to Connect with Raspberry Pi II

It took me 20 minutes to start running windows 10 on my IoT Device Raspberry Pi II. I have followed the instructions from Microsoft website (http://ms-iot.github.io/content/win10/SetupRPI.htm) and its bang on.   Raspberry Pi II Old Samsung Phone Charger HDMI Cable Ethernet Cable Windows 10 (I’m running my surface on windows 10) PowerShell V 5.0 Quick… Read More Using PowerShell to Connect with Raspberry Pi II

PowerShell Scripting – Life is easier with ISE Steroids

I have been using various tools/Add-ons to write PowerShell scripts and wasn’t really found good one until one of my colleague Dave introduced to this link http://www.powertheshell.com/isesteroids2 . I have to be honest saying this blown away my needs and wants are all in one tool which is ISE Steroids. So now I’m going to… Read More PowerShell Scripting – Life is easier with ISE Steroids

Using PowerShell to Apply the Database changes with Change Log.

This script is developed to make the database deployments easier and track the changes in more easier manner. Also helps in case if you need to rebuild the entire database based on the delta scripts available.  I have created three functions as mentioned below Update the dbchangelog table of all the changes Check for the… Read More Using PowerShell to Apply the Database changes with Change Log.