Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

Cannot export certain attributes that ARE populated

$
0
0

Hi,

Can anyone explain why when using QAD cmdlets I cannot eport certain attributes? eg, if I run the following

Get-QADUser * -searchroot 'ou=users,dc=domain,dc=com' | select -property name, displayname

The displayname attribute is exported but if I run

Get-QADUser * -searchroot 'ou=users,dc=domain,dc=com' | select -property name,extensionAttribute1 no data is exported even though the attribute is populated

 

Many thanks


Viewing all articles
Browse latest Browse all 10624