Free Microsoft AZ-800日本語 Practice Test & Real Exam Questions
お客様のネットワークには、adatum.com という名前の Active Directory ドメイン サービス (AD DS) ドメインが含まれています。このドメインには、Server1 という名前のサーバーと、次の表に示すユーザーが含まれています。

Server1には、D:\Folder1という名前のフォルダがあります。Folder 1の高度なセキュリティ設定は、「アクセス許可」の図に示すように構成されています。(「アクセス許可」ラボをクリックしてください。)

Folder1 は以下の構成を使用して共有されます




Server1には、D:\Folder1という名前のフォルダがあります。Folder 1の高度なセキュリティ設定は、「アクセス許可」の図に示すように構成されています。(「アクセス許可」ラボをクリックしてください。)

Folder1 は以下の構成を使用して共有されます



Correct Answer:

Explanation:
User1 can read the files in Share1. Yes
User3 can delete files in Share1. No
If User2 connects to \Server1.adatum.com from File Explorer, (Share1 will be visible). Yes In Windows file sharing, effective access over SMB = the most restrictive result of Share permissions AND NTFS permissions . The AZ-800 materials emphasize that a user must have sufficient permission on both layers to perform an action. In Folder1, NTFS ACLs grant Group1 = Read , Group2 = Write , and no entry for Group3 . The share "Share1" grants Group1 = Change and Group3 = Full Control .
* User1 (Group1) : Share permission "Change" would allow modify over SMB, but NTFS grants only Rea d . Because the effective permission is the lower of the two, User1 is effectively Read and therefore can read the files.
* User3 (Group3) : Although the share grants Full Control , there is no NTFS entry for Group3 (inheritance is disabled), so NTFS denies acc ess. Without NTFS rights (e.g., Modify/Delete), delete is not possible .
* User2 (Group2) : NTFS grants Write , but there is no share permission for Group2, so User2 cannot access content through the share. However, the share's FolderEnumerationMode = Unrestricted (i.e., Access-Based Enumeration is off). As covered in the hybrid core guide, when ABE is disabled, users can see items even if they lack permissions. Thus, when User2 browses \Server1.adatum.com , Share1 is visible (opening it will result in A ccess Denied).
Therefore: Yes (User1 read), No (User3 delete), Yes (User2 sees Share1).
HyperV1の技術要件を満たす必要があります。
どのコマンドを実行すればよいですか?回答するには、回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。

どのコマンドを実行すればよいですか?回答するには、回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。

Correct Answer:

Explanation:

タスク10
実行中の仮想マシンをダウンタイムなしでSRV1とSRV2間で移動できるようにするには、Hyper-Vを構成する必要があります。
現時点では、仮想マシンを移動する必要はありません。
実行中の仮想マシンをダウンタイムなしでSRV1とSRV2間で移動できるようにするには、Hyper-Vを構成する必要があります。
現時点では、仮想マシンを移動する必要はありません。
Correct Answer:
See the solution of this Task below.
Explanation:
One possible solution to configure Hyper-V to ensure that running virtual machines can be moved between SRV1 and SRV2 without downtime is to use Live Migration. Live Migration is a feature of Hyper-V that allows you to move a running virtual machine from one host to another without any noticeable interruption of service. To set up Live Migration between SRV1 and SRV2, you need to perform the following steps:
On both SRV1 and SRV2, open Hyper-V Manager from the Administrative Tools menu or by typing virtmgmt.msc in the Run box.
In the left pane, right-click on the name of the server and select Hyper-V Settings .
In the Hyper-V Settings dialog box, select Live Migrations in the navigation pane.
Check the box Enable incoming and outgoing live migrations.
Under Authentication protocol, select the method that you want to use to authenticate the live migration traffi c between the servers. You can choose either Kerberos or CredSSP. Kerberos does not require you to sign in to the source server before starting a live migration, but it requires you to configure constrained delegation on the domain controller. CredSSP does not require you to configure constrained delegation, but it requires you to sign in to the source server through a local console session, a Remote Desktop session, or a remote Windows PowerShell session. For more information on how to configure constraine d delegation, see Configure constrained delegation.
Under Performance options, select the option that best suits your network configuration and performance requirements. You can choose either TCP/IP or Compression or SMB. TCP/IP uses a single TCP connectio n for the live migration traffic. Compression uses multiple TCP connections and compresses the live migration traffic to reduce the migration time and network bandwidth usage. SMB uses the Server Message Block (SMB) 3.0 protocol and can leverage SMB featur es such as SMB Multichannel and SMB Direct. For more information on how to choose the best performance option, see Choose a live migration performance option.
Under Advanced Features, you can optionally enable the Use any available network for live migrati on option, which allows Hyper-V to use any available network adapter on the source and destination servers for live migration. If you do not enable this option, you need to specify one or more network adapters to be used for live migration by clicking on t he Add button and selecting the network adapter from the list. You can also change the order of preference by using the Move Up and Move Down buttons.
Click OK to apply the settings.
Now, you have configured Hyper-V to enable live migration between SRV1 an d SRV2. You can use Hyper- V Manager or Windows PowerShell to initiate a live migration of a running virtual machine from one server to another.
Explanation:
One possible solution to configure Hyper-V to ensure that running virtual machines can be moved between SRV1 and SRV2 without downtime is to use Live Migration. Live Migration is a feature of Hyper-V that allows you to move a running virtual machine from one host to another without any noticeable interruption of service. To set up Live Migration between SRV1 and SRV2, you need to perform the following steps:
On both SRV1 and SRV2, open Hyper-V Manager from the Administrative Tools menu or by typing virtmgmt.msc in the Run box.
In the left pane, right-click on the name of the server and select Hyper-V Settings .
In the Hyper-V Settings dialog box, select Live Migrations in the navigation pane.
Check the box Enable incoming and outgoing live migrations.
Under Authentication protocol, select the method that you want to use to authenticate the live migration traffi c between the servers. You can choose either Kerberos or CredSSP. Kerberos does not require you to sign in to the source server before starting a live migration, but it requires you to configure constrained delegation on the domain controller. CredSSP does not require you to configure constrained delegation, but it requires you to sign in to the source server through a local console session, a Remote Desktop session, or a remote Windows PowerShell session. For more information on how to configure constraine d delegation, see Configure constrained delegation.
Under Performance options, select the option that best suits your network configuration and performance requirements. You can choose either TCP/IP or Compression or SMB. TCP/IP uses a single TCP connectio n for the live migration traffic. Compression uses multiple TCP connections and compresses the live migration traffic to reduce the migration time and network bandwidth usage. SMB uses the Server Message Block (SMB) 3.0 protocol and can leverage SMB featur es such as SMB Multichannel and SMB Direct. For more information on how to choose the best performance option, see Choose a live migration performance option.
Under Advanced Features, you can optionally enable the Use any available network for live migrati on option, which allows Hyper-V to use any available network adapter on the source and destination servers for live migration. If you do not enable this option, you need to specify one or more network adapters to be used for live migration by clicking on t he Add button and selecting the network adapter from the list. You can also change the order of preference by using the Move Up and Move Down buttons.
Click OK to apply the settings.
Now, you have configured Hyper-V to enable live migration between SRV1 an d SRV2. You can use Hyper- V Manager or Windows PowerShell to initiate a live migration of a running virtual machine from one server to another.
Windows Serverを実行するAzure仮想マシンをデプロイする予定です。
[email protected] という名前の Azure Active Director (Azure AD) ユーザーが接続できることを確認する必要があります。
10 Azureシリアルコンソールを使用して仮想マシンを起動します。
どうすればよいですか?回答するには、回答欄で適切な選択肢を選んでください。
注:正解ごとに1ポイントが加算されます。

[email protected] という名前の Azure Active Director (Azure AD) ユーザーが接続できることを確認する必要があります。
10 Azureシリアルコンソールを使用して仮想マシンを起動します。
どうすればよいですか?回答するには、回答欄で適切な選択肢を選んでください。
注:正解ごとに1ポイントが加算されます。

Correct Answer:

Explanation:

In the AZ-800 materials on "Manage and maintain Windows Server IaaS virtual machines," the Serial Console requirement is called out clearly: the VM must have Boot diagnostics enabled so Azure can capture the console and provide an interactive text console during boot and runtime. The guidance explains that enabling Boot diagnostics (either managed or with a storage account) stores the console output and screen shots that the Serial Console relies on. Guest-level diagnostics or a managed identity are not prerequisites for Serial Console access.
Access control to the Serial Console is governed by Azure RBAC. The study guidance states that users must be granted either Virtual Machine Contributor (broad rights) or the minimal login roles; for secure, least- privilege access to a console session with administrative rights, assign Virtual Machine Administrator Login to the user. This role allows interactive sign-in to the VM (RDP/SSH/Serial Console) without granting configuration permissions on the VM.
Therefore, to let [email protected] use the Serial Console while meeting least-privilege objectives, enable Boot diagnostics on the VM (here, with a custom storage account, which satisfies the boot diagnostics requirement) and assign the Virtual Machine Administrator Login role to User1.
サイトリンクの技術要件を満たす必要があります。どのユーザーがこれらのタスクを実行できますか?
Correct Answer: D
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
お客様のネットワークには、オンプレミスのActive Directoryドメインサービス(AD DS)ドメインが含まれています。このドメインには、User1という名前のユーザーと、次の表に示すサーバーが含まれています。

User1は、保護対象ユーザーセキュリティグループのメンバーです。
ユーザー1は以下の操作を実行します。
* Server1からServer2上でリモートPowerShellセッションを確立する
* Server2 の PowerShell セッションから Backup1 のリソースにアクセスしようとします。Backup1 のリソースへのアクセス要求は拒否されました。
User1がServer2上のPowerShellセッションを使用してBackup1上のリソースにアクセスできることを確認する必要があります。このソリューションは、最小権限の原則に従い、管理作業を最小限に抑える必要があります。
何を設定すればよいですか?

User1は、保護対象ユーザーセキュリティグループのメンバーです。
ユーザー1は以下の操作を実行します。
* Server1からServer2上でリモートPowerShellセッションを確立する
* Server2 の PowerShell セッションから Backup1 のリソースにアクセスしようとします。Backup1 のリソースへのアクセス要求は拒否されました。
User1がServer2上のPowerShellセッションを使用してBackup1上のリソースにアクセスできることを確認する必要があります。このソリューションは、最小権限の原則に従い、管理作業を最小限に抑える必要があります。
何を設定すればよいですか?
Correct Answer: D
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
注: この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、指定された目標を達成できる独自のソリューションが含まれています。問題セットには、複数の正解があるものもあれば、正解がないものもあります。
このセクションの質問に回答すると、その質問に戻ることはできなくなります。そのため、これらの質問はレビュー画面に表示されません。
新しいネットワークへの DNS の展開を計画しています。
次の表に示すように、3 つの内部 DNS サーバーがあります。

contoso.local ゾーンには、east.contoso.local と west.contoso.local のゾーン委任が含まれています。すべての DNS サーバーはルート ヒントを使用します。
すべての DNS サーバーがすべての内部名前空間とインターネット ホストの名前を解決できることを確認する必要があります。
解決策: Server2 で、west.contoso.local の条件付きフォワーダーを作成します。Server3 で、east.contoso.local の条件付きフォワーダーを作成します。
これは目標を満たしていますか?
このセクションの質問に回答すると、その質問に戻ることはできなくなります。そのため、これらの質問はレビュー画面に表示されません。
新しいネットワークへの DNS の展開を計画しています。
次の表に示すように、3 つの内部 DNS サーバーがあります。

contoso.local ゾーンには、east.contoso.local と west.contoso.local のゾーン委任が含まれています。すべての DNS サーバーはルート ヒントを使用します。
すべての DNS サーバーがすべての内部名前空間とインターネット ホストの名前を解決できることを確認する必要があります。
解決策: Server2 で、west.contoso.local の条件付きフォワーダーを作成します。Server3 で、east.contoso.local の条件付きフォワーダーを作成します。
これは目標を満たしていますか?
Correct Answer: B
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
お客様のネットワークには、contoso.com という名前の Active Directory ドメイン サービス (AD DS) フォレストが含まれています。このフォレストには、次の表に示すユーザーが含まれています。

Windows Server を実行する Server! という名前のワークグループ サーバーがあり、次の表に示すローカル ユーザーが含まれています。

Server1をeast.contoso.comという新しい子ドメインの最初のドメインコントローラーに昇格させました。どのユーザーがローカルでServer1にサインインできますか?

Windows Server を実行する Server! という名前のワークグループ サーバーがあり、次の表に示すローカル ユーザーが含まれています。

Server1をeast.contoso.comという新しい子ドメインの最初のドメインコントローラーに昇格させました。どのユーザーがローカルでServer1にサインインできますか?
Correct Answer: C
Vote an answer
Azure File Sync を使用して、Server1 という名前のオンプレミス サーバーから Azure にファイルを同期する必要があります。クラウド階層化ポリシーでは、空き容量が 30%、使用期間が 70 日に設定されています。
Server1上のボリュームfは500GBです。
1年前、Server1上のE:\OataをAzure File Syncを使用して同期するように構成しました。E:\Dataに表示されるファイルは、次の表に示されています。

ボリュームEには、その他のファイルは含まれていません。
ファイル1とファイル3はどこにありますか?回答するには、回答欄で適切なオプションを選択してください。

Server1上のボリュームfは500GBです。
1年前、Server1上のE:\OataをAzure File Syncを使用して同期するように構成しました。E:\Dataに表示されるファイルは、次の表に示されています。

ボリュームEには、その他のファイルは含まれていません。
ファイル1とファイル3はどこにありますか?回答するには、回答欄で適切なオプションを選択してください。

Correct Answer:

Explanation:
File1 : Server1 and the Azure file share
File3 : The Azure file share only
Azure File Sync cloud tiering logic is governed by two distinct policies that work in tandem to manage local disk space: the Volume Free Space Policy and the Date Policy . According to M icrosoft official documentation, the Volume Free Space policy always takes precedence over the Date policy.
* Volume Analysis : Volume E has a capacity of 500 GB . The policy requires 30 percent free space , which equates to 150 GB ($500 \times 0.30 = 150$). This leaves a maximum of 350 GB ($500 - 150 =
350$) available for locally cached file content.
* Date Policy Evaluation : The date policy is set to 70 days .
* File4 (100 days ago) exceeds the 70-day limit and is automatically tiered to The Azure file share only .
* File1 (2 days), File2 (10 days), and File3 (60 days) are all within the 70-day window and would ideally stay local.
* Volume Free Space Evaluation : The total size of the remaining " hot " files (File1, File2, and File3) is 500 GB ($200 + 100 + 200 = 500$). T his exceeds the 350 GB local cache limit.
* Tiering Order : To reach the 150 GB free space target, Azure File Sync tiers the " coldest " files first based on the last access time.
* File1 (most recent) and File2 (second most recent) combined take up 300 GB , which fits within the 350 GB limit. They remain as Server1 and the Azure file share .
* File3 (last accessed 60 days ago) is the oldest among the files that fit the date policy but must be tiered to satisfy the 30% free space requirement. It is moved to The Azure file share only .
Windows Server を実行する Server1 という名前のオンプレミス サーバーがあります。Azure 仮想ネットワーク ゲートウェイを含む Azure 仮想ネットワークがあります。Server1 のみを Azure 仮想ネットワークに接続する必要があります。何を使うべきですか?
Correct Answer: C
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
タスク7
SRV1にはVM1という名前の仮想マシンが含まれています。
c:\vhds\Diskl.vhdx を VMl にアタッチする必要があります。このソリューションでは、VM1 の実行時に Disk1 が動的に拡張できることを保証する必要があります。
SRV1にはVM1という名前の仮想マシンが含まれています。
c:\vhds\Diskl.vhdx を VMl にアタッチする必要があります。このソリューションでは、VM1 の実行時に Disk1 が動的に拡張できることを保証する必要があります。
Correct Answer:
See the solution of this Task below.
Explanation:
TASK 7
# Objective:
Attach the VHDX file c:\vhds\Disk1.vhdx to VM1 so it can dynamically expand when VM1 is running.
Step-by-Step Guide
# Step 1: Verify the VHDX File Type
Dynamic expansion means the virtual disk type should be dynamic (not fixed).
Let's verify the disk type of Disk1.vhdx:
powershell
Copy
Get-VHD -Path " c:\vhds\Disk1.vhdx "
In the output, ensur e that VhdType shows Dynamic.
If it's not dynamic, convert it:
powershell
Copy
Convert-VHD -Path " c:\vhds\Disk1.vhdx " -DestinationPath " c:\vhds\Disk1_dynamic.vhdx " -VHDType Dynamic
# Step 2: Attach the VHDX to VM1
Use PowerShell to add the disk to VM1:
p owershell
Copy
Add-VMHardDiskDrive -VMName " VM1 " -Path " c:\vhds\Disk1.vhdx "
# Or do it via Hyper-V Manager:
Open Hyper-V Manager.
Select VM1 and go to Settings.
In the left pane, select SCSI Controller (recommended for hot-add).
Click Add Hard Drive.
Browse and select c:\vhds\Disk1.vhdx.
Click Apply and OK.
# Step 3: Verify Hot-Add Support (Optional)
If VM1 is running Windows Server 2012 or later and uses a SCSI Controller, the VHDX can be added without shutting down the VM.
# Step 4: Verify the Di sk in the VM
Inside VM1, open Disk Management (diskmgmt.msc).
The newly attached disk should appear as unallocated.
Initialize it, create a volume, and format if needed.
Summary
VHDX file type: Must be dynamic for expanding.
Hot-adding supported if attached via SCSI Controller and OS supports it.
Now Disk1.vhdx is attached to VM1 and can expand dynamically.
Explanation:
TASK 7
# Objective:
Attach the VHDX file c:\vhds\Disk1.vhdx to VM1 so it can dynamically expand when VM1 is running.
Step-by-Step Guide
# Step 1: Verify the VHDX File Type
Dynamic expansion means the virtual disk type should be dynamic (not fixed).
Let's verify the disk type of Disk1.vhdx:
powershell
Copy
Get-VHD -Path " c:\vhds\Disk1.vhdx "
In the output, ensur e that VhdType shows Dynamic.
If it's not dynamic, convert it:
powershell
Copy
Convert-VHD -Path " c:\vhds\Disk1.vhdx " -DestinationPath " c:\vhds\Disk1_dynamic.vhdx " -VHDType Dynamic
# Step 2: Attach the VHDX to VM1
Use PowerShell to add the disk to VM1:
p owershell
Copy
Add-VMHardDiskDrive -VMName " VM1 " -Path " c:\vhds\Disk1.vhdx "
# Or do it via Hyper-V Manager:
Open Hyper-V Manager.
Select VM1 and go to Settings.
In the left pane, select SCSI Controller (recommended for hot-add).
Click Add Hard Drive.
Browse and select c:\vhds\Disk1.vhdx.
Click Apply and OK.
# Step 3: Verify Hot-Add Support (Optional)
If VM1 is running Windows Server 2012 or later and uses a SCSI Controller, the VHDX can be added without shutting down the VM.
# Step 4: Verify the Di sk in the VM
Inside VM1, open Disk Management (diskmgmt.msc).
The newly attached disk should appear as unallocated.
Initialize it, create a volume, and format if needed.
Summary
VHDX file type: Must be dynamic for expanding.
Hot-adding supported if attached via SCSI Controller and OS supports it.
Now Disk1.vhdx is attached to VM1 and can expand dynamically.
VM2の技術要件を満たす必要があります。
あなたはどうすべきでしょうか?
あなたはどうすべきでしょうか?
Correct Answer: B
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
タスク2
share1 という名前の Azure ファイル共有がオンプレミスのサーバーと同期できることを確認する必要があります。
必要なソースファイルは、\\dc1.contoso.com\install という名前のフォルダにあります。
現時点では、オンプレミスサーバーを指定する必要はありません。
share1 という名前の Azure ファイル共有がオンプレミスのサーバーと同期できることを確認する必要があります。
必要なソースファイルは、\\dc1.contoso.com\install という名前のフォルダにあります。
現時点では、オンプレミスサーバーを指定する必要はありません。
Correct Answer:
See the solution of this Task below.
Explanation:
One possible solution to ensure that the Azure file share named share1 can sync to on-premises servers is to use Azure File Sync. Azure File Sync allows you to centralize your file shares in Azure Files without giving up the flexibilit y, performance, and compatibility of an on-premises file server. It does this by transforming your Windows Servers into a quick cache of your Azure file share. You can use any protocol available on Windows Server to access your data locally (including SMB, NFS, and FTPS) and you can have as many caches as you need across the world1.
Here are the steps to configure Azure File Sync for the Azure file share named share1 and the source files located in a folder named \dc1.contoso.com\install:
On the Azure porta l, create a Storage Sync Service in the same region as your storage account that contains the Azure file share named share1. For more information on how to create a Storage Sync Service, see How to deploy Azure File Sync.
On the on-premises server that hos ts the folder named \dc1.contoso.com\install, install the Azure File Sync agent. For more information on how to install the Azure File Sync agent, see Install the Azure File Sync agent.
On the on-premises server, register the server with the Storage Sync S ervice that you created in the first step.
For more information on how to register a server with a Storage Sync Service, see Register/unregister a server with Storage Sync Service.
On the Azure portal, create a sync group that defines the sync topology for a set of files. In the sync group, select the Azure file share named share1 as the cloud endpoint and the folder named \dc1.contoso.com\install as the server endpoint. For more information on how to create a sync group, see Create a sync group and a cloud endpoint and Create a server endpoint.
Wait for the initial sync to complete. You can monitor the sync progress on the Azure portal or on the on- premises server. For more information on how to monitor sync progress, see [Monitor sync progress].
Once the i nitial sync is complete, you can add more on-premises servers to the same sync group to sync and cache the content locally. You can also enable cloud tiering to optimize the storage space on the on-premises servers by tiering infrequently accessed or older files to Azure Files.
Explanation:
One possible solution to ensure that the Azure file share named share1 can sync to on-premises servers is to use Azure File Sync. Azure File Sync allows you to centralize your file shares in Azure Files without giving up the flexibilit y, performance, and compatibility of an on-premises file server. It does this by transforming your Windows Servers into a quick cache of your Azure file share. You can use any protocol available on Windows Server to access your data locally (including SMB, NFS, and FTPS) and you can have as many caches as you need across the world1.
Here are the steps to configure Azure File Sync for the Azure file share named share1 and the source files located in a folder named \dc1.contoso.com\install:
On the Azure porta l, create a Storage Sync Service in the same region as your storage account that contains the Azure file share named share1. For more information on how to create a Storage Sync Service, see How to deploy Azure File Sync.
On the on-premises server that hos ts the folder named \dc1.contoso.com\install, install the Azure File Sync agent. For more information on how to install the Azure File Sync agent, see Install the Azure File Sync agent.
On the on-premises server, register the server with the Storage Sync S ervice that you created in the first step.
For more information on how to register a server with a Storage Sync Service, see Register/unregister a server with Storage Sync Service.
On the Azure portal, create a sync group that defines the sync topology for a set of files. In the sync group, select the Azure file share named share1 as the cloud endpoint and the folder named \dc1.contoso.com\install as the server endpoint. For more information on how to create a sync group, see Create a sync group and a cloud endpoint and Create a server endpoint.
Wait for the initial sync to complete. You can monitor the sync progress on the Azure portal or on the on- premises server. For more information on how to monitor sync progress, see [Monitor sync progress].
Once the i nitial sync is complete, you can add more on-premises servers to the same sync group to sync and cache the content locally. You can also enable cloud tiering to optimize the storage space on the on-premises servers by tiering infrequently accessed or older files to Azure Files.
VM1という名前のAzure仮想マシンがあり、その仮想マシンにはプライベートIPアドレスのみが割り当てられています。
VM1上でWindows Admin Center拡張機能を設定します。
お客様は、Windows 11が動作するオンプレミスのコンピュータを所有しています。このコンピュータは、サーバー管理に使用されています。
AzureポータルからWindows Admin Centerを使用してVM1を管理できることを確認する必要があります。
何を設定すればよいですか?
VM1上でWindows Admin Center拡張機能を設定します。
お客様は、Windows 11が動作するオンプレミスのコンピュータを所有しています。このコンピュータは、サーバー管理に使用されています。
AzureポータルからWindows Admin Centerを使用してVM1を管理できることを確認する必要があります。
何を設定すればよいですか?
Correct Answer: A
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
