Chapter 6. Administration of Service Manager through PowerShell
In this chapter, we will focus on the third product of the System Center product family, that is, Service Manager. Service Manager is a platform to manage your IT services and automate the process involved in incident management for your organization. It also helps us to identify and adapt the best practices from Microsoft Operations Framework (MOF) and Information Technology Infrastructure Library (ITIL). It also provides support for change control and asset lifecycle management.
When it comes to the use of Service Manager with Windows PowerShell, it includes many PowerShell cmdlets that help you perform certain tasks without using the traditional Service Manager console. For example, you can use the Import-SCSMManagementPack
cmdlet to import a management pack, and there are other similar commands as well. All the Service Manager cmdlets have the SCSM
prefix to noun part.
The Service Manager cmdlets are available in...