Showing results for August 2018 - PowerShell Team

Aug 14, 2018
Post comments count1
Post likes count0

PowerShell Module Function Export in Constrained Language

PowerShell Team
PowerShell Team

PowerShell Module Exporting Functions in Constrained Language PowerShell offers a number of ways to expose functions in a script module. But some options have serious performance or security drawbacks. In this blog I describe these issues and provide simple guidance for creating performant and secure script modules. Look for a module soon in PSGal...

Aug 6, 2018
Post comments count4
Post likes count0

PowerShell Standard Library: Build single module that works across Windows PowerShell and PowerShell Core

Steve Lee
Steve Lee

This is the first of a series of blog posts that will help you take advantage of a new NuGet package PowerShellStandard Library 5.1.0. This package allows developers to create modules that are portable between Windows PowerShell 5.1 and PowerShell Core 6.0. This means that you can create PowerShell modules that run on Windows, Linux, and macOS with...

Aug 3, 2018
Post comments count0
Post likes count0

PowerShell Injection Hunter: Security Auditing for PowerShell Scripts

PowerShell Team
PowerShell Team

At the DEFCON security conference last year, we presented the session: "Get $pwnd: Attacking Battle Hardened Windows Server". In this talk, we went through some of the incredibly powerful ways that administrators can secure their high-value systems (for example, Just Enough Administration...