Copilot: Self-Service Purchase coming soon

According to the message center Microsoft will roll out the new license request feature and self-service purchase option for Microsoft 365 Copilot by the end of March. These features will be available to users with various Microsoft 365 plans, including E1, E3, E5, and standalone products. Both features will be integrated within Microsoft 365 apps, such as Copilot Chat. The License Request feature I find quite beneficial, as it empowers end-users to justify their usage and request access. At least as long as the organization is already rolling out Copilot to their employees. However, the Self-Service Purchase option may raise concerns for organizations that are not yet prepared to deploy Copilot. It is advisable for all organizations to review their self-purchase settings and make decisions to allow or deny access based on their readiness state. License Request: This feature allows users to request a Microsoft 365 Copilot license directly from their admin. It helps efficiently assign ...

Name vs. ip.addr. in the year 2008?

Here’s a problem I thought was history. In an environment with DHCP and DNS, I thought it was impossible to get things wrong. But obviously, I am the one who’s wrong.

I have been troubleshooting a Voicemail system with strange symptoms. Where among the strange log messages were: Could not locate %dbname% on server %hostname%. The database was running on the same server as the voicemail application, and name resolution was not an issue. Or so I thought. I tested name resolution through nslookup and tried to ping by using various names (hostname and fqdn). Everything seemed to be working. As a last desperate test, I changed the configuration in several places, to reflect the server’s ip-address instead of it’s hostname (inserted to the config by default during installation). Wonders of all wonders this solved my problems.