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...
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...