Recent Posts

2017-08-22 Monitor Hostname IP change

1 minute read

Here’s a really simple but useful script to monitor hostnames for IP addresse change. Usage Settings First you have to adjust the settings variables to your ...

2017-08-18 Check VAT number on VIES

2 minute read

Edit: 2018.08.19 Added SOAP check as a more reliable way to get status. NoPrint and CheckOnly switches Edit: 2022.08.19 The SOAP services accepts now only te...

2017-08-14 Find command usage in scripts

1 minute read

What and where? I have over 200 scripts in my repository and in many of them I use functions from my custom module. The module grew with my Powershell experi...

2017-08-10 Validate XML with XSD

1 minute read

Valide XML file with XSD and show errors I had a need to give a user a quick tool to validate a generated XML file based on a schema XSD file and show where ...