Showing archive results for 2014

Apr 7, 2014
Post comments count0
Post likes count0

What’s in a name? Using prefixes in PowerShell.

PowerShell Team
PowerShell Team

We’ve talked about this in the past but it’s time for a reminder.  PowerShell uses prefixes in front of nouns to avoid name collisions.  Imagine how many collisions there would be if people used the noun “USER” directly.  Instead, we have cmdlets *-ADUser, *-VPNUser, and *-RDUser.  The use of the prefix avoids name collisions.  When there is a ...

PowerShellJeffrey Snover
Apr 4, 2014
Post comments count0
Post likes count0

Windows Management Framework V5 Preview

PowerShell Team
PowerShell Team

The Windows Management Framework V5 Preview is out! Check out Jeffrey Snover's announcement here. The preview contains updates to PowerShell Desired State Configuration, as well as two new features: NetworkSwitch cmdlets and Windows PowerShell OneGet.  OneGet is designed to dramatically simplify how you discover and install software packages, ...

DSCWindows Management FrameworkJeffrey Snover
Apr 3, 2014
Post comments count0
Post likes count0

Configuring an Azure VM using PowerShell DSC

PowerShell Team
PowerShell Team

Update 8/7/2014: We just published the Azure PowerShell DSC Extension, which simplifies the configuration of Azure VMs with PowerShell DSC. Please refer to this blog post for more information At the //build/ conference today, Jeffery Snover demonstrated bringing up an Azure virtual machine and configuring it using DSC and the Custom Script VM...

Mar 28, 2014
Post comments count0
Post likes count0

DSC Resource Kit Wave 3

PowerShell Team
PowerShell Team

In September, Microsoft released PowerShell Desired State Configuration (DSC) with twelve built in resources.   Three months later (December), we added eight more resources with Wave One of the DSC Resource Kit.   Two months after that (February), we totaled fourteen additional resources with Wave Two of the DSC Resource Kit.   Can ...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Mar 10, 2014
Post comments count0
Post likes count0

PowerShell Summit North America

PowerShell Team
PowerShell Team

We are delighted to draw attention to this year's PowerShell Summit - an excellent community run PowerShell event. As described by PowerShell.Org: Come meet the Windows PowerShell team, PowerShell MVPs, independent experts, and your peers and colleagues in the PowerShell universe! The PowerShell Summit is a one-of-a-kind annual event, and this year...

CommunityEventsFun & Games
Feb 28, 2014
Post comments count0
Post likes count0

Want to Automatically Configure Your Machines Using DSC at Initial Boot-up?

PowerShell Team
PowerShell Team

Often times, IT Pros want to automate software installation and configuration upon a machine’s initial boot-up. This blog will walk you through how to use Windows PowerShell Desired State Configuration (DSC) to do this. We will show you how to prepare and inject DSC configurations into your bootable media (such as VHDs), so that they are exec...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Feb 25, 2014
Post comments count0
Post likes count0

Reusing Existing Configuration Scripts in PowerShell Desired State Configuration

PowerShell Team
PowerShell Team

You are an expert in PowerShell DSC (or maybe not an expert, just someone playing around with configurations in DSC) and have already written fairly large and complex configurations for configuring your environment/data center. Everything is working well and you are a great fan of DSC. There’s only one problem: your work is complicated. Before ...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Feb 13, 2014
Post comments count0
Post likes count0

Configuring a SQL High Availability Group with DSC

PowerShell Team
PowerShell Team

Let's use DSC to configure something complicated!  In past blogs, we’ve shown you how to use Windows PowerShell Desired State Configuration (DSC) to configure relatively simple systems.  However, the technologies you deal with on a day to day basis can sometimes become complicated.  Don’t worry, DSC can still help simplify configuration.  Let’s u...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Feb 11, 2014
Post comments count0
Post likes count0

DSC Diagnostics Module– Analyze DSC Logs instantly now!

PowerShell Team
PowerShell Team

Have you ever witnessed a DSC Configuration run where you had no idea about what it might have done behind the scenes? Well, then your worries end here! During any DSC Operation, the DSC engine writes into windows event logs, which are like bread crumbs that the engine leaves along the way during any execution. If you read the blog here about DSC...

PowerShellDSCDesired State Configuration
Feb 7, 2014
Post comments count0
Post likes count0

Need more DSC Resources? Announcing DSC Resource Kit Wave 2

PowerShell Team
PowerShell Team

Good news everyone! Starting today, you can use Windows PowerShell Desired State Configuration (DSC) to configure Active Directory and SQL Server (including High Availability Groups). We are pleased to release the next wave of the DSC Resource Kit – one that enables you to start using DSC to solve your real world problems and scenarios. When we ...

PowerShellDSCDesired State Configuration