This error is mostly raised when a Windows client hasn’t been updated for a long time or when the software
Continue readingCategory: Automation
Make 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 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 readingGIT Commit using PowerShell
There are situations that you need to integrate the git commit in your workflow pipeline. In my situation I needed
Continue readingBuild a custom Ansible Module with Python
Standard, there are a lot of modules available that are developed by the big active Ansible community. So reinventing the
Continue readingCurl syntax examples for POST and GET data
cURL is a command line tool which is used all over the world to communicate with web applications. The cURL
Continue readingPowerShell 7 Everything you need to know
Microsoft released PowerShell 7 core. This version runs on the .NET Core 3.0. Cool about this new release is that
Continue readingInvoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send.
Since we upgraded to Veeam V10 our rest API Calls from our PowerShell runbooks stopped working. After a lot of
Continue readingPowerShell Scheduled task failed with error code: 0xFFFD0000 and 4294770688
After creating a new PowerShell task and copying some parameters from my “old” task i get this strange error code.
Continue readingPowerShellGetFormatVersion is not supported by the current version of PowerShellGet.
To solve this error, start PowerShell as Administrator: Then close that Window and open a new one. Problem Solved.
Continue reading