Before we understand what AVD (Azure Virtual Desktop) is let us understand a what VDI is...VDI (Virtual Desktop Infrastructure)is a Desktop/Server OS Virtual Machine hosted on a hypervisor.
Vijaya Kumar Vemula
Friday, February 21, 2025
Tuesday, July 4, 2023
Windows Admin Centre
Admin Centre is another handy tool for Administrator which is basically a combination of multiple tools. You can use such single tool instead of multiple tools. This needs installation and setup.
1)Gateway:The Gateway manages servers through remote PowerShell and Windows Management Instrumentation (WMI) over Windows Remote Management (WINRM).
2)WebConsole: The Web server component observes HTTPS requests and serves the user interface to the web browser on the management station. This is not a full install of Internet Information Services (IIS), but a mini Web server for this specific purpose.
Monday, July 3, 2023
How to download/export Azure Active Directory Users and groups.
Friday, June 30, 2023
Azure Resource ID
In this article let us understand what is Azure Resource ID and where do we find it.
All the resources in Azure i.e., Azure Resource Manager Resources are assinged with an identifer called as ResourceID. You can carryout operations by using the Resourceid as well.
Remote Desktop Connection Manager
While mstsc is a tool which you can use to connect to servers, you need to open connection for each server you connect and enter credentials every time which is tedious. Remote Desktop Connection Manager is handy tool to connect to multiple servers with same credentials and you can save Server connection details.
Wednesday, June 21, 2023
Post-Installation Configuration of Windows Server.
- Install VM Tools (applies if the server is virtual machine)/If the server is physical udpate the Drivers and firmware
- Configure Satic IP Address
- Change System name and join it to Domain.
- Enable RDP and provide access to required parties.
- Update the OS to the latest patch level.
- a)Install Antivirus b)update it to latest defination. (which antivirus to be used varies from org to org).
- Perform Security hardening.
- Add the Server to patching list.
- Configure Monitoring and test it.
- Add Server to Backup (If need)
- Update the CMDC/Iventory full detail of the Server.
Installing Windows Server 2019
We did learn about various Windows Operating Systems and their editions in our earlier article here now let us see how to install a Windows 2019 GUI Server Datacenter Edition.
You can see the minimum resource requirements for the installation of 2019 here, we are going to deploy 2019 Server with 2GB RAM, 2 CPU, 30 GB disk on a XenServer OS installation steps remain same irrespective of whether you install on a Hypervisor (Vmware Esxi, Hyper-v, XenServer) or on a physical system.
To create a Virtual Machine on Xenserver login XenCenter, Right-Click the host on which you would like to deploy the 2019 VM and select New VM as shown below.