Get-SCSMAllowList

Get-SCSMAllowList

Gets the allow list of classes that is used by the configuration item Operations Manager 2007 connector during synchronization

Syntax

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

Detailed Description

The Get-SCSMAllowList cmdlet gets the allow list of classes that is used by the configuration item Operations Manager 2007 connector during synchronization. The connector imports only the instances of the class types that are included in this allow list.

Parameters

-ComputerName<String>

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Credential<PSCredential>

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Inputs

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

  • You cannot pipe input to this cmdlet

Outputs

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

  • System.Xml.XmlElement

    Get-SCSMAllowList returns an XmlElement object that contains class name and management pack pairs for each class type in the allow list.

Examples

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

Description

-----------

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

C:\PS>Get-SCSMAllowList
name                                                        mp
----                                                        --
System.Service                                              System.Library
System.Database                                             System.Library
Microsoft.Windows.ApplicationComponent                      Microsoft.Windows.Library
Microsoft.Windows.ComputerRole                              Microsoft.Windows.Library
System.Computer                                             System.Library
System.OperatingSystem                                      System.Library
Microsoft.Windows.LogicalDevice                             Microsoft.Windows.Library
System.SoftwareInstallation                                 System.Library
System.WebSite                                              System.Library

Getting Started with Service Manager Cmdlets for Windows PowerShell

Add-SCSMAllowListClass
Remove-SCSMAllowListClass
Reset-SCSMAllowList