About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (193)
- Security (16)
- Test (30)
- Tooling (154)
- Uncategorized (151)
Most used tags
Tag Archives: powershell
Loadtesting with Powershell
Our product is in the acceptance testing phase. In the assigned environment the available tooling is very limited. But we must do a loadtest to report on the average requests / second our webservice can handle from a single client. … Continue reading
Powershell to move pictures
For the birthday of our kids my wife creates hard-copy Photo Books. The procedure is time consuming but worth every minute. Recently I migrated to the new Photos app on my MacBook. The Software for creating the book is on … Continue reading
Open your application to Powershell
The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading
Week roundup
Last week recap and links: Autorest on Azure Friday. Using swagger to generate proxy code to REST API, like you would use WSDL for a webservice ARM and PowerShell DSC working together to create and provision a VM I’m running … Continue reading
Posted in Uncategorized
Tagged ARM, azure, DSC, powershell, REST, roundup, running, Web API
Leave a comment
Powershell optimization
After rewriting my PowerShell test environment automation script with functions I optimized some parts to improve memory usage, automate IIS Webfarm configuration and batch starting/stopping all machines is a Azure Cloud Service. Download For installation of software the script downloads … Continue reading
Powershell Functions in my Azure setup script
In my Automate test environment with azure virtual machines post I’ve written about my Azure setup script. To improve readability and making the creation of a new machine easier I decided to rewrite some parts to functions. The customscript extension … Continue reading
Week roundup
Last week recap and links: Azure Resource Manager Compute Templates, that’s right resource manager now include Compute, Network, and Storage Get started with Pester, PowerShell unit testing framework Reduce the Size of Your WinSXS Folder on Windows 7 or 8, … Continue reading