Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 254 Bytes

cheatsheet.md

File metadata and controls

8 lines (6 loc) · 254 Bytes

To be execute in Cloud Shell only

1. Create a virtual machine instance

gcloud compute instances create instance-1 \
    --zone=us-central1-a \
    --image=windows-server-2012-r2-dc-v20201208 \
    --image-project=windows-cloud