PowerShell - Active Directory
What will be the result of running this command?
Get-ADUser -Filter 'PasswordNeverExpires -eq $true' -Properties PasswordNeverExpires | Select-Object Name, PasswordNeverExpires
