I’ve been attending the European E2EVC events for a couple of years now and with each edition I become even more excited to attend the next and come up with a great new technical presentation to share knowledge with those…
PowerShell: Upload a file with the WinSCP Wrapper
During the preparations of my presentation with Hendricus Kramer on NetScaler Automation with Puppet at E2EVC in Lisbon, I used a lot of PowerShell scripts to test the interaction with NetScaler’s NITRO. Where Hendricus is the Puppet Expert, I’m having…
PowerShell: Import the NetScaler VPX with a fixed IP-address on XenServer
During the preparations of my presentation with Hendricus Kramer on NetScaler Automation with Puppet at E2EVC in Lisbon, I used a lot of PowerShell scripts to test the interaction with NetScaler’s NITRO. Where Hendricus is the Puppet Expert, I’m having…
HowTo: Create self-signed certificates with PowerShell 4.0
Even though I have a lot of fun creating self-signed certificates with makecert, as described in my previous blogpost it’s not the most modern solution for automating the creation of self-signed certificates. Due to the fact that makecert does use…
HowTo: Create self-signed certificates with MakeCert
This blogpost is updated to include the improved command to generate a certificate with makecert that will be correctly identified as a server certificate on a Citrix NetScaler (for instance) version 11.1. In my previous posts I explained SSL…