Get-SupportInfo – PowerShell Support Function

I’ve been working on a PowerShell support function to assist service desk personnel and escalation teams in diagnosing issues on client systems. Recently I finished uploading my work to GitHub and creating milestones and a planner to track development. You can find the code on GitHub at this link – https://github.com/bytesizedalex/Get-SupportInfo Please note – this … Read more

Updated Computer Name App

Way back in February 2016 I put together a small C# and XAML application which displayed the users computer hostname, IP address and Active Directory domain. This was to replace a tool used internally at work written in an older code (which still checked out). I had for ages talked about adding a little icon … Read more

C# and XAML App to Show Computer Name Domain and IP

I recently put together a little application written in C# and XAML (eXtensible Application Markup Language) which provides a user with their computer name, domain and IP addresses. At work we have an older tool which does something similar but I wanted to get to grips with C’# and this seemed like a good place … Read more