Veeam Backup & Replication introduces another new agent. This time it is the agent for MacOS. I had my 2013 MacBook Pro kicking about and thought why wouldn’t you add this to the home Veeam Backup & Replication server. The first thing to mention is that this is not a standalone agent this requires Veeam Backup & Replication or from a service provider perspective the Veeam Service Provider Console. There is also the ability to leverage MDM servers to deploy the package. Preparing the Agent for MacOS First up we need to get the package files to install locally on our MacBook Pro. Give yourRead More →

Building out a new lab or refreshing your lab is tedious and a job nobody really wants to do, I have long been a fan of infrastructure as code and automation and we have had various projects where we have done similar things and highlighted this in some of our community speaking sessions and hopefully helped people. Now I am also not saying this is the right way but in my lab situation I wanted something I could easily automate the spinning up and down of my Veeam environment for testing, this really came about with the latest release of Veeam Backup & Replication v11Read More →

It might just be me, but in everything where I am putting content together or using data that means something that is useful to me I automatically think about what happens if I lose it, can I withstand to lose that or is it important that I need a backup? This weekend I fully transitioned over to using Notion for my note taking app but it also is or can be used as an “All in One workspace” it also has a lot of team collaboration benefits but the first and foremost goal for me was to have a single place that I could storeRead More →

First up you should head to the windows store to download the latest Windows Terminal Once installed open your new Windows Terminal and head straight to Settings This is going to open a .json file with the configuration settings, when you first install you will not see this block of configuration under defaults but this is what gives you the ability to add a background image / logo to your terminal session. The code is following, this will enable this same theme (image) over PowerShell, Command Prompt and Azure Cloud Shell.         “defaults”:         {             // Put settings here that you want to apply to all profiles.             “backgroundImage” : “C:\\Users\\micha\\AppData\\Local\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\RoamingState\\black-on-green.png”,             “backgroundImageOpacity” : 0.75,             “backgroundImageStretchMode” : “fill”   If you then want to customise theRead More →