PdfPrep.com

How should you complete the Windows PowerShell command?

HOTSPOT

You need to implement the password policy for ADatum Corporation users.

How should you complete the Windows PowerShell command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Set-MsolPasswordPolicy -ValidityPeriod 180 -NotificationDays 14 -DomainName adatum.com

The Set-MsolPasswordPolicy cmdlet is used to update the password policy of a specified domain or tenant.

The CValidityPeriod parameter stipulates the length of time that a password is valid before it must be changed.

The CNotificationDays parameter stipulates the number of days before the password expiration date that triggers when users receive their first notification that their password will soon expire.

Explanation: https://docs.microsoft.com/en-us/powershell/module/msonline/set-msolpasswordpolicy?view=azureadps-1.0

Exit mobile version