Forum Discussion
Anonymous
6 years agoNot applicable
Query Active Directory for extended attributes
I have managed to query active directory succesfully but cannot find extended attributes (extensionAttribute1,extensionAttribute2,etc) anywhere, ¿which table contains those attributes?. Thanks in...
v-frfei-msft
6 years agoCommunity Support
Hi Anonymous ,
We can connect to Active Directory from Power BI Desktop following the instructions in this blog, load user table and computer table into Desktop.
As per this similar blog and similar thread, user account status and computer status are controlled by the userAccountControl attribute, you should be able to expand userAccountControl column from user table and computer table in Power BI Desktop, then check the values.