Get-SCSMAllowList

Get-SCSMAllowList

Retrieves the allow list of classes that is used by the Service Manager Operations Manager CI Connector during synchronization.

Syntax

Parameter Set: Default
Get-SCSMAllowList [-ComputerName <String[]> ] [-Credential <PSCredential> ] [-SCSession <Connection[]> ] [ <CommonParameters>]

Detailed Description

The Get-SCSMAllowList cmdlet retrieves the allow list of classes that is used by the Service Manager Operations Manager CI Connector during synchronization. The connector imports only the instances of the class types that are included in this allow list.

Parameters

-ComputerName<String[]>

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

Aliases

none

Required?

false

Position?

named

Default Value

localhost

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Credential<PSCredential>

Specifies the credentials to use when you are connecting to the server on which the System Center Data Access service is running. The specified user account must have access rights to that server.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-SCSession<Connection[]>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None.

    You cannot pipe input to this cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • System.Xml.XmlElement

    This cmdlet returns a list of pairs each containing the class name and management pack for each class type in the allow list.

Examples

-------------------------- EXAMPLE 1 --------------------------

This command retrieves the allow list on the local computer by using the credentials of the current user.

PS C:\>Get-SCSMAllowList

Add-SCSMAllowListClass

Remove-SCSMAllowListClass

Reset-SCSMAllowList