Showing results for 2017 - PowerShell Team

Dec 20, 2017
0
0

DSC Resource Kit Release December 2017

Katie Keim [MSFT]
Katie Keim [MSFT]

We just released the DSC Resource Kit! This release includes updates to 16 DSC resource modules. In these past 5 weeks, 68 pull requests have been merged and 59 issues have been closed, all thanks to our amazing community! The modules updated in this release are: For a ...

DSCDSC Resource KitResources
Dec 15, 2017
6
0

Using the OpenSSH Beta in Windows 10 Fall Creators Update and Windows Server 1709

Joey Aiello
Joey Aiello

I'm thrilled to share that a Beta OpenSSH client and server daemon are available as a Feature-on-Demand in Windows 10 Fall Creators Update and Windows Server 1709. Since our last update blog, we've been working hard on a Win32 port of OpenSSH and working closely with members of the OpenSSH Portable and OpenBSD projects with the eventual goal of...

Dec 8, 2017
0
0

DSC Resource Naming Guidelines

Michael Greene
Michael Greene

When DSC was announced at TechEd 2013, one of the goals was to "Create an ecosystem". The ecosystem for DSC has grown tremendously in the last 4 years. At worldwide events for PowerShell (PowerShell + DevOps Global Summit, PowerShell Conference EU, PowerShell Conference Asia) there have been presentations lead by people actively ...

Dec 5, 2017
1
0

Prerelease Versioning Added to PowerShellGet and PowerShell Gallery

J. Keith Bankston
J. Keith Bankston

With the release of PowerShellGet 1.6.0, PowerShellGet cmdlets and the PowerShell Gallery have added support for prerelease strings for prerelease versions of modules and scripts. You can now publish items to the PowerShell Gallery with a version like 1.0.0-alpha, and you can download items identified as a prerelease. Items can be filtered using ...

Nov 17, 2017
0
0

PowerShell Core 6 Release Candidate

Steve Lee
Steve Lee

PowerShell Core 6 Release Candidate Last year, we announced that PowerShell was not only Open Source, but also cross platform.  The finish line is in sight and we recently published the Release Candidate for PowerShell Core 6! PowerShell Team ♥ Community It has been an amazing experience for the team working with the community on PowerShell ...

Nov 15, 2017
0
0

DSC Resource Kit Release November 2017

Katie Keim [MSFT]
Katie Keim [MSFT]

We just released the DSC Resource Kit! This release includes updates to 10 DSC resource modules. In these past 6 weeks, 53 pull requests have been merged and 50 issues have been closed, all thanks to our amazing community! The modules updated in this release are: For a detailed list of the ...

Nov 14, 2017
0
0

Azure Automation DSC Pricing Flexibility

Michael Greene
Michael Greene

Today we would like to share a new flexible pricing strategy for managing server nodes using Azure Automation to deliver PowerShell Desired State Configuration, giving you greater control over costs of managing on-premises nodes. As you might already know, Azure Automation DSC (Azure DSC) is a managed service that is free when used to manage ...

Nov 2, 2017
3
0

PowerShell Constrained Language Mode

PowerShell Team
PowerShell Team

PowerShell Constrained Language Mode Update (May 17, 2018) In addition to the constraints listed in this article, system wide Constrained Language mode now also disables the ScheduledJob module. The ScheduledJob feature uses Dot Net serialization that is vulnerable to deserialization attacks. So now whenever an application whitelisting solution...

Oct 23, 2017
0
0

Defending Against PowerShell Attacks

PowerShell Team
PowerShell Team

[Updated Feb 20th, 2020 with latest guidance] The security industry is ablaze with news about how PowerShell is being used by both commodity malware and attackers alike. Surely there’s got to be a way to defend yourself against these attacks! There absolutely is. PowerShell is - by far - the most securable and security-transparent shell, ...

Oct 22, 2017
0
0

Require License Acceptance Support in PowerShellGet

Fareha Rashid[MSFT]
Fareha Rashid[MSFT]

PowerShellGet version 1.5.0 has added support for module publishers to require explicit license acceptance from users before installing a module. This feature has been requested by several of our partners, in order to meet their legal requirements. If a user installs, updates, or saves a module using PowerShellGet, and the publisher of that module...