HOTSPOT
A company has an Office 365 tenant. You install the Microsoft Azure Active Directory module for Windows
PowerShell.
An employee leaves the company. The employee’s account is named user1@contoso.com.
You need to hard delete the user’s account.
remove a specific user from Azure Active Directory permanenly. or-certain-features-do

Explanation:
The Connect-MsolService cmdlet attempts to establish a connection to Azure Active Directory. Running the
Remove-MsolUser cmdlet with the -UserPrincipalName <String>-RemoveFromRecycleBin parameters will
References: https://docs.microsoft.com/en-us/powershell/module/msonline/remove-msoluser?view=azureadps-
1.0How should you complete the relevant Windows PowerShell commands? To answer, select the appropriate
Windows PowerShell segments from each list in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:![]()
References:https://support.microsoft.com/en-za/help/2409256/you-can-t-connect-to-skype-for-business-online–
From 70-346 REF BOOK
In some cases, you want to delete a user account entirely, bypassing the Azure Active Directory Recycle Bin. This is called a “hard delete.” You can hard delete a specific user as long as you know their UPN.
To hard delete the user with the UPN don.funk@adatum346ER.onmicrosoft.com you would issue the following command:
Remove-MsolUser –UserPrincipalName don.funk@adatum346ER.onmicrosoft.com –Forc
4
2
fiber is wrong. ur commands is for soft delete. The question is hard delete in Ad. so it should be Remove-MsolUser –UserPrincipalName user1@contoso.com –RemovefromRecycle bin
The -force command purpose is it will not ask you for confirmation
6
1