Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Hier — 8 mai 2025Flux principal

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

À partir d’avant-hierFlux principal

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

GLPI : comment utiliser l’API avec un script PowerShell ? Voici un exemple pratique !

2 mai 2025 à 09:45

Avec ce tutoriel, apprenez à activer et configurer l'API de GLPI pour mettre à jour les informations des ordinateurs à partir d'un script PowerShell et de l'AD.

The post GLPI : comment utiliser l’API avec un script PowerShell ? Voici un exemple pratique ! first appeared on IT-Connect.

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

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

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

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

17 avril 2025 à 14:19
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

15 avril 2025 à 13:52
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

Build your own natural language interface for PowerShell using the Azure OpenAI API

11 avril 2025 à 13:02
This article presents a PowerShell script leveraging the Azure OpenAI API, enabling you to execute PowerShell commands using natural language. A key benefit compared to comparable AI tools like ShellGPT is the ability to customize the script.

Source

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

9 avril 2025 à 16:57
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

Par : Brandon Lee
8 avril 2025 à 14:38
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

PowerShell : comment exécuter des commandes et scripts à distance avec Invoke-Command ?

7 avril 2025 à 18:00

Apprenez à utiliser la commande Invoke-Command de PowerShell pour exécuter des commandes et des scripts PS1 à distance sur une ou plusieurs machines.

The post PowerShell : comment exécuter des commandes et scripts à distance avec Invoke-Command ? first appeared on IT-Connect.

Windows CLI MCP Server: Run PowerShell in your chatbot

7 avril 2025 à 14:24
The AI tools for the Command Line Interface (CLI) we discussed on 4sysops connect the terminal to AI models. For example, the Warp terminal includes AI tools designed to help admins working on a CLI. The Windows CLI MCP Server does the opposite. If you missed it, the Model Context Protocol (MCP) is a new open standard for AI agent communication with software services created by Anthropic and backed by OpenAI, Amazon, and Microsoft. With MCP, your primary interface is the chatbot, and for the Windows CLI MCP Server, shell access is an additional tool the AI can utilize. The Windows CLI MCP Server supports PowerShell, CMD, Git Bash shells, and remote SSH.

Source

Visual Studio Code : gagnez en productivité avec GitHub Copilot (Free)

3 avril 2025 à 19:00

Découvrez comment utiliser GitHub Copilot Free avec Visual Studio Code pour accélérer votre développement en PowerShell. Guide complet avec des exemples.

The post Visual Studio Code : gagnez en productivité avec GitHub Copilot (Free) first appeared on IT-Connect.

Linux : comment calculer une empreinte SHA-1, SHA-256 et SHA-512 ?

1 avril 2025 à 10:51

Apprenez à calculer une empreinte SHA-1, SHA-256 et SHA-512 sur Linux avec les commandes sha1sum, sha256sum et sha512sum. Guide pratique et rapide !

The post Linux : comment calculer une empreinte SHA-1, SHA-256 et SHA-512 ? first appeared on IT-Connect.

Using Windows Terminal Chat with GitHub Copilot

27 mars 2025 à 13:28
Terminal Chat enables the integration of GitHub Copilot, Azure OpenAI, and OpenAI's AI services into Windows Terminal Canary. Through this experimental feature, you can request assistance from an AI for your PowerShell commands and directly execute the AI's recommendations in the terminal.

Source

❌
❌