Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "One generic form is bound to the System.Entity class, which ultimately all the classes inherit from."

A block of code is set as follows:

<Component Alias="Custodian">
  <Seed>
    <Class Type="System.Domain.User">
      <Property ID="Domain"/>
      <Property ID="UserName"/>
    </Class>
  </Seed>
</Component>

Any command-line input or output is written as follows:

Import-Module 'C:\Program Files\Microsoft System Center 2012\Service Manager\Powershell\System.Center.Service.Manager.psd1'

$RootPath = C:\Service Manager MP Backup\
$Date ...

Get Microsoft System Center 2012 Service Manager Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.