Forum Discussion
tpoljak
9 years agoNew Member
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...
- 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....
tpoljak
9 years agoNew Member
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....