PowerShell: Execution of scripts is disabled on this system.
This error occur when the default PowerShell execution policy is active on the system, the default policy is restricted on fresh Windows Installations. Windows Execution policy is a security mechanism...
View ArticleNew-VM Value cannot be null. Parameter name: source
The following error: “parameter name source cannot be null” is just an exception in the VMWare.VimAutomation.Core module. With this error its hard to find the actual issue. The version i’ve running: PS...
View ArticleAutomatic way of making a lot of folders
There are multiple reasons why you need a lot of pre-created folders. Making the folders by hand would be a very boring time intensive job. So make use of the available script languages in your...
View Articlefatal: Authentication failed git on Windows
If you change your password, or the git repository password is changed you can get the following error. In this situation you cannot make any changes or if it is a private repository even make a clone...
View ArticleHow to get your Windows Release Version and Build number?
It’s very simple to get your Windows Build number, like “Version 10.0.18363 Build 18363”. You need to seek a little bit longer to find your Windows Version number. In this short blog I will tell you...
View ArticleGit Cheat sheet – Collection of most used Git commands
In a DevOps way of working GIT is a powerful tool for each team member must know. GIT is used for sharing, versioning, tracking changes and most of all for making code together. If you know the git...
View ArticlePowerShellGetFormatVersion is not supported by the current version of...
To solve this error, start PowerShell as Administrator: #Run Install-PackageProvider Nuget –Force #And Install-Module –Name PowerShellGet –Force Then close that Window and open a new one. Problem...
View ArticlePowerShell 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. How to Run PowerShell scripts from Task Scheduler: Create new task. Give it a name....
View ArticleThe Basics of Kubernetes
In this blog post Ill tell you something about Kubernetes. What is Kubernetes? What are the Kubernetes concepts? The Kubernetes Components Architecture and the benefits of using Kubernetes. What is...
View ArticleSCVMM Error 12711. The cluster resource could not be found (0x138F)
Sometimes SCVMM Cannot refresh a VM and returns this error code. Don’t know why this happens, maybe during a refresh while there is a back-up running. But like the most of the SCVMM Refresh issues...
View Article