Automating Azure VM creation

For one of the projects I needed to re-create a VM over and over. So at some point it was very annoying to do the same dumb work more than twice. I have decided to write a PowerShell script that does that for me. Of course I didn’t stop with a single VM, instead came up ...

The term ‘Update-Database’ is not recognized

I was installing NuGet Gallery server and following the guide until I got into error saying that there is no Update-Database command: Update-Database : The term ‘Update-Database’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify ...