Azure VM Backup Azure VM Backup – Recovery Service Vault Why need Azure VM Backup We should have a contingency plan for unplanned and planned downtime for VMs running on Azure. There are many solutions such as running VMs in Availability Set, ASR(Azure Site Recovery), and Azure VM Backup(Recovery Service Vault). Some solutions will give high availability, some
Azure Resource manager Template Azure Resource Manager Template – JSON This topic will be around what is JSON template and how it is going to make your deployment easy and industry standard. Resource Manager template is a JSON file that enables quickly deploying infrastructure as code to Azure. Infrastructure as code means treating your network, server, and application as code.
Azure VM Managing Azure VM using Azure PowerShell PowerShell is a faster and more controlled tool to manage Azure VM than logging into the portal. In this post, we will look for a few commands to manage Azure VM. To run the Azure PowerShell command, first, we need to install the AzureRM module. If you want to install
Azure Provision VM using Azure PowerShell Prepare the environment Open PowerShell ISE as an administrator and run this command below command to set the script execution policy. Command: Set-ExecutionPolicy -ExecutionPolicy Unrestricted Run the below command to install the AzureRM module if it has not been installed yet. It will install all the required packages from Microsoft
PowerShell Managing Azure Subscription using Azure PowerShell What is Azure PowerShell Azure PowerShell is an extension of Windows PowerShell to provide cmdlets for the management of Azure resources and cloud services. It is more manageable than the portal, for instance, if we want to stop all VMs in one go, we cannot do that from the portal
Power BI Power BI Dashboard for System Center Configuration Manager Business Intelligence(BI) application is in high demand for every business as it helps decision-makers to take better decisions. IT infrastructure management and monitoring cannot be left untouched. Microsoft has built the System Center Configuration Manager(SCCM) Power BI Solution Template, the template contains everything needed for an SCCM dashboard
Azure Azure AD Connect: Customize Synchronization Interval After installation of the Azure AD Connect tool for hybrid identity management, the first thing System Admin wants to change is the default synchronization interval. Even though this task can be done using GUI and PowerShell, this post will focus on PowerShell command-lets. The current default synchronization interval is 30
Azure Self-Service Password Reset – Azure AD Premium In today’s world, the user doesn’t want to consider any downtime due to any IT constraints, and to minimize that constraint Self-Service comes into the picture. Self-service has long been a key goal for IT departments across the world as a minimized downtime, cost-reduction, and labor-saving measure. Indeed,
Azure Azure AD for Nepal IT Market Azure AD or AAD (Azure Active Directory) is a cloud-based directory and identity management service by Microsoft. It provides a centralized authentication mechanism for cloud-based applications for both users in the cloud and users on premises. Azure AD is a great service if you are looking for SSO (single sign-on)
SME Azure backup -Step-by-step deployment guide This is the continuation of "Azure Backup – backup solution for SME", here we will see how to backup and recover data(file/folder) from/to a windows server. High-level implementation plan: 1. Prepare Azure Backup vault. 2. Installing Azure Backup agent. 3. Schedule the backup to Azure 4. Recover data
SME Azure Backup – backup solution for SME Data backup is often overlooked for small and medium-sized businesses due to not having a proper backup solution and required hardware resources. With businesses increasingly relying on home computers and operating online, it is now more important than ever to have a secure digital backup system in place. This is