PrepAway - Latest Free Exam Questions & Answers

You are the Office 365 administrator for your company. A user named User1 from a partner organization is permi

You are the Office 365

administrator for your company. A user named User1 from a partner organization is permitted to sign in and use the Office 365 services.

User1 reports that the password expires in ten days. You must set the password to never expire. Changes must NOT impact

any other accounts.

You need to update the password policy for the user.

Which Windows PowerShell cmdlet should you run?

A.

Set-MsolPasswordPolicy

B.

Set-MsolPartnerlnformation

C.

Set-MsolUser

D.

Set-MsolUserPassword

Explanation:

The Set-Mso

lUser cmdlet is used to update a user object.

The parameter -PasswordNeverExpires

Sets whether or not the users password will expire periodically.

So the command Set-MsolUser -PasswordNeverExpires $true would make the appropriate configuration.


Leave a Reply