Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You company has a Microsoft 365 subscription and a Virtual Desktop Infrastructure (VDI) solution.
The company's Microsoft Teams upgrade policy is set to Teams only coexistence mode.
You deploy the Microsoft Installer (MSI) package for Microsoft Teams to the VDI solution.
Several months later, users of the VDI solution report that their workstation is missing several new Microsoft Teams features.
You need to ensure that the VDI solution users can use the new Microsoft Teams features.
Solution: You run the Grant-CsTeamsUpgradePolicy cmdlet and specify the -PolicyName parameter.
Does this meet the goal?
You need to implement a solution to meet the Microsoft Teams requirements for the compliance department.
What should you do first?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You company has a Microsoft 365 subscription and a Virtual Desktop Infrastructure (VDI) solution.
The company's Microsoft Teams upgrade policy is set to Teams only coexistence mode.
You deploy the Microsoft Installer (MSI) package for Microsoft Teams to the VDI solution.
Several months later, users of the VDI solution report that their workstation is missing several new Microsoft Teams features.
You need to ensure that the VDI solution users can use the new Microsoft Teams features.
Solution: You uninstall the Microsoft Teams MSI package, and then reinstall a new Microsoft Teams MSI package.
Does this meet the goal?
SIMULATION
Task 12
you need to create a Microsoft 365 group named TeamsAdmin that can manage Teams Phone configurations without being able to manage teams and channels.
Answer : A
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-AzureACreate 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-iInstall 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.
Your company has a Microsoft 365 subscription.
The company's global app permission policy is configured as shown in the following exhibit.
Users report that they can view the list of available third-party apps from the Microsoft Teams client.
You need to ensure that the Who app is the only visible app from the Microsoft Teams client.
What should you modify?
Answer : C
https://docs.microsoft.com/en-us/microsoftteams/teams-app-permission-policies
'Users report that they can view the list of available third-party apps from the Microsoft Teams client' Key word, they can 'view' them
Your company has a Microsoft 365 subscription.
You have a team that uses the following dynamic rule.
Which user will be included in the group?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your company has a Microsoft 365 subscription that uses an Azure Active Directory (Azure AD) tenant named contoso.com.
You need to prevent guest users in the tenant from using cameras during Microsoft Teams meetings.
Solution: From Microsoft Teams admin center, you modify the Guest access settings.
Does this meet the goal?
Answer : A
Guest access in Teams allows people outside you organization to access teams and channels. When you turn on Guest Access, you can turn on or off features guests users can or can't use.
https://docs.microsoft.com/en-us/microsoftteams/set-up-guests