Hi
I have these simple script to pull the attribute values:
import-module ActiveDirectory Get-ADUser -filter {objectclass -eq "user"} -Properties extensionattribute5| select name, extensionattribute1 | Export-Csv Attributes_Result.csv
I need to add the user membership to these report on another column.
How can I do this?
Maelito
Maelito