Showing results for Windows PowerShell Desired State Configuration - PowerShell Team

Oct 1, 2015
0
0

PowerShell DSC FAQ: Sorting Out Certificates

Michael Greene
Michael Greene

Today's blog post is by guest author Mr. Ashley McGlone, also known as GoateePFE. Ashley is a Microsoft Premier Field Engineer who teaches and supports PowerShell for Microsoft Premier customers. You can find more content from Ashley at his blog on TechNet. Certificates, Oh No! One of the most common questions I get regarding PowerShell Desired ...

PowerShellDesired State ConfigurationWindows PowerShell Desired State Configuration
Sep 29, 2015
0
0

PowerShell DSC for Linux version 1.1 is Now Available! And New Linux Resources!

Kris Bash
Kris Bash

We are pleased to announce the availability of PowerShell DSC for Linux version 1.1. You can download this release here, or grab the source code here. This release implements the following new scenarios: Version 1.1 also includes all cumulative fixes in resources made to date. For more information on this release, please review the DSC for ...

PowerShellDSCDesired State Configuration
Sep 15, 2015
0
0

Updated DSC Resource Kit available in the PowerShell Gallery

Karol Kaczmarek [MSFT]
Karol Kaczmarek [MSFT]

We’ve been focusing on improving the quality of DSC Resource Kit during last few weeks and are glad to announce that all the fixes are now available in the newest versions of modules on the PowerShell Gallery. We’ve accepted 95 pull requests, fixed 29 issues and updated 20 modules! In addition to that, xWindowsUpdate module got a new ...

PowerShellDSCDesired State Configuration
Aug 27, 2015
0
0

Development builds for DSC Resources are available

PowerShell Team
PowerShell Team

Note: This blog post is intended to people who participate in the development of DSC Resources on GitHub. We are pleased to announce that we've made developments builds available for all DSC Resource modules on GitHub. From now on, every time Pull Request gets merged, we produce a package with latest changes and upload it on a module-specific ...

PowerShellDSCDesired State Configuration
Jul 30, 2015
0
0

What's new in DSC Resource Kit

Karol Kaczmarek [MSFT]
Karol Kaczmarek [MSFT]

It’s been another busy month and we’ve seen lots of enthusiasm from many of you to help improve the DSC Resource Kit. In only the last couple of weeks we’ve merged 90 pull requests, 8 new resources have been added to 4 modules (xDefender, xExchange, xWebAdministration, xWindowsUpdate) and another 15 resources across 13 modules ...

PowerShellDSCDesired State Configuration
Jul 21, 2015
0
0

Azure DSC Extension v2.1 released

PowerShell Team
PowerShell Team

NOTE: For information on OS support, and other features, please refer to our release history. Today we released version 2.1 of the Azure DSC Extension, with a bug fix for ARM deployments. The bug we fixed would produce this error message in some ARM deployments: “File lock (C:\Packages\Plugins\Microsoft.Powershell.DSC\1.10.1.0\bin\..\DSCWork...

PowerShellDSCDesired State Configuration
Jul 7, 2015
0
0

Registration is Now Open to Publish on PowerShell Gallery

PowerShell Team
PowerShell Team

We are excited to announce that, as of today, the PowerShell Gallery will accept registration from any users who wish to publish PowerShell modules and share their work with the world. For the past year, the PowerShell Gallery has been slowly adding content from our closest community contributors, most of whom are Most Valuable Professionals (MVPs...

PowerShellWindows PowerShell Desired State ConfigurationPowerShell Gallery
Jun 23, 2015
0
0

DSC Resource Kit flourishes as open source

PowerShell Team
PowerShell Team

We are excited to announce the recent updates which were made to DSC Resource Kit since open sourcing it on GitHub! We were working hard on improving coverage and robustness of DSC as well as saw incredible engagement from the community in the recent months. That effort resulted in adding 32 new DSC resources across 8 modules and fixing bugs in 22 ...

PowerShellDSCDesired State Configuration
Jun 22, 2015
0
0

Want to write a DSC resource where only a single instance can be configured?

Travis Plunk
Travis Plunk

I've heard from a few DSC resource authors that they need a method to implement a resource that has a single instance; a singleton. The problem they encountered is a DSC resource must define a Key property but singleton resources generally should not have a key because there is only one instance that can be updated. The problem can been seen...

PowerShellDSCDesired State Configuration
May 11, 2015
0
0

MSIgnite BRK4452 – Writing Windows PowerShell DSC Resources and Configurations

PowerShell Team
PowerShell Team

Recordings of  MS Ignite 2015 session BRK4452: Writing Windows PowerShell DSC Resources and Configurations are now available online. As mentioned in the session you can download the demo modules using the following code:    Find-Module -Tag BRK4452 -OutVariable Modules  $Modules | % {Install-Module -Name $_.Name -Verbose -...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration