I'm looking for a straightforward method to help users check their IP address. Our tech team sometimes needs to remotely access users' computers. For desktops that are hybrid joined, it's pretty easy since we can just use the computer name. However, for laptops that are only Azure Active Directory (AAD) joined, users move around a lot, making it tricky to connect via name since it can be hit or miss. I'd like a simple solution that allows users to see their IP address directly, especially since about half of them struggle with keyboard shortcuts like Ctrl+C. Any suggestions?
6 Answers
For internal IP checks, I like using easy websites like myip.is, which provide clear IP information without any ads. You could create a desktop shortcut to this site for users. Simple and effective!
We had a script at my last job that automatically showed essential info like the IP address right when you clicked it. It included the hostname and other helpful details. Maybe you could look into something similar? It really helped out the techs so they weren't just waiting on users to relay information.
Have you thought about investing in a Remote Monitoring and Management (RMM) tool? It would allow you to connect just by searching for a user or device name, making the whole process smoother, especially for remote workers!
BGInfo is a great option! It displays important information, including the IP address, right on the desktop wallpaper. That way, users can always see it when they log in. However, it's worth noting that some might find it a bit distracting to have that information constantly on the background.
For a more user-friendly approach, consider creating a desktop shortcut that users can click. This shortcut could launch a small script or app that shows their IP address in a pop-up window. It might be easier for them than relying on keyboard shortcuts. What do you think?
While BGInfo is a good quick fix, you might want to explore other remote support tools like ScreenConnect or Quick Assist. These tools could provide more stability and better ways to connect without relying on users to read off their changing IPs. Just a thought!

That sounds like an excellent idea! It simplifies the process and ensures that users won't struggle with commands.