Account Expiry

  • Thread starter Thread starter ItsMe-Roger
  • Start date Start date
I

ItsMe-Roger

Guest
Hi Experts
I am using the below syntax to exports users and i am getting the output, i also want to export Account Expiry information.
please help me to add in the below syntax

Get-ADuser -filter * -Properties * | Select -property SamaccountName, DisplayName, created, LastLogonDate, Enabled, EmailAddress, EmployeeID | Export-Csv C:\output.csv -NoTypeInformation

Continue reading...
 
Back
Top