Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft System Center Powershell Essentials

You're reading from   Microsoft System Center Powershell Essentials Efficiently administer, automate, and manage System Center environments using Windows PowerShell

Arrow left icon
Product type Paperback
Published in Apr 2015
Publisher Packt
ISBN-13 9781784397142
Length 140 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (10) Chapters Close

Preface 1. Setting up the Environment to Use PowerShell 2. Administration of Configuration Manager through PowerShell FREE CHAPTER 3. Scenario-based Scripting for SCCM Administration 4. Administration of Operations Manager through PowerShell 5. Scenario-based Scripting for SCOM Administration 6. Administration of Service Manager through PowerShell 7. Scenario-based Scripting for SCSM Administration 8. Best Practices Index

The operating system deployment

This section will shed light on how to view details of the operating system deployment process and configurations, such as the boot image, operating system image files, task sequence, and so on.

An operating system image

Operating system images are the .wim files that are used for the operating system capture and deployment process. PowerShell will provide you the mechanism to extract the available operating system image files in Configuration Manager. We can use the Get-CMOperatingSystemImage cmdlet to list all the images.

Without parameters, the cmdlet will list all the images available in Configuration Manager. You can pass the image name or ID as a parameter to get details of a particular image:

Get-CMOperatingSystemImage –Name "Boot image (x86)"

We can add a new operating system image to Configuration Manager by using the New-CMOperationSystemImage cmdlet. At a minimum, we are required to provide the name of the image file and the path to...

You have been reading a chapter from
Microsoft System Center Powershell Essentials
Published in: Apr 2015
Publisher: Packt
ISBN-13: 9781784397142
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