Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Hier — 14 mai 20254sysops

What are GitHub Copilot prompt files? An MCP usage example

14 mai 2025 à 19:34
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

13 mai 2025 à 22:09
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

À partir d’avant-hier4sysops

What are GitHub Copilot instruction files? A simple usage example

12 mai 2025 à 21:13
In Visual Studio Code version 1.100, Microsoft introduced GitHub Copilot instruction files, which mirror the Rules feature in AI IDEs like Cursor and Windsurf. Instructions allow you to guide the AI assistant’s behavior by providing specific, context-aware directives tailored to your coding standards and project requirements.

Source

Updated ADMX for Office: 50 new settings, primarily for AI

9 mai 2025 à 19:41
Microsoft recently updated the administrative templates for the Office suite, introducing a significant number of new settings. Most of these are designed to control the interaction with the built-in AI features. In addition, the update includes several security-related policies for individual applications.

Source

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

8 mai 2025 à 17:34
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

Par : Leos Marek
7 mai 2025 à 22:51
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?

6 mai 2025 à 18:17
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

Install optional features: Enable-WindowsOptionalFeature vs. Add-WindowsFeature vs. Add-WindowsCapability

2 mai 2025 à 02:03
Windows 11 and Windows Server include additional components and utilities that are not installed by default. Depending on the operating system and the source used for installing these features, Microsoft provides various GUI tools and PowerShell cmdlets. Unfortunately, the overall concept lacks consistency and often leads to confusion.

Source

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

Par : Brandon Lee
30 avril 2025 à 16:57
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

29 avril 2025 à 20:23
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

28 avril 2025 à 19:11
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

Check the Windows Server version to determine if an in-place upgrade to Server 2025 is supported

25 avril 2025 à 18:28
Before upgrading to Windows Server 2025, check your existing Windows Server version to determine if an in-place upgrade is feasible. You can check the Windows version via the graphical user interface, Windows PowerShell, or the command prompt.

Source

What does Supports Images, Computer Use, and Prompt Caching mean in the VS code extensions Roo Code and Cline?

24 avril 2025 à 23:00
Roo Code and Cline are popular AI-driven coding extensions for VS Code. Both assistants indicate whether they support Images, Computer Use, and Prompt Caching when selecting a model. In this post, I explain these model features and whether you need them when coding with AI assistance.

Source

Restrict and report logon hours for Active Directory accounts

23 avril 2025 à 22:46
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

22 avril 2025 à 20:05
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

Docker Model Runner: Run AI models locally with Docker Desktop

21 avril 2025 à 20:04
The Docker Model Runner is a beta feature available in Docker Desktop 4.40 for macOS that enables you to run open-source AI models, including DeepSeek, Llama, Mistral, and Gemma, locally on Macs with Apple Silicon (M1 to M4). Support for Windows with NVIDIA GPU acceleration is expected to be released by the end of April 2025.

Source

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

18 avril 2025 à 09:52
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

❌
❌