Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Hier — 2 juin 2026IT

Microsoft reveals Surface RTX Spark Dev Box for local AI development

Par : IT News
2 juin 2026 à 19:15
Microsoft reveals Surface RTX Spark Dev Box for local AI development
Microsoft has announced the Surface RTX Spark Dev Box, a miniature PC designed specifically for developers and sustained AI workloads. The device features Nvidia’s Arm-based RTX Spark chips and an aluminum chassis that functions as a high-performance heatsink. With 128GB of unified memory and a 100-watt thermal envelope, the system is capable of running large language models with up to 120 billion parameters locally.

Source

À partir d’avant-hierIT

Visual Studio Code 1.122 enables offline AI and mobile device emulation

Par : IT News
31 mai 2026 à 19:54
Visual Studio Code 1.122 enables offline AI and mobile device emulation
Visual Studio Code 1.122 introduces the ability to use artificial intelligence features without requiring a GitHub account sign-in. This update expands "Bring Your Own Key" support, allowing users to connect their own AI model providers directly within the editor. By removing mandatory authentication, the platform now supports fully offline AI workflows using local tools like Ollama.

Source

Windows 11 SecureBoot folder: PowerShell scripts explained

Par : IT Experts
19 mai 2026 à 21:44
Secure Boot certificate status dashboard (image Microsoft)
The May 2026 cumulative update KB5089549 added a new C:\Windows\SecureBoot\ExampleRolloutScripts folder containing seven PowerShell scripts. These scripts are part of Microsoft's sample toolkit for managing Secure Boot certificate migration across enterprise environments. This article explains what each script does, how to run it, and its limitations.

Source

Microsoft lance un module PowerShell pour gérer les snapshots ReFS

4 mai 2026 à 11:58

Microsoft vient d'annoncer la sortie d'un nouveau module PowerShell dédié à la gestion des snapshots ReFS : ReFSSnapshots. Il peut remplacer l'outil refsutil.

Le post Microsoft lance un module PowerShell pour gérer les snapshots ReFS a été publié sur IT-Connect.

Rubber Duck in GitHub Copilot CLI: reducing AI hallucinations with a second opinion

Par : IT Experts
7 avril 2026 à 16:17
Claude haiku is getting feedback from rubber duck in github copilot cli
GitHub Copilot CLI—GitHub's AI assistant for the terminal—introduced an experimental feature called Rubber Duck that pairs your primary AI model with an independent reviewer from a completely different AI vendor. The goal is to catch early planning mistakes before they compound into harder-to-fix downstream errors, a known weakness of single-model AI agents. In performance testing on real-world coding problems, combining Claude Sonnet with Rubber Duck closed 74.7% of the performance gap between Sonnet and the more capable Opus tier.

Source

Mail-Advanced.ReadWrite permissions required to change sensitive email properties in Exchange Online via Graph API

Par : IT Experts
6 avril 2026 à 17:54
Mail-Advanced.ReadWrite allows you to modify sensitive properties in Exchange Online
Microsoft announced a breaking change to the Microsoft Graph API affecting Exchange Online: from December 31, 2026, applications that modify sensitive email properties -- such as the subject, body, or recipients -- on delivered messages must hold elevated Mail-Advanced.ReadWrite permissions. Until now, the standard Mail.ReadWrite permission was sufficient for these operations. The new permissions require explicit approval from the tenant administrator ("admin consent"). If you operate Microsoft 365 and have custom applications or third-party tools that interact with email via the Graph API, you need to audit and potentially update these apps before the enforcement date.

Source

VS Code 1.112 and 1.113: weekly releases, integrated browser debugging, Copilot CLI agent permissions, MCP server sandboxing

Par : IT Experts
23 mars 2026 à 15:10
GitHub Copilot AI agents can read and manipulate the integrated web browser in VS Code
VS Code transitioned to a weekly stable release schedule starting with version 1.111 in March 2026, moving away from its previous monthly cadence. Versions 1.112 and 1.113 are the second and third releases under this new schedule, introducing integrated browser debugging, MCP (Model Context Protocol) server sandboxing, Copilot CLI agent permissions, and chat workflow improvements. This article details the most significant technical changes in both releases.

Source

PowerShell 7.6: new features, install, and upgrade

Par : IT Experts
20 mars 2026 à 13:27
Install PowerShell 7.6 with winget
PowerShell 7.6 introduces several new features as part of Microsoft's latest Long-Term Support (LTS) release. With three years of support, it's a strong choice for production servers. Among the key new features in PowerShell 7.6 are improvements that address long-standing annoyances with autocomplete and enhance reliability for common administrative tasks. If you've ever been frustrated by tab completion not working in certain situations or noticed that PowerShell is missing obvious suggestions, this release addresses many of those issues. This article also covers installing PowerShell 7.6 on Windows and upgrading from earlier versions using winget or the MSI installer.

Source

Update Windows Secure Boot DB certificates with Group Policy and PowerShell

Par : IT Experts
20 mars 2026 à 04:31
Windows Secure Boot DB Certificate Update Architecture
Microsoft's original Secure Boot certificates from 2011 begin expiring in June 2026. Windows devices that still rely on these certificates will no longer receive security updates for boot components, leaving them out of compliance. To address this, Microsoft is rolling out new 2023 certificates for the UEFI Secure Boot Signature Database (DB). Administrators can deploy these certificates to domain-joined machines using Group Policy, PowerShell, or the Windows Configuration System (WinCS). This article covers the technical background, the registry-based deployment mechanism, and Microsoft's sample automation framework for enterprise rollouts.

Source

Windows Terminal Preview 1.25: Kitty protocol, settings search, and GUI for key bindings

Par : IT Experts
6 mars 2026 à 17:58
Editing keybindings (image Microsoft)
Windows Terminal Preview 1.25 was released in March, after a brief pause in the quarterly release cycle to focus on reliability and performance. The update introduces a Settings search UI, a rewritten Actions editor for key binding configuration, built-in support for Kitty's Keyboard protocol, two new community translations, and several miscellaneous improvements and bug fixes. You can install it from the Microsoft Store, the GitHub releases page, or via winget.

Source

Enable batch file secure mode in Windows 11 with LockBatchFilesWhenInUse: Lock running batch scripts

Par : IT Experts
2 mars 2026 à 16:35
Add LockBatchFilesWhenInUse value to Registry
Windows 11 Insider Preview builds introduce a new secure processing mode for batch files and CMD scripts. IT administrators can enable it via a registry value named LockBatchFilesWhenInUse, which prevents batch files from being altered while they execute. The feature also improves performance when Windows Defender Application Control (WDAC) code integrity policies are active. It is currently available in the Dev Channel build 26300.7939, and the Beta Channel build 26220.7934.

Source

Monitoring Secure Boot certificate installation status with Intune and PowerShell

Par : IT Experts
27 février 2026 à 14:51
Secure Boot Status Monitor (image Microsoft)
Microsoft Secure Boot certificates issued by the 2011 Certificate Authorities (CAs) are expiring starting June 2026. Every Windows device with Secure Boot enabled must be updated to trust the 2023 certificates before expiration to retain security update support. Microsoft provides a monitoring-only approach using Intune Remediations that runs a PowerShell detection script on enrolled devices and reports Secure Boot and certificate status back to the Intune admin center — without making any changes to devices. This article explains the prerequisites, deployment steps, data collected, and how to read the results.

Source

Microsoft Defender library management: Centralized management for live response PowerShell scripts

Par : IT Experts
20 février 2026 à 16:32
Microsoft Defender library management (image Microsoft)
Library management is a new feature in Microsoft Defender for Endpoint that provides security operations teams with a centralized interface for uploading, organizing, and reviewing scripts and files before a live response session begins. Previously, analysts had to upload tools during an active investigation, which delayed response times. The feature is now generally available for enterprise customers and integrates with Microsoft Security Copilot for automated script analysis.

Source

New features in PowerShell 7.7, Windows OpenSSH, and Desired State Configuration (DSC) v3.2

Par : IT Experts
18 février 2026 à 16:01
New features in PowerShell 7.7, Windows OpenSSH, and Desired State Configuration (DSC) v3.2
Microsoft has published its planned team investments for PowerShell 7.7, Windows OpenSSH, and Desired State Configuration (DSC) v3.2. The roadmap for PowerShell 7.7 includes relocating PSUserContentPath, non-profile-based module loading, Bash-style aliases, and a Model Context Protocol (MCP) server. For Windows OpenSSH, the primary addition under evaluation is support for Entra ID authentication. Desired State Configuration (DSC) v3.2 will include a new Python adapter to enable the creation of DSC resources on Linux.

Source

❌
❌