Reset-SCSMAllowList

Reset-SCSMAllowList

Resets the allow list of classes to be synchronized by the configuration item Operations Manager 2007 connector to the default allow list.

Syntax

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

Detailed Description

The Reset-SCSMAllowList cmdlet replaces the existing allow list of classes to be synchronized by the configuration item Operations Manager 2007 connector with the default allow list. The default allow list contains the following classes:
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

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.

  • This cmdlet does not generate any output

Examples

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

Description

-----------

This command resets the allow list on the local server to the default allow list.

C:\PS>Reset-SCSMAllowList

Getting Started with Service Manager Cmdlets for Windows PowerShell

Add-SCSMAllowListClass
Get-SCSMAllowList
Remove-SCSMAllowListClass