Which Windows PowerShell cmdlet should you run?

Posted by: Pdfprep Category: 70-346 Tags: , ,

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

Answer: C

Explanation:

The Set-MsolUser cmdlet is used to update a user object.

The parameter -PasswordNeverExpires <Boolean>

Sets whether or not the user’s password willexpireperiodically.

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

Leave a Reply

Your email address will not be published.