This lab demonstrates how to use the Azure Backup Agent to back up and restore specific files and folders from an Azure VM. The test scenario includes deleting a data folder and some system files, then restoring them successfully. Lab Environment Step 2 – Configure Scheduled Backup Step 3 – Run Initial Backup Step 4 – Test the Data Loss Step 5 – Restore Files and Folders Step 6 – Verify Restore Note:This method is very useful for protecting critical data on both on-premises servers and cloud VMs.It allows file-level recovery without needing to restore the entire VM, which can…
Author: Tang Bui
This lab demonstrates how to back up Azure Virtual Machines using Azure Backup, run a backup job, and restore a deleted VM. The process is useful for testing disaster recovery readiness. Lab Environment – Virtual Machines Step 1 – Configure Azure Backup Go to the hv4-TangBuiVaultLab1 and follow steps to configure setting to establish the backup for Azure VMs: Create the backup policy according to backup strategy and design to follow the VM or system standards Step 2 – Run Initial Backup Step 3 – Verify Backup Status Step 4 – Remove VM for Testing Step 5 – Restore the…
ometimes you may lose the administrator password or cannot log in to your Azure Virtual Machine. This can happen for many reasons, such as forgetting the password, malware infection, or corrupted configuration. Azure provides a simple way to reset the admin account password from the Azure portal. Steps to Reset Admin Password Azure will process the change. After a few minutes, you should be able to log in to the VM using the new credentials. Note:
VNet-to-VNet VPN connections in Azure allow you to securely connect two or more virtual networks (VNets) across Azure regions. This is useful for scenarios like cross-region failover, data replication, or connecting workloads in different locations. For example, two sites in East Asia and East US may need to share data, replicate databases, or back up services. A VNet-to-VNet VPN in Azure provides a secure, encrypted link between them, allowing resources to communicate as if they were on the same local network.. In this guide, we will configure a VNet-to-VNet VPN connection between two VNets based on the configuration from our…
Working as a System Admin, Sometimes you will need to know what operating systems of your server system for a specifc task. This is important query to support the report task becomes quicker. Today, I will show you a simple way to use PowerShell to find all your servers running Windows Server 2022 or any specific version. What is PowerShell? PowerShell is a tool that helps you automate tasks for managing computers. It uses commands, called cmdlets, to interact with your computer or network from a text-based interface. Here’s a command that finds computers running Windows Server 2022 by using…
Keeping your email safe is important, and the Phish Alert Button (PAB) helps you report suspicious emails to IT Department or Cyber team from the Outlook email. Here’s a quick guide on how to update your Phish Alert Button in Microsoft 365: This guide refer the official document at: Hybrid Phish Alert Button (PAB) Product Manual – Knowledge Base (knowbe4.com) Download the Update File: Go to the Phish Alert V2 page and download the “PhishAlertManifest1.xml” file. Update this file as necessary before you upload it. Log In to Microsoft 365 Admin Center: Open your Microsoft 365 admin center to manage…
Item-level targeting lets you apply Group Policy preferences based on specific settings or properties of users and computers. You can use multiple conditions and logical operators like AND, OR, IS, and IS NOT to make it more precise. To set up item-level targeting: Open the Group Policy Management Console (GPMC). Go to the relevant Group Policy Object (GPO). Find the Preference settings you want to adjust, right-click, and select Properties. In the Properties window, go to the Common tab. Tick the Item-level targeting box and click the Targeting button. …
Ansible AWX is a great tool for automating tasks like patching Linux servers at night. It’s easier to use than regular Ansible Galaxy because AWX integrates well with Active Directory (AD) through LDAP. I also like that AWX can schedule tasks to run automatically and send notifications to Slack when the task is done. AWX makes it simple to store playbooks in Git, and it can even automate tasks with network devices like F5 load balancers. Here’s a playbook I use to update Ubuntu servers: — hosts: linux serial: 1pre_tasks: – name: Disable PRTG service: tasks: – name: Update apt…
Robocopy is a powerful Windows command-line tool designed for copying large files and directories while preserving directory structure, access permissions, and other attributes. When transferring data between servers, Robocopy ensures that all critical information is safely and efficiently migrated to the new server. I used this tool to move our important file servers from older Windows 2012 systems to the newer Windows 2019. I combined it with the net use command to connect to remote drives and Group Policy to copy over permissions. This guide shows you how to use Robocopy to get ready for a similar server upgrade Understanding…
Implemented QoS Network and Network Migration (2012) Set up and configured Quality of Service (QoS) on Cisco switches for multiple VLANs (Data and Voice) at the London and Birmingham offices. Included core switches and access switches, implement HA connection. Replaced Cisco ASA and PIX firewalls by Dell NSA Firewalls. Reconfigured VPN connections to remote sites. Supported server migration and virtualization during the network system migration from Powergate to a new data center. 2. System and Network Setup for APAC Offices (Sydney, Hong Kong, Tokyo, Singapore) from…