Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Artikel ini menunjukkan cara mencantumkan domain Layanan Terkelola untuk Microsoft Active Directory yang ada,
mendapatkan informasi tentang domain tersebut, dan menghapus domain yang tidak lagi Anda perlukan.
Mendapatkan info domain
Anda dapat membuat kueri untuk mengetahui informasi selengkapnya tentang domain tertentu, termasuk
statusnya saat ini. Hal ini sangat berguna saat membuat domain baru.
Domain telah dibuat dan dapat digunakan sepenuhnya.
UPDATING
Konfigurasi domain sedang diperbarui. Domain masih dapat digunakan.
Status ini hanya digunakan untuk perubahan yang dimulai pengguna pada domain.
DELETING
Domain sedang dihapus.
REPAIRING
Domain sedang diperbaiki dan mungkin tidak dapat digunakan.
Detailnya dapat ditemukan di kolom statusMessage.
PERFORMING_MAINTENANCE
Domain sedang menjalani pemeliharaan. Domain masih dapat digunakan.
Status ini hanya digunakan untuk perubahan pada domain yang dimulai oleh layanan.
Status ini tidak akan muncul untuk perubahan apa pun yang telah dimulai oleh pengguna.
UNAVAILABLE
Domain tidak menayangkan permintaan.
Mencantumkan domain
Konsol
Buka halaman Managed Microsoft AD di Google Cloud console.
File ini berisi daftar semua domain dalam project.
Buka halaman Microsoft AD Terkelola
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# Manage domains\n\nThis article shows you how to list your existing Managed Service for Microsoft Active Directory domains,\nget information about them, and delete domains you no longer need.\n\nGetting domain info\n-------------------\n\nYou can query for more information about a specific domain, including its\ncurrent state. This is especially useful when creating a new domain.\n\nTo get domain info: \n\n### Console\n\n1. Open the Managed Microsoft AD page in the Google Cloud console.\n\n\n [Open the Managed Microsoft AD page](https://console.cloud.google.com/security/cloud-ad)\n\n2. Select a domain from the list to see detailed info on it.\n\n### gcloud\n\nRun the following command, replacing \\[DOMAIN-NAME\\] with the name of your\ndomain (such as *ad.mycompany.com*): \n\n gcloud active-directory domains describe [DOMAIN-NAME]\n\nThe response is YAML describing the\n[domain](/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains). \n\n```\nadmin: setupadmin\nauthorizedNetworks:\n- projects/my-project/global/networks/my-vpc\ncreateTime: '2019-03-27T22:35:58.135726571Z'\nfqdn: ad.mycompany.com\nlocations:\n- us-west1\nname: projects/my-project/locations/global/domains/ad.mycompany.com\nreservedIpRange: 172.16.0.0/26\nstate: READY\nupdateTime: '2019-03-29T23:58:12.249298693Z'\n```\n\nPossible domain states include:\n\nListing domains\n---------------\n\n### Console\n\nOpen the Managed Microsoft AD page in the Google Cloud console.\nIt contains a list of all domains in the project.\n\n\n[Open the Managed Microsoft AD page](https://console.cloud.google.com/security/cloud-ad)\n\n### gcloud\n\nRun the following command: \n\n gcloud active-directory domains list\n\nThe response is a list of domains in the project: \n\n```\nDOMAIN_NAME DOMAIN_STATE RESERVED_IP_RANGE REGIONS LABELS ADMIN_NAME CREATE_TIME\ncorporate.company.com READY 172.16.0.0/26 [u'us-west1'] setupadmin 2019-01-01T22:00:00\npartners.company.com READY 192.168.0.0/26 [u'us-east1'] CustomAdminName 2019-02-01T22:00:00\n```\n\nDeleting a domain\n-----------------\n\n**Warning:** Deleting a domain is permanent. All data associated with the domain will be permanently lost (including users, groups, backups, etc). \n\n### Console\n\n1. Open the Managed Microsoft AD page in the Google Cloud console. \n\n [Open the Managed Microsoft AD page](https://console.cloud.google.com/security/cloud-ad)\n\n2. Select the domain to delete.\n\n3. Click the delete **Delete** button,\n and accept the confirmation prompt.\n\n### gcloud\n\nRun the following command, replacing \\[DOMAIN-NAME\\] with the\nname of your domain (such as *ad.mycompany.com*) \n\n gcloud active-directory domains delete [DOMAIN-NAME]"]]