Vue lecture

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

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. Additionally, this version introduces a change history feature, allowing administrators to track and audit modifications made to actions within ScriptRunner, enhancing transparency and accountability in script management.

Source

Windows CLI MCP Server: Run PowerShell in your chatbot

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

Enabling ESM Apps service – The Ubuntu Pro deceit

Have you ever received the notice stating, "Additional security updates can be applied with ESM Apps" after logging into an Ubuntu Linux machine? Despite working with Ubuntu for 15 years, this was the first time I encountered it. Since this was a relatively new installation of Ubuntu 24.04, I was perplexed as to why I couldn't install all security updates using apt upgrade. After some investigation, I discovered I was using Ubuntu Standard, while only Ubuntu Pro qualifies for all security updates. I felt annoyed and deceived because my system had no uncommon packages, and everything I installed came from the Ubuntu repository. This means that, in most cases, a fresh installation of the latest Ubuntu Linux LTS release does not receive all critical security updates.

Source

Zapier MCP Server: Automate every web service with an AI

Zapier is a cloud-based automation platform that lets users connect and automate workflows between thousands of web services without coding. Recently, Zapier announced support for Anthropic's MCP standard. MCP is an open protocol that allows AI models to interact with external tools, data sources, and services, and it's now also supported by OpenAI, Microsoft, and Amazon. In this post, I share my experiences with Zapier's MCP server.

Source

Disable NTLM authentication on Windows Server 2025

With Microsoft’s decision to deprecate NTLM (NT LAN Manager), it’s time to disable NTLM authentication on Windows Server 2025 and move toward more secure alternatives. NTLMv1 has already been removed in Windows Server 2025 and Windows 11, version 24H2, signaling the beginning of NTLM’s end. Given the protocol’s vulnerabilities—like pass-the-hash attacks—organizations should begin transitioning to stronger authentication methods such as Kerberos, the preferred protocol in Active Directory environments.

Source

Automate merging your code changes with the updates of an open-source project using Git in a Bash script

AI enables administrators to adapt complex open-source projects easily to their environment. If the project is not hosted on GitHub or other version control platforms, it becomes tedious to merge your changes into the open-source software whenever the maintainer updates their project. The Bash script I discuss in this post uses Git to automate merging your code changes into a new version provided by the maintainer of an open-source project lacking version control.

Source

Encourage Warp AI to collaborate with GPT-4o Search

In my previous post, I explained how to use the OpenAI library to augment your AI-powered terminal. Today, we will build on this enhancement and encourage two AIs to collaborate on IT tasks in the Warp terminal. Warp includes strong AI capabilities, though it currently only supports models lacking search features. As a result, you're using models with outdated IT knowledge. With a few tweaks, you can make Warp AI prompt GPT-4 Search to bypass the cutoff date of the Warp models.

Source

AI-powered administration in the terminal without cutoff date using OpenAI GPT-4o Search in PowerShell and Warp

The GPT-4o Search model offers search engine functionality similar to ChatGPT Search or Perplexity when accessed via the OpenAI API. With the free OpenAI Python Library, you can enhance your terminal AI by adding online search features, overcoming the limitations of LLM cutoff dates, and eliminating the frustration of outdated instructions. This post will guide you on installing the OpenAI Python library and using it conveniently in Windows PowerShell, Warp, or any other terminal.

Source

How to update multiple Hyper-V VMs offline

In environments with multiple VMs running the same Windows version, powering down the Hyper-V VMs during a maintenance window is usually the most efficient way to update them offline. This involves mounting the virtual disk and installing updates through PowerShell. This approach also benefits VMs that have been powered off for an extended period. Instead of starting them in an outdated and potentially vulnerable state, you can apply critical security updates in advance.

Source

ShellGPT for PowerShell: AI assistant with local Ollama support

In this guide, I’ll walk through installing ShellGPT (shell_gpt) – a command-line AI assistant – on PowerShell using a local Ollama LLM. This approach lets you use AI in your terminal without relying on cloud APIs, which is great for privacy. This review highlights the use of ShellGPT on Windows through PowerShell. If you are using Mac or Linux, check out our earlier review of ShellGPT.

Source

❌