Hey everyone! I'm in search of a tool that lets me customize how user equipment information is displayed. Ideally, I want something that users can double-click to quickly see details like their PC name, IP address, and AnyDesk ID. Unfortunately, we're using local accounts and are not on Azure or any other service like that, so I need something that works without those integrations.
2 Answers
Creating a PowerShell script could be a straightforward way to tackle this. BGInfo might not align perfectly with your needs, but scripting it yourself lets you tailor it exactly how you want.
You might want to check out PowerBGInfo as an alternative to BGInfo. Since it’s built on PowerShell, you can easily customize it to show pretty much any info you can query using PowerShell.

Thanks for the suggestion! I'm working on a PS file, but I'm struggling to get it to display cleanly for users. Any scripts you've seen that could help would be great!