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 readingHow to reset the SQL Server SA Account
You have installed SQL server, but you don’t remember the SA password you entered during the installation. Something that almost
Continue readingMake sure you configure your ‘user.name’ and ‘user.email’ in git
When you install GIT for the first time on your computer, and you’re trying to sync a repository, this message
Continue readingFind all Windows scheduled tasks running as specific user
During an Active Directory cleanup, I needed to find all tasks which were running with a specific service account. With
Continue readingGet installed Windows Updates PowerShell
There are multiple commands available to check the Windows updates. The most known command is: (Get-Hotfix) With this command you
Continue readingAnsible AWX / Tower: ERROR! couldn’t resolve module/action ‘module’
Last week i was struggling with the Ansible module paths and virtual environments in AWX.My structure looks like this: Had
Continue reading