仮想マシンがロードされるまでお待ちください。ロードしたら、実習セクションに進むことができます。これには数分かかる場合があり、待機時間はテスト時間全体から差し引かれません。
[次へ]ボタンが使用可能になったら、クリックして実習セクションにアクセスします。このセクションでは、ライブ環境で一連のタスクを実行します。ほとんどの機能はライブ環境と同様に使用できますが、一部の機能(コピーアンドペースト、外部Webサイトへの移動機能など)は設計上不可能です。
スコアリングは、ラボで説明されているタスクを実行した結果に基づいています。つまり、タスクをどのように達成するかは問題ではありません。タスクを正常に実行すると、そのタスクのクレジットを獲得できます。
ラボのタイミングは個別ではなく、この試験には複数のラボが必要な場合があります。各ラボを完了するのに必要な時間を使用できます。ただし、時間を適切に管理して、指定された時間内にラボおよび試験の他のすべてのセクションを完了することができるようにする必要があります。
ラボ内で[次へ]ボタンをクリックして作業を送信すると、ラボに戻ることはできません。
次へをクリックして、ラボに進むことができます。
ラボ情報
必要に応じて、次のログイン資格情報を使用します。
ユーザー名を入力するには、サインインボックスにカーソルを置き、下のユーザー名をクリックします。
パスワードを入力するには、[パスワードの入力]ボックスにカーソルを置き、以下のパスワードをクリックします。
Microsoft 365ユーザー名:
[email protected]Microsoft 365パスワード:* yfLo7Ir2&y-
Microsoft 365ポータルがブラウザーに正常にロードされない場合は、CTRL-Kを押してポータルを新しいブラウザータブに再ロードします。
次の情報は、テクニカルサポートのみを目的としています。
ラボインスタンス:10811525
あなたの組織は、ニューヨークにオフィスを開設し、100人のユーザーをオフィスに追加することを計画しています。すべての新規ユーザーの都市属性はニューヨークになります。
ニューヨークオフィスのすべての新規ユーザーにMicrosoft Office 365のライセンスが自動的に付与されるようにする必要があります。
正解:
See explanation below.
Explanation
You need create a dynamic group based on the city attribute. You then need to assign a license to the group.
User accounts with the city attribute set to 'New York will automatically be added to the group. Anyone who is added to the group will automatically be assigned the license that is assigned to the group.
1. Go to the Azure Active Directory admin center.
2. Select Azure Active Directory then select Groups.
3. Click on the New Group link.
4. Give the group a name such as New York Users.
5. Select Users as the membership type.
6. Select 'Add dynamic query'.
7. Select 'City' in the Property drop-down box.
8. Select 'Equals' in the Operator drop-down box.
9. Enter 'New York' as the Value. You should see the following text in the Expression box: user.city -eq "New York"
10. Click Save to create the group.
11. In the Groups list, select the new group to open the properties page for the group.
12. Select 'Licenses'.
13. Select the '+ Assignments' link.
14. Tick the box to select the license.
15. Click the Save button to save the changes.
References:
https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-dynamic-membership
https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/licensing-groups-assign