Skip to content

Latest commit

 

History

History

GSP093_Compute-Engine-Qwik-Start-Windows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

GSP093 —— Compute Engine: Qwik Start - Windows

Table of Contents (🔎 Click to expand/collapse)

Overview

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.

Create Instance

  1. Click Navigation Nenu > Compute Engine > VM instances.
  2. Click CREATE INSTANCE.
  3. Configure the instance parameters.
    • Image: Windows Server 2012 R2 Datacenter
  4. Click Create.

Remote Desktop (RDP) into Window Server

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:

References