Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Windows PowerShell for .NET Developers - Second Edition

You're reading from   Windows PowerShell for .NET Developers - Second Edition Efficiently administer and maintain your development environment with Windows PowerShell

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781785287435
Length 330 pages
Edition 2nd Edition
Arrow right icon
Toc

Installing the WMF 5.0 April 2015 preview


The latest released version of WMF 5.0 is the April 2015 preview. It's good to read the release document, refer the following link: https://www.microsoft.com/en-us/download/details.aspx?id=46889

The PowerShell team releases experimental DSC resources to configure an environment, and the latest DSC resource kit is Wave 10. Let's download this from the TechNet Gallery website (https://gallery.technet.microsoft.com/scriptcenter/DSC-Resource-Kit-All-c449312d) to install WMF 5.0 because we need the xHotfix resource to perform this action. We will discuss all about the DSC resources later in this chapter.

Note that from April 2015 onward, the DSC resource kit has been outsourced to GitHub.

The central repository for DSC resources can be found at https://github.com/powershell/DscResources.

In this example, we will install the MSU file for WMF 5.0 using DSC; to do this, we will use the Configuration keyword with the following script block:

Configuration WMF5...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image