Search icon CANCEL
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

Software distribution

This section provides detailed knowledge of how to get information of software distribution components (including information on packages, programs, applications, and so on) and how to create your own package, program, and applications using PowerShell cmdlets. This section will also cover how to distribute and deploy packages and applications using PowerShell.

Handling packages and applications

PowerShell allows you to get details of one or more packages in Configuration Manager. You can use the package name and package ID as parameters to the cmdlet. If no parameters are specified, the cmdlet will retrieve all the packages available in Configuration Manager:

Get-CMPackage –Name "Adobe Reader"

We can use Get-CMApplication to get the details of all the applications available in the Configuration Manager database. If no parameters are specified, the cmdlet will retrieve all the applications available in the database:

Get-CMApplication

For any reason, if...

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