PrepAway - Latest Free Exam Questions & Answers

Which Windows PowerShell cmdlet should you run?

A company has an Office 365 tenant that has an Enterprise E1 subscription. You synchronize disabled user accounts from an Active Directory Domain Services environment.
You need to enable the user accounts in Office 365.
Which Windows PowerShell cmdlet should you run? panes or scroll to view content. to TCP/IP networking, intranets, and the Internet. Ports and protocol numbers provide access to a host computer. However, they also create a security hazard by allowing uninvited access. Therefore, knowing which port to allow or disable increases a network’s security. If the wrong ports or protocol numbers are disabled on a firewall, router, or proxy server as a security measure, essential services might become unavailable. connection over SSL.

PrepAway - Latest Free Exam Questions & Answers

A.
Set-MsolUser

B.
Redo-MsolProvisionUser

C.
Set-MsolUserLicense

D.
Set-MsolUserPrincipalName

E.
Convert-MsolFederatedUser

F.
Set-MailUser

G.
Set-LinkedUser

H.
New-MsolUser

Explanation:

The Set-MsolUser cmdlet is used to update a user object. This cmdlet should be used for basic properties only.
Example: The following command sets the multi-factor authentication on this user.
Enable a user:
$st = New-Object -TypeNameMicrosoft.Online.Administration.StrongAuthenticationRequirement
$st.RelyingParty = “*”
$st.State = “Enabled”
$sta = @($st)
Set-MsolUser -UserPrincipalName user@contoso.com -StrongAuthenticationRequirements $sta

Q145
DRAG DROP

A company deploys an Office 365 tenant. All employees use Skype for Business Online.
You need to configure the network firewall to support Skype for Business Online.
Which ports must you open? To answer, drag the appropriate port number to the correct feature or features.
Each port number may be used once, more than once, or not at all. You may need to drag the split bar between

Transport Control Protocol (TCP), User Datagram Protocol (UDP) ports, and Protocol Numbers are important
Port 443 is used for Audio, video and application sharing sessions as well as data sharing sessions – For
HTTPS.
Port 5223 is used for mobile push notifications – Extensible Messaging and Presence Protocol (XMPP) client


Leave a Reply