Table of Contents (🔎 Click to expand/collapse)
Compute Engine lets you create and run virtual machines on Google infrastructure. Compute Engine offers scale, performance, and value that allows you to easily launch large compute clusters on Google's infrastructure.
You can run your Windows applications on Compute Engine and take advantage of many benefits available to virtual machine instances, such as reliable storage options, the speed of the Google network, and Autoscaling.
- Click Navigation Nenu > Compute Engine > VM instances.
- Click CREATE INSTANCE.
- Configure the instance parameters.
- Image:
Windows Server 2012 R2 Datacenter
- Image:
- Click Create.
Before RDP into the Windows Server, we need to set password for logging.
# set password for logging
$ gcloud compute reset-windows-password <INSTANCE> \
--zone=<ZONE> \
--user=<USERNAME>
There're different ways to connect to the server through RDP: