How to Easily Clone a Virtual Machine in Azure

How to Easily Clone a Virtual Machine in Azure

Preface: In this article, we are going to demonstrate how to create a VM clone both portal and PowerShell script way. Using this guide, you can choose the portal or script to clone an Azure virtual machine based on your requirement and what you are comfortable with. The original virtual machine has been cloned by […]

Read More

How To Automate Cloning Azure Virtual machine

Overview In the previous article of this two-part series, we have demonstrated Azure Virtual Machine cloning using the Azure portal. If you have not seen that article, click on the link above and come back to this part as you may want to use the GUI way of cloning as most Azure administrators like the […]

Read More

How to Easily Install Microsoft SQL Server 2019

Preface Microsoft SQL Server 2019 is a new personification of the familiar relational database management system. The latest version of the Transact-SQL system gives a mission-critical performance and lowest vulnerabilities among other RDBMS servers. Microsoft SQL Server is a leading product in the database engine and management arena and used in the various level of […]

Read More

How to Easily Redirect Folders in Windows Server 2019

Preface Folder redirection is a group policy setting which used to store user data on the profile, usually Documents, Desktop, and so on stored on a server share. By using these policy settings, the domain users assigned to the folder redirection will get the same data when they log in from a different computer. So, […]

Read More

How to Guide Windows Server Update Services on Windows Server 2019

Preface Windows server update services (WSUS) retrieves Windows and other Microsoft products (such as office application products) updates and store them internally as a distribution point. So, it is not hectic for bandwidth consumption as each Microsoft device does not have to contact Microsoft servers for the update. WSUS is also a valid source if […]

Read More

How to Guide Deploying Remote Desktop Services on Windows Server 2019

Preface: Remote Desktop Services is a robust role in the windows role group. RDS is used to remote into the central RDS server or any member server or the user’s desktop computer through the RDS server using the Remote Desktop web services either on the internal network or through the internet. This article discusses the […]

Read More

Play Rock Paper Scissors with Python

In this article, we have built a program that plays rock paper scissor, with the Python code. Please install python 3.8 from the link given below to run this code.https://www.python.org/downloads/ I prefer you to use atom text editor to type your code or to save the given code:https://atom.io/ Recommended:   The Classic Tic-Tac-Toe with Python You can download […]

Read More

Sudoku Validator using Python

In this article, we have built a program to find whether the given Sudoku Solution is valid or not, with the Python code.(Sudoku Validator using Python). Please install python 3.8 from the link given below to run this code.https://www.python.org/downloads/ I prefer you to use atom text editor to type your code or to save the given code:https://atom.io/ You […]

Read More

The Classic Tic-Tac-Toe with Python

In this article, we have built a program to find the player who wins the Tic Tac Toe with the Python code. Please install python 3.8 from the link given below to run this code.https://www.python.org/downloads/ I prefer you to use atom text editor to type your code or to save the given code:https://atom.io/ You can download the the Classic […]

Read More

Hofstadter Q-Sequence in Python

In this article, we have built a program to find the value of a number in the Q-Sequence (By Using Hofstadter Q-Sequence) with the Python code. Please install python 3.8 from the link given below to run this code.https://www.python.org/downloads/ I prefer you to use atom text editor to type your code or to save the given code:https://atom.io/ You can download […]

Read More