2017-08-24 Don’t use Get-ADUser every time! Or maybe use?
When it comes to do some queries in the AD I often see that others advise “Don’t call Get-ADUser every time. Better get everything local and query against...
When it comes to do some queries in the AD I often see that others advise “Don’t call Get-ADUser every time. Better get everything local and query against...
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 ...
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...
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...
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 ...