Free SC-300 Exam Braindumps (page: 14)

Page 14 of 80

You have 2,500 users who are assigned Microsoft Office 365 Enterprise E3 licenses. The licenses are assigned to individual users.

From the Groups blade in the Azure Active Directory admin center, you assign Microsoft Office 365 Enterprise E5 licenses to a group that includes all users.

You need to remove the Office 365 Enterprise E3 licenses from the users by using the least amount of administrative effort.

What should you use?

  1. the Set-MsolUserLicensecmdlet
  2. the Set-AzureADGroupcmdlet
  3. the Set-WindowsProductKeycmdlet
  4. the Administrative units blade in the Azure Active Directory admin center

Answer(s): A



You have 2,500 users who are assigned Microsoft Office 365 Enterprise E3 licenses. The licenses are assigned to individual users.

From the Groups blade in the Azure Active Directory admin center, you assign Microsoft 365 Enterprise E5 licenses to a group that includes all the users.

You need to remove the Office 365 Enterprise E3 licenses from the users by using the least amount of administrative effort.

What should you use?

  1. the Set-AzureADGroupcmdlet
  2. the Identity Governance blade in the Azure Active Directory admin center
  3. the Set-WindowsProductKeycmdlet
  4. the Set-MsolUserLicensecmdlet

Answer(s): D


Reference:

https://learn.microsoft.com/en-us/powershell/module/msonline/set-msoluserlicense?view=azureadps-1.0



HOTSPOT (Drag and Drop is not supported)
Your on-premises network contains an Active Directory domain that uses Azure AD Connect to sync with an Azure AD tenant.

You need to configure Azure AD Connect to meet the following requirements:

-User sign-ins to Azure AD must be authenticated by an Active Directory domain controller.
-Active Directory domain users must be able to use Azure AD self-service password reset (SSPR).

What should you use for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: Pass-through authentication

User sign-ins to Azure AD must be authenticated by an Active Directory domain controller.
Pass-through authentication
Pass-through authentication (PTA) - This option is similar to password hash sync, but provides a simple password validation using on-premises software agents for organizations with strong security and compliance policies.

Azure AD Pass-through Authentication.Provides a simple password validation for Azure AD authentication services by using a software agent that runs on one or more on-premises servers. The servers validate the users directly with your on-premises Active Directory, which ensures that the password validation doesn't happen in the cloud.

Incorrect:
* Federation authentication
Federated authentication - When you choose this authentication method Azure AD will hand off the authentication process to a separate trusted authentication system, such as AD FS or a third-party federation system, to validate the user's sign-in.

* Password Hash Sync enables users to use the same username and password that they use on-premises without having to deploy any additional infrastructure besides Azure AD Connect.

Note: Password hash synchronization is one of the sign-in methods used to accomplish hybrid identity. Azure AD Connect synchronizes a hash of a user's password from an on-premises Active Directory instance to a cloud-based Azure AD instance.

Password hash synchronization is an extension to the directory synchronization feature implemented by Azure AD Connect sync. You can use this feature to sign in to Azure AD services like Microsoft 365. You sign in to the service by using the same password you use to sign in to your on-premises Active Directory instance.

Box 2: Password writeback
Active Directory domain users must be able to use Azure AD self-service password reset (SSPR).

Enable password writeback for SSPR
With password writeback enabled in Azure AD Connect, now configure Azure AD SSPR for writeback. SSPR can be configured to writeback through Azure AD Connect sync agents and Azure AD Connect provisioning agents (cloud sync). When you enable SSPR to use password writeback, users who change or reset their password have that updated password synchronized back to the on-premises AD DS environment as well.


Reference:

https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-phs
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-user-signin
https://learn.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-sspr-writeback



You have 2,500 users who are assigned Microsoft Office 365 Enterprise E3 licenses. The licenses are assigned to individual users.

From the Groups blade in the Azure Active Directory admin center, you assign Microsoft Office 365 Enterprise E5 licenses to a group that includes all users.

You needed to remove the Office 365 Enterprise E3 licenses from the users by using the least amount of administrative effort.

What should you use?

  1. the Groups blade in the Azure Active Directory admin center
  2. the Set-AzureADGroupcmdlet
  3. the Identity Governance blade in the Azure Active Directory admin center
  4. the Set-MsolUserLicensecmdlet

Answer(s): D

Explanation:

To remove all licenses from a group of existing licensed users, use either of the following methods:

Filter the accounts based on an existing account attribute To do this, use the following syntax:

$userArray = Get-MsolUser -All <FilterableAttributes> | where {$_.isLicensed -eq $true}
for ($i=0; $i -lt $userArray.Count; $i++)
{
Set-MsolUserLicense -UserPrincipalName $userArray[$i].UserPrincipalName -RemoveLicenses $userArray[$i].licenses.accountskuid
}
This example removes all licenses from all user accounts in the Sales department in the United States.

$userArray = Get-MsolUser -All -Department "Sales" -UsageLocation "US" | where {$_.isLicensed -eq $true}
for ($i=0; $i -lt $userArray.Count; $i++)
{
Set-MsolUserLicense -UserPrincipalName $userArray[$i].UserPrincipalName -RemoveLicenses $userArray[$i].licenses.accountskuid
}


Reference:

https://learn.microsoft.com/en-us/microsoft-365/enterprise/remove-licenses-from-user-accounts-with-microsoft-365-powershell



Page 14 of 80



Post your Comments and Discuss Microsoft SC-300 exam with other Community members:

Subodh commented on December 11, 2024
Q45 Is wrong, it should be User Administrator
Anonymous
upvote

gg commented on December 01, 2024
it seems ok the questions and answers look legit.
Anonymous
upvote

Anonymous commented on March 24, 2024
as per https://learn.microsoft.com/en-us/entra/id-governance/deploy-access-reviews question 32 is wrong. Its asking for least privileged access.
Anonymous
upvote

siva commented on May 17, 2023
very helpfull
Anonymous
upvote

Barley commented on December 22, 2023
question 18 is wrong
UNITED STATES
upvote

Barley commented on December 22, 2023
question 22 is out of date and should be updated.
UNITED STATES
upvote

MyBrain commented on October 12, 2023
q28 and q32 are the same but with different response... what is the right answer in this case? thanks !
Anonymous
upvote

Jorn commented on July 13, 2023
relevant questions
UNITED KINGDOM
upvote

Barley commented on December 22, 2023
Question 22 is out of date and should be updated.
UNITED STATES
upvote

Barley commented on December 22, 2023
Question 18 is wrong
UNITED STATES
upvote

MyBrain commented on October 12, 2023
Q28 and Q32 are the same but with different response... What is the right answer in this case? Thanks !
Anonymous
upvote

ferry commented on September 29, 2023
gret was ok
NETHERLANDS
upvote

mani commented on August 29, 2023
awesome questions
Anonymous
upvote

Jorn commented on July 13, 2023
Relevant questions
UNITED KINGDOM
upvote

Paiva commented on June 04, 2023
PDF is good formatted and exam prep course practice questions are same as the test.
GERMANY
upvote

siva commented on May 17, 2023
very helpfull
Anonymous
upvote

Liotta commented on April 11, 2023
A friend recommended this site and I went based on her recommendation. I am glad I did. The questions are all valid and I passed.
CANADA
upvote

Lesli commented on March 30, 2023
Just purchased and downloaded my files. So far all looks good.
UNITED STATES
upvote

lols De Tees commented on September 02, 2022
I passed the exam today. The majority of the question was the same as the practice test. However, there were 11 new questions added.
UNITED STATES
upvote

Brendan commented on August 01, 2022
Now I know how to pass these freaking stupid exams. These exam dumps are the best way to pass your exams.
UNITED STATES
upvote