Since we upgraded to Veeam V10 our rest API Calls from our PowerShell runbooks stopped working. After a lot of
Continue readingCategory: Automation
PowerShell 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 readingGit 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
Continue readingfatal: Authentication failed git on Windows
When there is a password change, this message can appear. In this situation you cannot make any changes or if
Continue readingAutomatic 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
Continue readingNew-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
Continue readingPowerShell: 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
Continue readingInstall git with PowerShell on Windows
With the following PowerShell function you can download and install git using PowerShell. It downloads the latest “stable” git release
Continue readingInvoke-VMScript: An error occurred while sending the request
After upgrading the PowerShell module to the latest version now available (11.3.0.13964823), my invoke-vmscript goes wrong. The following exception occurs:
Continue reading