Tag

PowerShell

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Apr 23, 2025 · Information Security

How to Add Windows Defender Exclusions Manually and via PowerShell

This guide explains two ways to whitelist files or folders in Windows Defender: a step‑by‑step manual method through the Windows Security UI and a PowerShell command‑line approach for adding or removing exclusion paths.

ExclusionsPowerShellWhitelist
0 likes · 4 min read
How to Add Windows Defender Exclusions Manually and via PowerShell
Laravel Tech Community
Laravel Tech Community
Nov 13, 2022 · Operations

PowerShell 7.3 Released: New Features and Improvements for Native Command Handling

PowerShell 7.3, built on .NET 7 and supported for 18 months, introduces enhancements such as the $PSNativeCommandArgumentPassing variable for consistent native command argument handling, improved error processing with $PSNativeCommandUseErrorActionPreference, and aligns future releases with .NET 8, while PowerShell 7.2 remains the LTS version.

.NETNative CommandsPowerShell
0 likes · 3 min read
PowerShell 7.3 Released: New Features and Improvements for Native Command Handling
Python Programming Learning Circle
Python Programming Learning Circle
May 24, 2022 · Operations

Automating Legal Evidence Management: How a Programmer Works Only 10 Minutes a Day

A law‑firm IT specialist shared on Reddit how he built a PowerShell script that scans, hashes, uploads, and re‑hashes electronic evidence to the cloud, allowing him to complete his full workload in just ten minutes each day while earning nearly $90,000 annually, sparking ethical debate about automation in the workplace.

PowerShellautomationcloud storage
0 likes · 8 min read
Automating Legal Evidence Management: How a Programmer Works Only 10 Minutes a Day
Laravel Tech Community
Laravel Tech Community
May 22, 2022 · Operations

PowerShell Core 7.2.4 Release: Build and Packaging Improvements

PowerShell Core 7.2.4, a cross‑platform automation and configuration framework, introduces several build and packaging enhancements for Ubuntu 22.04, Docker image updates, security supply‑chain analysis, and fixes to web cmdlets and RPM packaging.

Build ImprovementsCross-PlatformPowerShell
0 likes · 2 min read
PowerShell Core 7.2.4 Release: Build and Packaging Improvements
IT Services Circle
IT Services Circle
May 11, 2022 · Backend Development

Microsoft Updates VS Code PowerShell Extension with Major Overhaul of PowerShell Editor Services

Microsoft's development team released a two‑year, user‑driven overhaul of the VS Code PowerShell extension, redesigning the PowerShell Editor Services engine, introducing a new thread model, adding 6,000 lines of code, removing 12,000, and improving stability, performance, and developer feedback mechanisms.

Language ServerPowerShellVS Code
0 likes · 4 min read
Microsoft Updates VS Code PowerShell Extension with Major Overhaul of PowerShell Editor Services
IT Services Circle
IT Services Circle
Mar 13, 2022 · Information Security

Enabling Microsoft MAPS Advanced Protection in Windows Defender

This article explains why Windows Defender is generally sufficient, how security professionals can unlock the hidden Microsoft Advanced Protection Service (MAPS) via Group Policy or PowerShell, and provides additional configuration tips for ransomware protection, signature updates, and cloud‑based blocking.

Group PolicyMalware ProtectionPowerShell
0 likes · 6 min read
Enabling Microsoft MAPS Advanced Protection in Windows Defender
macrozheng
macrozheng
Dec 2, 2021 · Backend Development

Why Tabby Is the Ultimate Open‑Source Terminal for Developers

This article introduces Tabby, an open‑source, cross‑platform terminal that integrates SSH, SFTP, PowerShell and Git support, compares it with Xshell, and provides step‑by‑step installation, configuration, and plugin usage guidance for backend developers.

PowerShellSFTPSSH
0 likes · 6 min read
Why Tabby Is the Ultimate Open‑Source Terminal for Developers
Python Programming Learning Circle
Python Programming Learning Circle
Jun 17, 2021 · Fundamentals

2021: The Year Windows Became a First-Class Python Development Environment

After years of frustration with macOS hardware, the author switched to Windows, highlighting its powerful command-line tools, PowerToys, seamless Python support, and WSL integration, arguing that Windows now offers a stable, feature‑rich environment for developers seeking productivity and innovation.

Development EnvironmentPowerShellPython
0 likes · 7 min read
2021: The Year Windows Became a First-Class Python Development Environment
360 Tech Engineering
360 Tech Engineering
Jul 19, 2019 · Fundamentals

A Comprehensive Guide to Installing and Using WSL (Windows Subsystem for Linux) on Windows 10

This article explains the shortcomings of Windows command‑line tools, introduces the Windows Subsystem for Linux (WSL), provides step‑by‑step instructions for installing WSL 1 and optional Linux distributions, shows how to improve the terminal experience, and details useful wsl.exe commands and system interoperability.

Development EnvironmentLinuxPowerShell
0 likes · 10 min read
A Comprehensive Guide to Installing and Using WSL (Windows Subsystem for Linux) on Windows 10
DevOps
DevOps
Jan 7, 2018 · Fundamentals

Enabling Git Debug Output in PowerShell

When Git commands produce hard‑to‑diagnose errors, you can activate detailed tracing in PowerShell by setting the environment variables GIT_TRACE and GIT_CURL_VERBOSE to 1, which makes Git output extensive operation details to help locate the problem.

PowerShellVersion Controldebugging
0 likes · 2 min read
Enabling Git Debug Output in PowerShell
DevOps
DevOps
Nov 15, 2017 · Operations

Essential Windows DevOps Tools: IDEs and Source Control

This article reviews the key Windows-based DevOps tools, covering major IDEs such as Visual Studio, Visual Studio Code, and PowerShell Studio, as well as source‑control solutions like Microsoft TFS/VSTS and Git/GitHub, to help teams adopt DevOps on the Windows platform.

DevOpsPowerShellSourceControl
0 likes · 6 min read
Essential Windows DevOps Tools: IDEs and Source Control
DevOps
DevOps
Feb 12, 2017 · Cloud Native

Using Docker and Windows Containers for Traditional .NET Development

This article explains how to set up a Windows development environment, enable Windows and Hyper‑V containers, create a Dockerfile for legacy .NET applications, build and run the container, and discusses practical considerations such as image size and deployment nuances.

.NETDevOpsDocker
0 likes · 9 min read
Using Docker and Windows Containers for Traditional .NET Development