Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierFlux principal

Who is logged in to PowerShell? Alternatives to whoami

12 août 2025 à 14:53
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

Mount an NFS Share on Windows 11 with PowerShell

28 juillet 2025 à 17:00
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

Migrate Hyper-V from Windows Server 2019 Core to Windows Server 2025

22 juillet 2025 à 23:14
Migrating a Hyper-V host from Windows Server 2019 Core to Windows Server 2025 requires attention beyond just the virtual machines. The host's configuration is equally essential and includes network cards, vSwitches, and default paths, all of which need to be transferred accurately. Using Windows PowerShell, you can export key settings and restore them on a new server.

Source

Install Microsoft AI Shell on Mac

18 juillet 2025 à 17:21
Microsoft has released AI Shell v1.0.0‑preview.5, which provides a Windows-only security patch, while Preview 4 delivered substantial improvements—enhanced macOS side‑pane support in iTerm2, Entra ID authentication, expanded Invoke‑AIShell functionality (with new -PostCode, -CopyCode, and -Exit flags)—all based on community feedback to improve workflows across Azure OpenAI, macOS, and PowerShell. This article also explains how to install Microsoft AI Shell on macOS.

Source

METR study: Is AI-assisted coding overhyped?

14 juillet 2025 à 17:17
A new study by METR got a lot of attention online. It claims that developers often overestimate the productivity boost from AI tools. In a coding test, the researchers found that AI caused a 19% "slowdown" for developers. In my opinion, it's not AI coding that's overhyped, but rather the study's findings.

Source

Windows 11 : Microsoft poursuit son nettoyage et va supprimer PowerShell 2.0

8 juillet 2025 à 07:03

La prochaine version de Windows 11 sera l'occasion pour Microsoft de faire du tri : PowerShell 2.0 sera supprimé ! Qu'est-ce que ça change ?

The post Windows 11 : Microsoft poursuit son nettoyage et va supprimer PowerShell 2.0 first appeared on IT-Connect.

Google Gemini CLI: Free AI-powered terminal assistant for the IT admin

1 juillet 2025 à 18:11
Google's new Gemini CLI allows up to 60 model requests per minute and 1,000 daily requests. Professional developers might hit these limits quickly, but many IT admins will find the free plan sufficient. Compared to Anthropic Claude Code and OpenAI Codex CLI, I find Google's open-source AI-powered terminal more useful for the AI-augmented admin.

Source

Reboot with PowerShell: Use Restart-Computer to restart locally, remotely, and automate reboots for multiple Windows computers

20 juin 2025 à 20:57
Rebooting a Windows PC via PowerShell is a routine administrative task. This guide will teach you how to use the PowerShell cmdlet Restart-Computer to reboot a local Windows PC, restart a remote computer, and automate the reboot process for multiple systems.

Source

PowerShell : visualisez l’arborescence de vos données avec PowerTree, une alternative moderne à Tree

17 juin 2025 à 08:00

Explorer le disque de votre machine ou le Registre à l'aide de PowerTree, un module PowerShell moderne qui se présente comme une alternative à la commande Tree.

The post PowerShell : visualisez l’arborescence de vos données avec PowerTree, une alternative moderne à Tree first appeared on IT-Connect.

New GitHub Copilot features in VS Code: custom chat modes, chat tool sets, undoing edits, and Simple Browser

16 juin 2025 à 17:26
The VS Code May 2025 update (version 1.101), released a few days ago, introduces a range of new features primarily focused on GitHub Copilot. My favorite addition is the custom chat mode, which lets you create a personalized mode alongside the built-in options: Ask, Edit, and Agent. In this post, I'll also explore the new chat tool sets and the undoing edits feature. While the Simple Browser feature was included in the previous release, it deserves discussion. Furthermore, I will briefly summarize the MCP enhancements.

Source

Docker Desktop MCP catalog: Connect installed MCP servers to GitHub Copilot in VS Code, and Claude Desktop

12 juin 2025 à 21:40
The MCP catalog in Docker Desktop has been available for a couple of weeks now. However, MCP support only works properly in the just-released Docker Desktop 4.42. The Docker Desktop MCP server catalog significantly simplifies installing MCP servers for any MCP client. I tested it with Gordon (Docker Desktop chatbot), Anthropic Claude Desktop, and VS Code GitHub Copilot on macOS, but the process should be identical on Windows.

Source

SpeculationControl - Un module PowerShell anti-Spectre / Meltdown

Par : Korben
12 juin 2025 à 10:38

Vous vous souvenez de Spectre et de Meltdown ? Mais siiii, ces petites vulnérabilités qui ont foutu le bazar dans tous les processeurs en 2018 ?

Eh bien figurez-vous que Microsoft vient de mettre à jour son outil de vérification, histoire de nous rappeler que nos CPU sont toujours aussi troués qu’un emmental (Oui, le gruyère n’a pas de trou). Le module SpeculationControl pour PowerShell évolue donc et c’est l’occasion parfaite de faire un petit check-up sécurité de vos machines.

Warp Launch Log 3: MCP support, refine prompt, image upload, reusable prompts, git support

9 juin 2025 à 20:42
Warp, the top terminal app with AI support, has introduced new features in its GA release, including MCP support and Refine for AI responses. The Preview release now allows image uploads and the saving of reusable AI prompts. I also found a few new features that weren’t mentioned in the Launch Log 3 post.

Source

Microsoft Edit: Terminal editor for Windows and Linux

Par : Edem Afenyo
27 mai 2025 à 18:20
Microsoft. has recently launched Edit, a lightweight terminal editor for Windows and Linux. It revives the spirit of the MS-DOS Editor, which debuted in 1991 as a full-screen text editor for DOS and early Windows systems. Edit eliminates the need to leave the terminal to edit files. While Edit doesn't feature a traditional GUI, it supports tab management and can be navigated using a mouse. On Linux, the open-source tool can be seen as an alternative to nano.

Source

Install an MCP server in the Warp terminal

20 mai 2025 à 17:45
In a remarkably short period, MCP has established itself as the standard for secure and efficient connections between AI models and external data sources and tools. Microsoft has integrated MCP into VS Code, Windows will get it, OpenAI plans to implement it for ChatGPT, and the top terminal application, Warp, has introduced MCP support in its Preview version. I installed the official Perplexity MCP server for my test and incorporated it into Warp.

Source

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

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

❌
❌