Vue lecture

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

Disable Windows 11 Hibernate

Hibernate is a power management function in Windows 11 that saves the current system state to the hard drive and shuts down the device. Disabling Windows Hibernate frees up disk space used by the hiberfil.sys file. You can disable it in the GUI or at the command prompt with PowerShell.

Source

Action1: Patch management for Windows and Mac with 200 free endpoints

Action1 is a cloud-based remote management and monitoring tool for patching, vulnerability management, and other device and software administration tasks. It offers one of the most liberal free licenses in the industry, providing 200 endpoints with no functionality limitations. It also includes a cloud-based management console for managing endpoints, eliminating the need for businesses to provision or maintain on-premises server infrastructure.

Source

Windows 11 Copilot Vision: Setup and usage

Microsoft Copilot Vision is an AI feature in Microsoft Edge that allows Copilot to visually interpret and interact with the content on your screen, enabling real-time assistance and contextual responses as you browse the web. Additionally, it can summarize YouTube videos, providing concise recaps without watching the entire video. You can enter your questions by typing or speaking, and Copilot Vision will reply with voice and text.

Source

Comparing AI models for MCP server usage

I compared six frontier AI models—DeepSeek V3, Anthropic Claude Sonnet 3.7, Google Gemini 2.5 Pro, Meta Llama 4 Maverick, OpenAI GPT 4o (GPT 4.1), and Mistral Large 2—in terms of their capabilities in interacting with MCP servers. Surprisingly, the performance in terms of accuracy, token usage, and API costs are quite different..

Source

Restrict and report logon hours for Active Directory accounts

For security purposes, it may be beneficial to restrict Active Directory account logins to regular working hours. These logon times can be configured using the calendar widget in Active Directory Users and Computers (ADUC). However, PowerShell provides a more efficient and flexible alternative, particularly because it offers reporting capabilities that the graphical interface does not.

Source

Quick Machine Recovery in Windows 11

Quick Machine Recovery is a new Windows 11 2H24 feature that can restore Windows 11 devices that fail to boot. The new feature detects boot errors and automatically searches Microsoft’s continuously updated online database of known issues for solutions. IT admins can use Quick Machine Recovery to fix boot issues without requiring direct physical access to the machine.

Source

Add web search to any GitHub Copilot model – Install Tavily MCP server in VS Code on Windows

LLMs' knowledge cutoff date is a significant issue, often resulting in outdated responses. Some frontier models can browse the web, but they frequently skip this ability because they think they can handle things on their own. Bringing in an MCP server that can search the web helps the AI stay updated and assist it when struggling with a problem. Tavily is a research search engine designed to summarize online content for AI models. In this post, I will guide you through installing the Tavily MCP server on Windows. Installing on a Mac follows a similar process.

Source

Install Microsoft Playwright MCP server in VS Code for AI-powered-browser automation in GitHub Copilot Agent Mode

Playwright is an open-source framework by Microsoft for automating web browsers to perform end-to-end testing, scraping, and UI interactions across Chromium, Firefox, and WebKit. The Playwright MCP server lets AI agents like GitHub Copilot control a web browser using Playwright’s automation capabilities. Microsoft introduced support for MCP in Visual Studio Code 1.99 (March 2025), enabling tools like the Copilot Agent to connect with external services. In this post, I explain how to install the Microsoft Playwright MCP server in VS Code for the GitHub Copilot Agent.

Source

Install an MCP server for GitHub Copilot in VS Code

In March 2025, the release of VS Code version 1.99 introduced support for Anthropic's Model Context Protocol (MCP) in GitHub Copilot's Agent Mode. This open standard is now backed by leading AI companies such as Google, Amazon, Microsoft, and OpenAI. MCP provides a standardized framework that allows AI models to interact with external tools and data sources. In this post, I will guide you on how to install, start, stop, activate, and deactivate MCP servers. You will also learn to configure settings in mcp.json and settings.json, as well as import MCP servers from Claude Desktop, Cline, and Roo Code.

Source

Configure DNSSEC on Windows Server

DNSSEC is a security standard that protects the Domain Name System by ensuring only authorized servers can respond to DNS queries. Microsoft's DNS server has supported DNSSEC zone signing for some time. However, to take full advantage of DNSSEC, client systems must also be configured, typically via Group Policy, to request authentic responses.

Source

GitHub Copilot Agent mode vs. Ask and Edit mode in VS Code

In Visual Studio Code release 1.99, Microsoft introduced GitHub Copilot’s Agent mode, a feature that closely resembles functionalities previously offered by Cursor, Cline, and Roo Code. Agent mode lets Copilot examine the codebase, find relevant files, make edits, and autonomously run and debug code. In this post, I’ll compare Agent mode with Ask and Edit mode and outline how Agent mode facilitates vibe coding—the automation of writing code.

Source

ScriptRunner 7.2 enhances PowerShell automation with approval workflows and change tracking

ScriptRunner is a PowerShell-based IT automation platform that streamlines, delegates, and monitors various management tasks through a no-code web interface and a comprehensive script library. It ensures secure operations with strict user and system access controls, comprehensive policies, and full-activity auditing. Version 7.2 introduces approval workflows for script execution, enabling administrators to configure authorization groups and track pending requests, adding a governance layer beneficial for organizations with strict compliance requirements.

Source

❌