Forum Discussion

tpoljak's avatar
tpoljak
New Member
9 years ago
Solved

Integration Power BI with AD onpremise

Hi,   I've connected Power BI to the local AD environment and got really useful reports using a lot of Computer and User attributes. It's really useful!   To be prepared for all of my tests, I ne...
  • tpoljak's avatar
    tpoljak
    9 years ago

    Hi,

     

    Based on my research, I can't also find these AD atributes in Power BI. I'm using this powershell script to get it:

    Get-ADComputer -Filter {(name -like "*")} -properties * | Select Name, DnsHostName, Enabled, Created, PasswordLastSet.

     

    Maybe will be useful to someone....