GithubHelp home page GithubHelp logo

bytesizedalex / computername Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 50 KB

Utility written in C# and XAML (Windows WPF) which displays the hostname, domain and IP addresses of an ednpoint. It can also be configured to test connectivity to a specified URL to determine a connection status. Useful for remote support technicians.

License: GNU General Public License v3.0

C# 100.00%

computername's Introduction

ComputerName

Utility written in C# and XAML (Windows WPF) which displays the hostname, domain and IP addresses of an ednpoint. It can also be configured to test connectivity to a specified URL to determine a connection status. Useful for remote support technicians.

I have intentionally left out various parts of the project code from this as it contains icon files bespoke to my employer or other such information/assets which I cannot share on here. If you create a new WPF project in Visual Studio (or a tool of your choice) and impot the XAML and C# code you should be fine to go.

The application presents the following information on launch:

  • Computer Hostname - retrieves the local computers hostname
  • Active Directory Domain Name - retrieves the local computers Active Directory domain
  • IP Address List - retrieves a list of all IP addresses on the local computer (can include virtualisation software addresses)
  • Connection Status Indicator - provides a colour coded indication of network connection status
  • Copy Button - Copies the visible information and any other attributes defined in code to the clipboard

The connection status indicator has the following possible colours:

  • Green - All connections successful
  • Amber - Internet connection successful but internal domain connection failed
  • Red - All connections failed, no network connectivity detected

Examples

Example with successful connection:

alt text

Hostname: AB
Domain Name: AB
Internet Connection Status: Successful
Internal Domain Connection Status: Successful
Windows 10 Release: 1803
IP Address: 10.16.33.21
IP Address: 172.23.99.17
IP Address: 192.168.3.28

Example of mixed status connection:

alt text

Hostname: AB
Domain Name: AB
Internet Connection Status: Successful
Internal Domain Connection Status: Failed
Windows 10 Release: 1803
IP Address: 172.23.99.17
IP Address: 192.168.3.28

Example with failed connection:

alt text

Hostname: AB
Domain Name: AB
Internet Connection Status: Failed
Internal Domain Connection Status: Failed
Windows 10 Release: 1803
IP Address: 172.23.99.17

computername's People

Contributors

bytesizedalex avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

anonymousitguy

computername's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.