Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

PowerBI | AD | Query

Hello,

I trying to build a compliance that checks one table with another and let know the difference. One of my table is from AV product which I was able to fetch to PowerBI.

However the other one is AD. I am aware of AD integrating with PowerBI, but there are numerous tables scattered throughout the AD, and I am unable to map it for my requirement.

Currently I am achieving through Powershell query and export to csv and then compare. 

 

 

Get-ADComputer -Filter * -Property * | Format-Table Name,OperatingSystem,IPv4Address,Description -Wrap -Auto

 


Is there anyway that I can make use of PowerBI to get an automated updated data? 

3 Replies