New Windows 2022 Domain Controller
Ben Liebowitz
- 0
- 2656
The Domain Controller in my home lab currently runs on a Windows 2012 server. It is time to UPGRADE! So I went and downloaded a Windows Server 2022 ISO and deployed a new VM running Windows Server 2022 Std Edition. Lets build a Windows Server 2022 Domain Controller and retire my Windows 2012 DC. Next, it was time to install…
BDRCloud: The All-in-One Cloud Backup and Disaster Recovery Solution
Ben Liebowitz
- 0
- 2354
In the ever-evolving world of technology, having a reliable and secure backup and disaster recovery solution is more important than ever. This is where BDRCloud comes in – an all-in-one cloud backup and disaster recovery solution that offers businesses peace of mind and protection against data loss and downtime. Features of BDRCloud: Cloud Backup – BDRCloud offers cloud backup for…
BDRSuite VMware VM Recovery
Ben Liebowitz
- 0
- 2085
If you’re backing up your environment and not doing recovery tests, you may end up with big problems when it comes time to perform a recovery and run into problems! It’s always best to perform test restores to make sure your backups are running properly. Lets run through the restore process in BDRSuite! First, we need to login! In order…
Upgrade Drives in your Synology NAS to Increase Space
Ben Liebowitz
- 0
- 2971
The current setup in my Synology DS1517+, 5-bay NAS is three 4TB SATA drives and two 512gb SSD drives. The first storage pool is setup in a RAID-5 configuration, netting me 7.8TB of usable space. The SSD drives are setup in a RAID-1 config, netting me a total of 442.7gb of usable space. Storage Pool 1 is split up into…
BDRSuite vSphere VM Replication
Ben Liebowitz
- 0
- 2704
In the next post in my series testing out the different features of BDRSuite BDR Suite, I wanted to test BDRSuite vSphere VM Replication. In order to do this, I had to stand up a “Disaster Recovery” site. Thankfully, I had a Maxtang Mini PC that I could use for this purpose. I installed ESXi on it and deployed a…
Manage your Windows Failover Cluster with PowerShell
Ben Liebowitz
- 0
- 3237
If you’ve ever tried to manage your Windows Failover Cluster using Failover Cluster Manager, you know how much of a pain it can be when you need to do maintenance and have to move roles to the standby node. Moving most of the roles are easy, but when it comes time to move the quorum drive/role, it’s not so easy.…
Vembu BDR Suite 5.5 Released!
Ben Liebowitz
- 0
- 2898
Earlier this month, Vembu released version 5.5 of the BDR Suite. Below you can read about some of the new features! Support for VMware vSphere v8.x BDRSuite now supports Backup and Replication for virtual machines running on the latest version VMware vSphere v8.x. Google Cloud as Backup Repository Google Cloud Storage (Object Storage) is now supported in BDRSuite to store…
Vembu: Backing Up Your Hyper-V Environment
Ben Liebowitz
- 0
- 3090
I’ve blogged about Vembu and backing up your VMware Environment, but I haven’t talked about Hyper-V yet. So I spun up a Nested Hyper-V Server in my lab to see how Vembu works with backing up Hyper-V! First, as you can see in the screenshot below, I deployed a single Windows 2019 Server and installed Hyper-V. I configured the network…
Vembu: How to Setup Immutable Backups to AWS S3
Ben Liebowitz
- 0
- 4231
As most of you know, in the data protection realm, you want to follow the 3-2-1 rule! 3 copies of your data, on 2 types of media, 1 being off-site. I have an external HD that I backup my home-lab to with Vembu. See THIS post to see how I did that. I next setup a replication job to copy/replicate…
List Scheduled Tasks for Remote Servers
Ben Liebowitz
- 0
- 5556
Recently, I was asked to find out of a certain service account was being used in scheduled tasks on any server. Being a PowerShell guy, I turned to the Get-ScheduledTask cmdlet. I tried querying a list of scheduled tasks by Author. I created a variable $VMs and used it to filter any Powered on Windows VM. I then checked each…