Custom Engine Agents in Microsoft 365 Copilot

Agents in BizChat has been available for some time already, but now there is an upcoming update to Agents. The introduction of “ custom engine agents ” in Microsoft 365 Copilot! These specialized agents can be built on any large language model (LLM), toolchain, or orchestration tool, tailored specifically for your domain or tenant workflows. Initially supported in Microsoft Teams, this feature will soon be available in Microsoft 365 Copilot Business Chat ( BizChat ).   The introduction of Custom engine agents enables your organization to create customized experiences using your own AI systems and orchestrators. You can design unique prompts, connect to any LLM, and integrate these custom agents with Microsoft 365 Copilot. After the rollout, users will be able to access these agents, provided they are enabled and deployed in the Microsoft 365 admin center under the Copilot tab.   You can read more about the feature on this page . Eligible users can create agents using Micros...

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.