Celebrating 10 Years as a Microsoft MVP!

Back from my vacation, I am thrilled to share that I have been awarded the Microsoft Most Valuable Professional (MVP) award for the 10th consecutive year. In addition to being recognized as an expert within Teams, I am have also been recognized as an expert with Microsoft Copilot. This means a lot to me.  Being an MVP has been an incredibly rewarding journey, both personally and professionally. It has provided me with countless opportunities to grow, learn, and connect with like-minded professionals who share a passion for technology and innovation.  The award is not just a title; it's a testament to the hard work, dedication, and contributions to the tech community. It's a privilege to be part of such an esteemed group of individuals who share the same love for technology, and sharing their knowledge about it.  As I reflect on the past decade, I am thankful for the experiences and knowledge I've gained. This recognition motivates me to continue sharing my expertise, mentor

Skype for Business get-DNSandIP.ps1 updated

It's almost a year ago since I wrote and published the get-dnsandip.ps1 script. I always knew I would have to revisit it once I came across a fully deployed IPv6 deployment, and here it is.

The new version of the script now has a -addipv6 switch to add ipv6 addresses to the discovery process. And as I was on the task, I realized I should add a way to autodiscover the internal DNS servers as well.
Now the script can be run without any switches, or with the -addipv6 as the only switch to do the job.

If you prefer to control which DNS to use, the switches are still there. They are just not mandatory.

The script can be downloaded at the Technet Script Center, and as always, I appreciate your support and feedback.