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! 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
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Microsoft System Center Powershell Essentials
Microsoft System Center Powershell Essentials

Microsoft System Center Powershell Essentials: Efficiently administer, automate, and manage System Center environments using Windows PowerShell

Arrow left icon
Profile Icon HP Profile Icon Harshul Patel
Arrow right icon
R$50 per month
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1 (1 Ratings)
Paperback Apr 2015 140 pages 1st Edition
eBook
R$80 R$147.99
Paperback
R$183.99
Subscription
Free Trial
Renews at R$50p/m
Arrow left icon
Profile Icon HP Profile Icon Harshul Patel
Arrow right icon
R$50 per month
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1 (1 Ratings)
Paperback Apr 2015 140 pages 1st Edition
eBook
R$80 R$147.99
Paperback
R$183.99
Subscription
Free Trial
Renews at R$50p/m
eBook
R$80 R$147.99
Paperback
R$183.99
Subscription
Free Trial
Renews at R$50p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Microsoft System Center Powershell Essentials

Chapter 1. Setting up the Environment to Use PowerShell

Welcome! In this introductory chapter, we will throw some light on how the idea for this book came in to our minds. Here, we will cover topics that can help users perform various routine tasks in the System Center environment by using legacy consoles. A decade back, an administrator had to go with legacy Microsoft Management Consoles, broadly known as MMC, for most of the Microsoft products. Now, with the changes in the architecture of the Microsoft products and the birth of automation engines such as Windows PowerShell, automation has become easy; however, many of us are not fully aware of it. Let's start with setting up the environment.

In this chapter, we will cover:

  • The purpose of this book
  • The target audience
  • Why use PowerShell?
  • PowerShell version references
  • Setting up the System Center Configuration Manager environment
  • Setting up the System Center Operations Manager environment
  • Setting up the System Center Service Manager environment

The purpose of this book

This book will help you to achieve the idea of automation, especially in the System Center environment using Windows PowerShell. The purpose of this book is to provide you with an insight of various PowerShell techniques that can be applied to the following three System Center products:

  • System Center Configuration Manager (SCCM)
  • System Center Operations Manager (SCOM)
  • System Center Service Manager (SCSM)

We will also highlight how to use the various PowerShell cmdlets available with these three product SDKs, along with their key tips and tricks. All guidance and assistance will be provided to you on a high-level basis. Further exploration and hands-on experience for these three products is required, so that you gain the most out of this book.

The target audience

This book is aimed mainly at IT professionals who maintain or perform routine activities in the System Center environment focusing on SCCM, SCOM, and SCSM products. This book will be very useful for people who seek out-of-the-box automation for their System Center infrastructure, using Windows PowerShell. You will find real time use of Windows PowerShell with these System Center products.

Why use PowerShell?

In the last few years, the scripting world has witnessed a number of changes. We can hardly recall the time when people used ancient mainframe machines with green-colored text and dark, black-screen backgrounds. Times have changed and we are living in a world where technological adoption is quicker than ever.

Nowadays, an ample number of scripting languages exist, which fulfill the needs of an administrator. One of the questions that arise in one's mind is: why should we go with Windows PowerShell? There are reasons why we prefer Windows PowerShell over other scripting languages. To answer the preceding question precisely, we would rather put a counter question in front of you: give us a valid reason why we shouldn't go with Windows PowerShell.

There are other examples of strong scripting languages, such as VBScript, Ruby, Python, Perl, and so on, and administrators have adopted them too. VBScript became popular because of the automation of routine, local administrator tasks, but the code was a bit complex and hard to understand for novice users. Looking at Windows PowerShell, we feel that the Microsoft team has worked hard to give us a powerful, interactive scripting shell with an object-driven approach.

The important and exciting thing about this language is that it's a spitted object-based output, which can be reused easily. It has pipeline and PSRemoting as its crucial features, which put this language as the first priority while comparing it with other scripting languages. Moreover, by following the Common Engineering Criteria (CEC), Microsoft has decided that all future Microsoft products will come with extensive Windows PowerShell support. This is also a good reason to learn and choose Windows PowerShell. Additionally, PowerShell can be leveraged to use the massive .Net Framework class functionality with most of the Microsoft products. We can also achieve inventory and reporting by efficiently using the WMI functionality that lies within PowerShell. A few Microsoft products support extensive functionality when used with PowerShell; the best example is Exchange Server.

PowerShell version references

In this section, we shall talk about the various versions of Windows PowerShell that are available and we will share a few notes on the latest versions v3.0 and v4.0, along with their preinstallation requirements and dependencies.

So far, we have had four stable versions available for Windows PowerShell. Windows PowerShell v1.0 was an extension of Command Prompt with a limited number of cmdlets. In the second version, the team introduced pipeline and PSRemoting concepts, which made Windows PowerShell a popular scripting shell. Furthermore, with the release of Windows Server 2012 and Windows 8, Windows PowerShell version 3.0 was a drastic improvement in terms of the number of cmdlets and modules. They have also introduced the Windows PowerShell Web Access (PWA), PowerShell Workflows, and Scheduled Jobs concept in this version. The exciting part is that while we were drafting this book, the Microsoft team was coming up with its next release of operating systems, named Windows Server 2012 R2 and Windows 8.1. In this release, they have introduced Windows PowerShell v4.0 embedded with extensive functionality, such as Desired State Configuration (DSC) and so on.

Note

While we are in the process of publishing this book, the PowerShell team has already come up with the preview release of Windows PowerShell 5.0 with some extensive functionality.

By default, Windows PowerShell 3.0 comes up with Windows Server 2012 and Windows 8. There are a number of default modules present in this version. If you are running an operating system lower than the ones specified in the preceding section, you need to manually install Windows Management Framework 3.0, which is also known as WMF 3.0.

Note

If you have installed any previous releases of Windows Management Framework, you must uninstall them before installing Windows Management Framework 3.0.

Windows Management Framework 3.0 can be installed only on the following operating system versions:

  • Windows 7 SP1
  • Windows Server 2008 R2 SP1 (WMF 3.0 is also supported if you are running Windows Server 2008 R2 as the server core)
  • Windows Server 2008 SP2

Windows PowerShell 2.0 is embedded in the Windows Server 2008 R2 and Windows 7 operating system. You don't need to separately install it on these operating systems.

The contentions written here use the latest version of PowerShell (v 4.0). However, most of the cmdlets are also supported in the legacy version, as well. As a minimum, you need to have PowerShell 2.0 in your machine; however, it would be best to have the latest version of PowerShell. You can refer to the TechNet link (https://technet.microsoft.com/en-us/library/hh847769.aspx) for detailed information on the prerequisites for different versions of PowerShell.

Windows Management Framework 3.0 is available for all supported versions of Windows in the following languages: English, Chinese (simplified), Chinese (traditional), French, German, Italian, Japanese, Korean, Portuguese (Brazil), Russian, and Spanish.

Windows Management Framework 3.0 contains:

  • Windows PowerShell 3.0
  • Windows Remote Management (WinRM) 3.0
  • Windows Management Instrumentation (WMI)
  • Management OData IIS Extensions
  • Server Manager CIM Provider

Windows Management Framework 3.0 requires the following software to be installed prior to the WMF 3.0 installation:

In addition to the preceding software, you will need to meet the following requirements:

  • To install Windows PowerShell Integrated Scripting Environment (ISE) for Windows PowerShell 3.0 on computers running Windows Server 2008 R2 with Service Pack 1, use Server Manager to add the optional Windows PowerShell ISE feature to Windows PowerShell before installing WMF 3.0.
  • Install the latest updates before installing WMF 3.0.

    Note

    WMF 4.0 has the same set of OS requirement, but it needs Microsoft .Net Framework 4.5 as a prerequisite.

Setting up the System Center Configuration Manager environment

This section talks about how to setup your Windows PowerShell console to start with the SCCM activities. The traditional method of importing the SCCM module in Windows PowerShell is supported by SCCM 2007 and its later versions.

The prerequisites to set up SCCM are as follows:

  • SCCM 2007 or its later version infrastructure
  • Windows PowerShell 2.0 or its later version

Connecting to Windows PowerShell for SCCM

The steps for connecting to Windows PowerShell for SCCM are as follows:

  1. Start the 32-bit Windows PowerShell console from your operating system box, as the SCCM infrastructure is only supported with the 32-bit PowerShell architecture.
  2. If you are using Windows Server 2008 R2 or a similar operating system, then you can click on Start, search for Windows PowerShell (x86), and launch the console.

    If you are using Windows Server 2012 or a similar operating system, then you can press the Windows key + F, search for Windows PowerShell, and choose Apps in the console. From the search list, select Windows PowerShell (x86) and launch the console.

    Connecting to Windows PowerShell for SCCM
  3. To import the Configuration Manager PowerShell module, we need to change the console location to the Configuration Manager Installation folder. For example, we will refer to the parent installation folder as C:\Program Files(x86).
  4. Type the following lines into the PowerShell console:
    PS C :\> cd "C:\Program Files(x86)\Microsoft Configuration Manager\AdminConsole\bin"
    

    This will set the console location to the bin subfolder in the Configuration Manager Installation folder.

  5. Now, import the ConfigurationManger.psd1 module file by using the Import-Module cmdlet:
    PS C :\> Import-Module .\ConfigurationManager.psd1
    

    Note

    To confirm the successful import of the module, you can type Get-Module CMDLET in the PowerShell console. Now you will be able to see the new module added to the ConfigurationManager list.

  6. After successfully importing the module file, set the console location to your site location by using your site code. For example, we have taken ABC site code in the following command statement:
    PS C :\> Set-Location ABC:
    

    The Configuration Manager PowerShell module also includes PowerShell Driver Provider for Configuration Manager Sites. For example, if you have a central site administration, site ABC and two primary sites PS1 and PS2, then you can change the connection context like this:

    PS C :\> Set-Location ABC:
    PS C :\> Set-Location PS1:
    PS C :\> Set-Location PS2:
    

    Note

    If you don't change the connection context, then you can't manage the Configuration Manager Site as well.

  7. Now you are ready to manage your Configuration Manager infrastructure using Windows PowerShell.

Tip

Downloading the example code

You can download the example code files from your account at http://www.packtpub.com for all the Packt Publishing books you have purchased. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

There is also another simple method available to connect SCCM using PowerShell with the latest releases of SCCM 2012 and so on. The prerequisites for that are as follows:

  • System Center Configuration Manager 2012 SP1 RTM or a later version infrastructure
  • Windows Server 2012 or Windows Server 2008 R2 with WMF 3.0

Connecting to Windows PowerShell from the SCCM console

The steps for connecting to Windows PowerShell from the SCCM console are as follows:

  1. Press the Windows key + F, search for Configuration Manager, and choose Apps. From the search list, select Configuration Manager Console and launch the console.
    Connecting to Windows PowerShell from the SCCM console
  2. In the Configuration Manager Console, click on the upper-left corner of the console and select Connect via Windows PowerShell.
    Connecting to Windows PowerShell from the SCCM console
  3. The Configuration Manager then imports the PowerShell module automatically.
  4. Now you are ready to manage your Configuration Manager infrastructure using the Windows PowerShell console.

Setting up the System Center Operations Manager environment

This section discusses how to set up your PowerShell console to start with the SCOM activities. The traditional method of importing the SCOM module in Windows PowerShell is supported by SCOM 2012 and its later versions.

The prerequisites for this are as follows:

  • SCOM 2012 or the later version infrastructure
  • Windows PowerShell 2.0 or its later version

Connecting to Windows PowerShell for SCOM

The steps for connecting to Windows PowerShell for SCOM are as follows:

  1. Start the 32-bit Windows PowerShell console from your operating system box.
  2. If you are using Windows Server 2008 R2 or a similar operating system, then you can click on Start, search for Windows PowerShell (x86), and launch the console.
  3. If you are using Windows Server 2012 or a similar operating system, then you can press the Windows key + F, search for Windows PowerShell, and choose Apps. From the search list, select Windows PowerShell (x86) and launch the console.
  4. To import the Operations Manager PowerShell module, we need to change the console location to the Operations Manager Console installation folder. For example, we will refer to the parent installation folder as C:\Program Files(x86).

    Type the following lines into the PowerShell console:

    PS C :\> cd 'C:\Program Files\System Center 2012\Operations Manager\PowerShell\'
    
  5. This will set the console location to the PowerShell subfolder in the Operations Manager Console installation folder.
  6. Now, import the OperationsManger.psd1 module file by using the Import-Module cmdlet:
    PS C :\> Import-Module .\OperationsManager.psd1
    

    Note

    To confirm the successful import of the module, type the Get-Module cmdlet on the PowerShell console. Now you will be able to see the new module added to the OperationsManager list.

  7. Now you are ready to manage your Operations Manager infrastructure, using the Windows PowerShell console.

Setting up the System Center Service Manager environment

In this section, we will talk about how to set up your PowerShell console to start with the SCSM activities. The traditional method of importing the SCSM module in Windows PowerShell is supported by SCSM 2010 and its later versions.

Here are the prerequisites to set up the SCSM environment:

  • SCSM 2010 or its later version infrastructure
  • Windows PowerShell 2.0 or its later version

Connecting to Windows PowerShell for SCSM

  1. Start the Windows PowerShell console from your operating system box.
  2. If you are using Windows Server 2008 R2 or a similar operating system, then you can click on Start, search for Windows PowerShell (x86), and launch the console.
  3. If you are using Windows Server 2012 or a similar operating system, then you can press the Windows key + F, search for Windows PowerShell, and choose Apps. From the search list, select Windows PowerShell (x86) to launch the console.
  4. To import the Service Manager PowerShell module, we need to change the console location to the Service Manager Console installation folder. For example, we will refer to the parent installation folder as C:\Program Files(x86).
  5. Type the following lines into the PowerShell console:
    PS C :\> cd 'C:\Program Files\Microsoft System Center 2012\Service Manager\'
    

    This will set the console location to the Service Manager subfolder in the Service Manager Console installation folder.

  6. Import the System.Center.Service.Manager.psd1 module file for SCSM Management Servers by using the Import-Module cmdlet:
    PS C :\> Import-Module .\System.Center.Service.Manager.psd1
    
  7. Now you are ready to manage your Service Manager infrastructure for SCSM Management Servers using Windows PowerShell.
  8. Import the Microsoft.EnterpriseManagement.Warehouse.Cmdlets.psd1 module file for Data Warehouse Management Servers by using the Import-Module cmdlet:
    PS C :\> Import-Module .\Microsoft.EnterpriseManagement.Warehouse.Cmdlets.psd1
    

    To confirm the successful import of the module, you can type the Get-Module cmdlet on the PowerShell console. Now you will be able to see the new module added to the System.Center.Service.Manager and Microsoft.EnterpriseManagement.Warehouse.Cmdlets lists.

  9. Now you are ready to manage your Service Manager infrastructure for Data Warehouse Management Servers using Windows PowerShell.

Summary

By end of this introductory chapter, you should be able to understand the basic terminology and setup requirement to use Windows PowerShell with several System Center products.

Going ahead, we will specifically look at each of these products and try to explore more functionalities that we can achieve using Windows PowerShell.

Left arrow icon Right arrow icon

Description

If you are a Microsoft System Center administrator who manages System Center environments and utilizes the console for management, then this book is ideal for you. This book is also for System Center users who now want to learn to manage systems using PowerShell.

Who is this book for?

If you are a Microsoft System Center administrator who manages System Center environments and utilizes the console for management, then this book is ideal for you. This book is also for System Center users who now want to learn to manage systems using PowerShell.

What you will learn

  • Set up an environment to effectively use PowerShell for SCCM, SCOM, and SCSM
  • Understand the advanced usage of all the available cmdlets with realtime examples
  • Administer and maintain a System Center environment with PowerShell
  • Create both simple and advanced functions for different cmdlets with PowerShell
  • Get an insight into realtime System Center applications that you can automate using PowerShell
  • Get to grips with scenariobased scripting for efficient System Center administration and maintenance
  • Discover PowerShell tricks and best practices

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 28, 2015
Length: 140 pages
Edition : 1st
Language : English
ISBN-13 : 9781784397142
Vendor :
Microsoft

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Apr 28, 2015
Length: 140 pages
Edition : 1st
Language : English
ISBN-13 : 9781784397142
Vendor :
Microsoft

Packt Subscriptions

See our plans and pricing
Modal Close icon
R$50 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
R$500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just R$25 each
Feature tick icon Exclusive print discounts
R$800 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just R$25 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total R$ 763.97
Active Directory with PowerShell
R$272.99
Mastering Windows PowerShell Scripting
R$306.99
Microsoft System Center Powershell Essentials
R$183.99
Total R$ 763.97 Stars icon

Table of Contents

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

Customer reviews

Rating distribution
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
(1 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 100%
Supersniper Jul 21, 2021
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
Very little that's important in here in terms of how PS can be used in efficient SCCM administration. My purchase is a loss
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.