Showing results for 2014 - PowerShell Team

Dec 31, 2014
0
0

Securely allocating GUIDs in PowerShell Desired State Configuration Pull Mode

PowerShell Team
PowerShell Team

Nicholas Dille recently posted a good blog on GUID management in PowerShell Desired State Configuration. In that blog, he goes through several approaches to GUID management and talks about the pros and cons of each. When you are deciding how to allocate GUIDs in DSC’s Pull Mode here are the three things you should keep in mind: ...

Dec 17, 2014
0
0

Another Holiday Present From the PowerShell Team – DSC Reskit Wave 9

PowerShell Team
PowerShell Team

Here’s a holiday gift from the PowerShell team – the DSC Resource Kit wave 9. You can find it right here. This wave has something for everyone, we hope. There are 34 new DSC resources across 13 modules! We have also incorporated your feedback, and made fixes to several existing resources that address issues you have encountered. Last ...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Dec 15, 2014
0
0

Tower of Power – December 2014 Update

PowerShell Team
PowerShell Team

You may remember Jeffrey posting about the "Tower of Power" in 2008: http://blogs.msdn.com/b/powershell/archive/2008/03/27/tower-of-power-part-2.aspx. For curiosity, I was just doing a little investigation on the number of PowerShell books available, and the number has grown somewhat. I did some web scraping of Amazon for anything with...

Dec 11, 2014
0
0

PowerShell Job Debugging

PowerShell Team
PowerShell Team

This is the third of a series of blogs discussing the new PowerShell 5.0 script debugging features.  These new features are available through the PowerShell 5.0 preview, which is part of the WMF (Windows Management Foundation) 5.0 preview that you can get from HERE. In my first article I talked about the script debugger Break All command. ...

Dec 10, 2014
0
0

WMF 5.0 Preview: Defining “experimental designs” and “stable designs”

PowerShell Team
PowerShell Team

Over the recent releases of Windows Management Framework 5.0 Preview (find the latest here), we’ve distributed some new functionality and heard some wonderful feedback. As we improve on these features and as more users start to use Windows Management Framework 5.0 Preview, we feel the need to make a distinction in the functionality delivered...

PowerShellWindows Management FrameworkPowerShell Release
Nov 20, 2014
0
0

PowerShell DSC Azure Extension 1.5 is now available

PowerShell Team
PowerShell Team

We’re excited to announce version 1.5 of the Azure DSC extension, which now supports Windows Server 2012 (in addition to Windows Server 2012 R2). Version 1.5 uses the Windows Management Framework 5.0 Preview November 2014. You can see the history for previous releases in this post...

Nov 20, 2014
0
0

Release history for the Azure DSC Extension

PowerShell Team
PowerShell Team

On August 2014 we introduced the Azure Desired State Configuration (DSC) Extension, which can be used to upload and apply a DSC configuration on an Azure VM. UPDATE 3/15/2018 Going forward, the DSC Extension release history will be published in the DSC Extension documentation (only). https://docs.microsoft.com/powershell/dsc/...

Nov 19, 2014
0
0

PowerShell Remote Script Debugging in the ISE

PowerShell Team
PowerShell Team

This is the second of a series of blogs discussing the new PowerShell 5.0 script debugging features.  These new features are available through the PowerShell 5.0 preview, which is part of the WMF (Windows Management Foundation) 5.0 preview that you can get from HERE. In this blog I will discuss the new features that support remote script ...

Nov 19, 2014
0
0

PowerShell Break All Command

PowerShell Team
PowerShell Team

The PowerShell team has added some new script debugging features for version 5.0.  I’ll be talking about these new features in a series of blogs starting with the new PowerShell Break All command.  PowerShell 5.0 has been released as a preview over the last few months.  While PowerShell is in preview new features are ...

Nov 19, 2014
0
0

Introducing: PowerShell Gallery

PowerShell Team
PowerShell Team

PowerShellGet is an exciting new feature releasing in WMF 5.0 Preview.  With it, you can easily discover, install, update, and publish PowerShell modules to and from online repositories – simplifying the process of sharing PowerShell content. While we’ve talked about how to set up your own repository in the past, we haven’t ...

PowerShellGet