Powershell Universal Dashboard

Copper Contributor

Dear members,

 

I would like to know about the Powershell Universal Dashboard. Can anyone help me understand about PoSH UD with references, practical application and how to use it in real time production env?

6 Replies
check this YouTube playlist with many examples https://www.youtube.com/playlist?list=PL-0mHH7DlSiSZ4ozleNTUSXNkF6dlySVz

@govsrk

If your interested in a Udemy course on the Universal Dashboard community edition I created one.

Here is a coupon code that is valid for 30 days: DDA400CDC36849F7D6FE

@govsrk 

Hi, if your interested in a Udemy course on the Universal Dashboard community edition I created one.

Here is a coupon code that is valid for 30 days: DDA400CDC36849F7D6FE

The link the course is here: https://www.udemy.com/course/powershell-web-dashboard/?referralCode=6201A79A46A3C047BE48

I use PoshUD to show our management team KPI numbers/stats on a central webpage. I'm using the flexibility of PowerShell to get AD numbers, use REST API's to get numbers out of a number of our cloud based services, combine those & store them so that I can show historical data. I've been doing this since 2017 and keep expanding the features of the website. We also use PowerBI , but (AFAIK) my solution is far better at close to real time data. (for example from AD).

 

For example, the historical overview of our user growth over time, and especially what type of user has the fastest growth numbers have helped us tailor our IT services towards that population.

It sounds a lot more boring when I'm writing this down than it is to code it though ;)

Thanks a lot @JoshPGreen
Thanks a lot mike