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

Prerequisites


DSC needs a supporting PowerShell version, which is version 4.0, and operating system from Windows 2008 R2 onwards. DSC is built on CIM and needs the WinRM listeners, service, and script execution policy.

Let's set up a machine to jump-start DSC. Here, we will use a machine working on the Windows Server 2008 R2 operating system with SP1, and the PowerShell version is 2.0. Perform the following steps:

Let's take a look at the .NET framework version installed on the Windows 2008 R2 SP1 box from the registry using PowerShell. Run the following command for this:

Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client'

The output is illustrated in the following image:

You can also install the .NET Framework 4.5 first and then check the version after successful...

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