Microsoft Managing Microsoft Teams (MS-700日本語版) - MS-700日本語 Exam Practice Test

Microsoft Teams を使用する Microsoft 365 サブスクリプションがあります。
次のアプリのみが Microsoft Teams アプリ ストアで利用可能であることを確認する必要があります。
リスト
計画
速報
OneNote
PowerApps
ソリューションは、管理作業を最小限に抑える必要があります。
あなたは何をするべきか?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
contoso.com という名前の Microsoft 365 サブスクリプションがあり、Microsoft Teams を使用し、次の表に示すユーザーが含まれています。

Azure AO では、外部コラボレーション設定は図に示すように構成されます (図タブをクリックします)。

Teams でのゲスト アクセスを許可するがオンに設定されています。
次の表に示すユーザーを含む Project! という名前のチームがあります。

User1 と User3 は両方とも Project1 というラーンの所有者です。User2 は Project1 のメンバーです。
以下の各文について、正しい場合は「はい」を選択してください。そうでない場合は「いいえ」を選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
Correct Answer:

Explanation:
次の図に示すように、Microsoft 通話品質ダッシュボードを開きます。
すべてのオーディオストリーム
このレポートは、過去7ヶ月間の月間オーディオストリーム数、低品質通話数、および低品質通話率を示しています。フィルターは適用されていないため、このデータはサービスによって取得されたすべての通話データを反映しています。ワイヤレスネットワークおよび外部ネットワークを介したオーディオ通話は、低品質通話率の上昇につながる可能性があります。
Correct Answer:

Explanation:
あなたの会社は Microsoft 365 サブスクリプションを持っています。
Contoso, Ltd. という名前のパートナー会社のユーザーがチーム内の会社のユーザーと共同作業できることを確認する必要があります。このソリューションでは、Contoso ユーザーがチャネル内でチャット メッセージを交換できるようにする必要があります。
Contoso ユーザーをチームに追加する前に実行する必要がある 3 つのアクションはどれですか? それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer: B,C,E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
タスク12
チームとチャネルを管理できずに Teams Phone の構成を管理できる、TeamsAdmin という名前の Microsoft 365 グループを作成する必要があります。
Correct Answer:
See the solution in the explanation below:
Explanation:
To create a Microsoft 365 group named TeamsAdmin that can manage Teams Phone configurations without being able to manage teams and channels, you need to use PowerShell to create the group and assign the Teams Communications Administrator role to it. Here are the steps to follow:
* Install the Azure Active Directory PowerShell for Graph module by running the following cmdlet:
Install-Module -Name AzureAD
* Connect to Azure Active Directory by running the following cmdlet and entering your Microsoft 365 username and password:
Connect-AzureA Create a new Microsoft 365 group named TeamsAdmin by running the following cmdlet:
New-AzureADMSGroup -DisplayName " TeamsAdmin " -Description " Group for managing Teams Phone configurations " -MailEnabled $false -MailNickName " TeamsAdmin " -SecurityEnabled $true -GroupTypes
" Unified "
* Get the object ID of the new group by running the following cmdlet:
Get-AzureADMSGroup -Filter " DisplayName eq ' TeamsAdmin ' "
* Copy the object ID from the output and assign it to a variable, such as $groupID, by running the following cmdlet:
$groupID = " your-object-i Install the Microsoft Teams PowerShell module by running the following cmdlet:
Install-Module -Name MicrosoftTeams
* Connect to Microsoft Teams by running the following cmdlet and entering your Microsoft 365 username and password:
Connect-MicrosoftTeams
* Get the role ID of the Teams Communications Administrator role by running the following cmdlet:
Get-CsOnlineRole -Identity " Teams Communications Administrator "
* Copy the role ID from the output and assign it to a variable, such as $roleID, by running the following cmdlet:
$roleID = " your-role-id "
* Assign the Teams Communications Administrator role to the TeamsAdmin group by running the following cmdlet:
New-CsOnlineRoleAssignment -SecurityGroupId $groupID -RoleDefinitionName $roleID Now, you have created a Microsoft 365 group named TeamsAdmin that can manage Teams Phone configurations without being able to manage teams and channels. You can add members to this group by using the Azure Active Directory admin center or PowerShell.
ユーザーは、Microsoft Teams 音声会議中に品質が悪いと報告しています。
次の図に示すように、ユーザーのデバイスから音声会議中にネットワーク トレースを実行します。

音声会議の品質が低い原因は何ですか?
Correct Answer: B Vote an answer
Teams が展開されています。
すべてのユーザーに Microsoft 365 Copilot ライセンスが割り当てられます。
Teams 会議の参加者が会議中および会議後に Copilot 機能にアクセスできることを確認する必要があります。
最初にどの設定を有効にする必要がありますか?
Correct Answer: C Vote an answer
Microsoft Teams に Team1 という名前のチームがあり、そのチャネルは次の表のとおりです。

どのチャンネルがモデレーションをサポートしていますか?
Correct Answer: D Vote an answer
User1 という名前のユーザーを含む Microsoft Office 365 サブスクリプションがあります。
User1 が Microsoft Teams 管理センターで使用状況レポートを閲覧できるようにする必要があります。このソリューションでは、最小権限の原則を適用する必要があります。
User1 に割り当てるべきロールはどれですか?
Correct Answer: B Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
通話処理の要件を満たすにはどのタイプのライセンスが必要ですか?
Correct Answer: B Vote an answer
Teams を使用する Microsoft 365 E5 サブスクリプションがあります。
会社では、非アクティブなチームをすべて削除する必要があります。
過去 90 日間に非アクティブだったチームを特定する必要があります。
何を使うべきでしょうか?
Correct Answer: C Vote an answer