Creating, updating and maintaining Active Directory group members can be a boring time intensive job. The following script creates new
Continue readingHow to loop over a block or multiple tasks Ansible
One of the biggest shortcomings of the Ansible syntax is the ability to loop over a block with tasks in
Continue readingHow to get a free SSL certificate for your website?
There are multiple ways to get an SSL Certificate for your website. The most used one for non-technical people is
Continue readingHow to download a GitHub artifact using PowerShell?
Last day I was struggling to download a GitHub artifact. Tried with invoke-webrequest, web session and even with curl. After
Continue readingGIT schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) – The revocation function was unable to check revocation for the certificate.
During a git sync, I faced this error on a corporate network. This could have multiple reasons, the most common
Continue readingWindows Update error: 0x80244010 – The number of round trips to the server exceeded the maximum limit
This error is mostly raised when a Windows client hasn’t been updated for a long time or when the software
Continue readingCustom credential types in Ansible Tower / AWX
Saving encrypted credentials is another cool feature in Ansible Tower / AWX. By default, there are a lot of custom
Continue readingWindows set WSUS Registry Settings using PowerShell
After seeing a lot of unusual scripts on the internet, I decided to find out the wheel by myself. Tested
Continue readingWindows update stuck at 0% – Server 2019
Last day I was struggling with an issue that my Windows client was not downloading the Windows updates from WSUS.
Continue readingCertificate not issued (Denied) Denied by Policy Module 0x80094800. The request was for a certificate template that is not supported by the Active Directory Certificate Services policy.
Last week, I was getting a Web server certificate in our PKI environment for our new WSUS deployment. When submitting
Continue reading