Get-SCSMSubscription

Retrieves subscriptions that are configured in Service Manager.

Syntax

Get-SCSMSubscription
   [-Description <String>]
   [[-DisplayName] <String>]
   [-ManagementPack <ManagementPack>]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

The Get-SCSMSubscription cmdlet retrieves subscriptions that are configured in Service Manager.

Examples

Example 1: Get all available subscriptions

PS C:\>Get-SCSMSubscription | Format-List
TargetClass          : System.WorkItem.Incident
ManagementPack       : [Microsoft.EnterpriseManagement.ServiceManager.Default] 
Groups               : {}
Condition            : Updated
Enabled              : False
DisplayName          : Subscription1
Description          : 
Template             : 
Microsoft.EnterpriseManagement.ServiceManager.Sdk.Notifications.EmailTemplate
RecipientUsers       : {Contoso.administrator}
SubscriptionCriteria : 
ManagementPackName   : Microsoft.EnterpriseManagement.ServiceManager.Default

This command retrieves available subscriptions, and displays them as a list by using the Format-List cmdlet.

Parameters

-ComputerName

Specifies the name of the computer on which the System Center Data Access service runs. The user account that is specified in the Credential parameter must have access rights to the specified computer.

Type:System.String[]
Position:Named
Default value:Localhost
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Credential

Specifies the credentials that this cmdlet uses to connect to the server on which the System Center Data Access service runs. The specified user account must have access rights to that server.

Type:System.Management.Automation.PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Description

Specifies the description of the subscription to retrieve.

Type:System.String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisplayName

Specifies the name of the subscription to retrieve. You can specify a regular expression.

Type:System.String
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ManagementPack

Specifies the management pack in which the subscription to retrieve is defined.

Type:Microsoft.EnterpriseManagement.Configuration.ManagementPack
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SCSession

Specifies an object that represents the session to a Service Manager management server.

Type:Microsoft.SystemCenter.Core.Connection.Connection[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None.

You cannot pipe input to this cmdlet.

Outputs

Microsoft.EnterpriseManagement.ServiceManager.Sdk.Notifications.Subscriptions.Subscription

This cmdlet retrieves subscriptions that are configured in Service Manager.