Showing results for 2018 - PowerShell Team

Nov 28, 2018
0
0

DSC Resource Kit Release November 2018

Katie Keim [MSFT]
Katie Keim [MSFT]

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

DSCDSC Resource KitResources
Nov 26, 2018
0
0

PowerShell Constrained Language mode and the Dot-Source Operator

PowerShell Team
PowerShell Team

PowerShell Constrained Language mode and the Dot-Source Operator PowerShell works with application control systems, such as AppLocker and Windows Defender Application Control (WDAC), by automatically running in ConstrainedLanguage mode. ConstrainedLanguage mode restricts some exploitable aspects of PowerShell while still giving you a rich shell...

Nov 15, 2018
0
0

Announcing General Availability of the Windows Compatibility Module 1.0.0

Bruce Payette
Bruce Payette

Announcing General Availability of the Windows Compatibility Module 1.0.0 The Windows Compatibility module () is a PowerShell module that lets PowerShell Core 6 scripts access Windows PowerShell modules that are not yet natively available on PowerShell Core. (Note: the list of unavailable commands is getting smaller with each new release of ...

Nov 15, 2018
0
0

Announcing General Availability of the Windows Compatibility Module 1.0.0

Steve Lee
Steve Lee

The Windows Compatibility module () is a PowerShell module that lets PowerShell Core 6 scripts access Windows PowerShell modules that are not yet natively available on PowerShell Core. (Note: the list of unavailable commands is getting smaller with each new release of PowerShell Core. This module is just for things aren't natively supported yet...

Oct 25, 2018
0
0

DSC Resource Kit Release October 2018

PowerShell Team
PowerShell Team

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

DSCDSC Resource KitResources
Sep 13, 2018
0
0

Announcing PowerShell Core 6.1

Joey Aiello
Joey Aiello

We're proud to announce that the latest version of PowerShell has been released! This marks our second supported release of PowerShell Core, the open-source edition of PowerShell that works on Linux, macOS, and Windows!

Sep 13, 2018
0
0

Desired State Configuration (DSC) Planning Update – September 2018

Michael Greene
Michael Greene

2018 has been the most active year ever for the DSC community. We are taking on major new areas of work in Azure, and have made significant progress in development of the new DSC platform. In this Planning Update for DSC, I want to cover these topics in detail and share major changes to the timing of our Open Source plans for the DSC platform.

DSCDesired State ConfigurationRoadmap
Sep 12, 2018
0
0

New Look and Features for PowerShell Gallery

PowerShell Team
PowerShell Team

The PowerShell Gallery and PowerShellGet have just been updated to provide new features, performance improvements, and a new modern design. NOTE: This post has important information for publishers in the “Accounts and publishing” section.

PowerShellPowerShellGetPowerShell Gallery
Sep 5, 2018
0
0

DSC Resource Kit Release September 2018

Katie Keim [MSFT]
Katie Keim [MSFT]

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

DSCDSC Resource KitResources
Aug 14, 2018
1
0

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 ...