Vue lecture

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

Hyper-V Quick Create: Deploy custom VM images

Instead of walking through the entire wizard in Hyper-V Manager to create a virtual machine, you can speed up the process using Quick Create. By default, this tool uses virtual hard disks (VHDX) provided by Microsoft. Alternatively, you can set up a custom gallery and populate it with your own images.

Source

What are GitHub Copilot prompt files? An MCP usage example

While GitHub Copilot prompt files are related to the instruction files I discussed in my previous post, they serve a different purpose. Prompt files are custom Markdown templates that allow you to automate coding tasks through custom AI-driven slash commands in GitHub Copilot for VS Code. Prompt templates are powerful, as they can utilize MCP server commands as tools. In this article, I will explain how to create prompt files and provide a simple usage example.

Source

Enable Device Encryption on Windows 11

Device Encryption is a Windows feature that automatically enables BitLocker-based encryption on the system drive and other fixed drives, protecting personal data from unauthorized access without requiring complex setup. It is especially valuable on Windows Home devices, where traditional BitLocker management features are unavailable.

Source

Install the Perplexity MCP server for VS Code GitHub Copilot on Windows and Mac

Perplexity is an AI search engine that answers questions by combining real-time web results with conversational, natural language responses. Installing Perplexity's official MCP server on your Mac or Windows PC allows querying Perplexity from any AI model in VS Code GitHub Copilot. Enabling your AI to search the web for the latest updates is a must-have feature for scripting or working in the terminal.

Source

Migrate a file server to Windows Server 2025

A structured approach that covers technical steps and strategic planning can streamline the migration of a file server to Windows Server 2025. This article explores two main migration strategies—keeping or changing the file server’s hostname—and demonstrates how to transfer shared folders and data using a custom PowerShell script. By following these methods, you can ensure a smooth transition to the latest server OS while minimizing user disruption and preserving file access settings.

Source

OpenAI Codex CLI: AI-powered assistant for the terminal?

OpenAI Codex CLI is a new open-source command-line tool that integrates AI models into any terminal. It enables you to generate, edit, and execute code using natural language prompts. I tested Codex CLI on Windows and Mac and concluded that it is no match for advanced AI CLIs such as Warp, Cline, or Roo Code. Do not mix up Codex CLI with OpenAI's Codex model, which was discontinued in March 2023. Perhaps Sam Altman should seek advice from ChatGPT before naming future products.

Source

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

❌