Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

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 6937

Trending Articles