Valid 70-346 Dumps shared by ExamDiscuss.com for Helping Passing 70-346 Exam! ExamDiscuss.com now offer the newest 70-346 exam dumps, the ExamDiscuss.com 70-346 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-346 dumps with Test Engine here:
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?
Correct Answer: C
Explanation/Reference: 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 -PasswordNeverExpires $true would make the appropriate configuration.