Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Microsoft AI Shell Preview 6: Significant improvements for the AI-enhanced PowerShell admin

The key new feature in the just-released AI Shell Preview 6 is run_command_in_terminal, among several new built-in tools that allow the AI model to run commands and review outputs directly in your PowerShell terminal. Additionally, AI Shell now supports local and remote MCP servers, transforming it into a versatile AI assistant across Windows, Mac, and Linux.

Source

ChatGPT Gmail Connector: OpenAI’s next flop?

The ChatGPT Gmail connector was first released in June 2025 for Plus, Pro, Team, Enterprise, and Edu users. However, because of alleged data protection rules, users in the European Economic Area, Switzerland, and the UK were excluded. OpenAI is now deploying connectors for Gmail, Google Calendar, Google Drive, and GitHub across Europe for all plans—notably after Anthropic released their MCP connectors weeks ago in Europe without such concerns, suggesting OpenAI's initial data protection claims were merely pretextual or that MCP has no priority status for the AI company. The announcement mentions Google Contacts, but this connector isn't yet accessible in my ChatGPT with a Plus plan. I tested the Gmail Connector, and following GPT-5's disastrous launch, it appears OpenAI released another flop immediately afterward.

Source

Who is logged in to PowerShell? Alternatives to whoami

If you are working with PowerShell, you will often face the question: "Under which user is my script running?" In other words, you want to know who is logged in. Many admins use the whoami command on the Command Prompt (cmd). However, PowerShell provides native alternatives to whoami that give you the username and domain.

Source

GPT-5: Another crash into the AI Wall

The web is flooded with complaints from GPT-5 users, prompting OpenAI's CEO to reintroduce GPT-4o as an alternative. This marks the third setback following the departure of chief scientist Ila Sukestver, who led GPT development until version 4. One likely cause of user frustration is that, following Altman's recent boasts, everyone anticipated a major advance towards "AGI," but we are merely observing another crash into the AI Wall.

Source

The new browser war – Does AI and ‘fair use’ kill the open web?

In my previous post, I covered Microsoft’s new Edge Copilot Mode, introducing only one significant change. However, shifting Copilot from the sidebar to the center in Edge is more than just a design update. Microsoft’s move marks the first strategic step in the unfolding new browser war involving Google, OpenAI, and Perplexity—companies that exploit broad 'fair use' claims to harvest web content for their own greedy gain. But the upcoming battles aren’t just about who controls the web’s entry point—it could signal the beginning of the end of the web as we know it. The fall of Google’s dominance as the web’s central policymaker now seems inevitable. Once the dust settles from the new browser war, a decentralized web shaped by independently communicating AI agents might emerge. Think that’s far-fetched? Keep reading.

Source

Migrate a DHCP Server to Windows Server 2025

The Dynamic Host Configuration Protocol (DHCP) server handles automatic IP address assignment within a company network. This article explains how to transfer the DHCP server role to Windows Server 2025 using PowerShell, covering the export and import of DHCP scopes, leases, and reservations to facilitate a seamless migration with minimal disruption to users and systems.

Source

Download OpenAI open-weight models gpt-oss:20/gpt-oss:120 in Ollama and use in VS Code GitHub Copilot

OpenAI has just released its first open-weight models, gpt-oss:20 and gpt-oss:120, enabling you to run these surprisingly powerful models locally, which benefits security and privacy. I downloaded gpt-oss:20 and tested it on my laptop using Ollama and within VS Code with GitHub Copilot. To my surprise, the 20 billion parameter model gpt-oss:20 responded to my prompt.

Source

How to enable Edge Copilot Mode

In Edge Copilot Mode, announced a few days ago, Copilot shifts from being just an AI assistant to becoming the main browser interface. Now front and center in Microsoft's browser, Copilot has evolved into a serious ChatGPT competitor. In this post, I explain how to enable Edge Copilot Mode and discuss whether it introduces any new features compared to the previous version of Copilot in Edge.

Source

Windows-MCP: Automating the Windows GUI with AI

Windows-MCP is an open-source MCP server that enables AI agents to control the Windows operating system, supporting tasks such as file navigation, application launching, and GUI automation. It features mouse/keyboard input tools, clipboard management, and window and app state detection. I tested Windows-MCP, one of the extensions listed in Anthropic Claude Desktop that can be installed using the free plan.

Source

💾

💾

💾

SQL Server real-time monitoring with Grafana

Grafana offers enterprise-grade Microsoft SQL Server monitoring without the high licensing costs, making it ideal for comprehensive database observability, proactive database health monitoring, troubleshooting, and capacity planning. In my previous blog, I explained how to install Grafana 12 on Windows. This post will outline how to connect Grafana to SQL Server for real-time monitoring.

Source

Testing ChatGPT Agent Mode: A flawed concept?

The new ChatGPT Agent Mode combines the Operator's ability to browse and interact with websites with Deep Research's ability to analyze and synthesize information from multiple sources. I tested ChatGPT's Agent Mode and was quite disappointed. Honestly, I find it surprising that OpenAI made this feature available to the public, considering that they have led the way with their chatbot so far. In my view, ChatGPT's Agent Mode is a flawed concept because it forces an AI agent to use a web browser, a relatively primitive tool designed for inferior human intelligence.

Source

Mount an NFS Share on Windows 11 with PowerShell

The Network File System (NFS) is a widely used file-sharing protocol in Linux environments. However, many Windows administrators may not know you can mount an NFS share easily on Windows 11 and Windows Server. This guide shows you step-by-step instructions on activating NFS for Windows and mounting a share using PowerShell.

Source

Is AI overhyped?

Are you skeptical about AI? Do you believe that AI is overhyped? Then, the latest episode of the Big Technology podcast is for you. AI champion Alex Kantrowitz and fierce AI critic Ed Zitron tackle the gap between AI hype and reality. However, both prominent journalists overlook an essential aspect when assessing AI's economic potential.

Source

Install NFS server on Windows Server 2025

NFS is a practical solution for copying data between Windows and Linux systems. It is particularly useful for managing heterogeneous networks. This post will guide you through installing an NFS server on Windows Server 2025, creating an NFS share, and mounting it from Linux or Mac.

Source

AI-powered email search with Claude Gmail Search, Zapier MCP server, GongRzhe’s MCP Server, and Gemini in Gmail

I tested three MCP servers in Anthropic Claude Sonnet 4: Claude Gmail Search, Zapier Gmail MCP server, and GongRzhe’s Gmail MCP Server. I also submitted the same search prompt to Gemini in Gmail. The results varied greatly. Only two AI tools passed my test, one failed, and the most promising MCP server turned out to be useless.

Source

Anthropic Claude desktop extensions, connectors vs. local, remote MCP servers

Anthropic has introduced two new concepts for connecting AI models to resources through MCP: desktop extensions and connectors. Extensions are available only on Claude Desktop (Windows and Mac), while connectors are supported on both the desktop and the Claude.ai web app. All desktop extensions are local MCP servers, but not all local MCP servers qualify as extensions. Conversely, all remote MCP servers are considered connectors; however, not all connectors are remote MCP servers. Although some theoretical documentation about these new concepts exists, I mainly categorized them based on how Claude Desktop organizes the different types of MCP servers.

Source

❌