Unregister-SCDWSource

Unregister-SCDWSource

Unregisters a data source from the data warehouse.

Syntax

Parameter Set: Default
Unregister-SCDWSource [-DataSourceTypeName] <String> [-DataSourceName] <String> [-AdditionalData <Object> ] [-ComputerName <String> ] [-Credential <PSCredential> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Unregister-SCDWSource cmdlet unregisters a data source from the data warehouse. Any jobs that extract data from the unregistered data source are deleted. Any management packs that are synchronized from the unregistered data source are uninstalled. Any data that has already been retrieved from the data warehouse for the unregistered data source remains.

Parameters

-AdditionalData<Object>

Specifies any additional data that a particular source has to send during registration. For example, a Configuration Manager source is registered, this parameter is used to pass a credential object that is later used by the Configuration Manager source to contact the Configuration Manager server.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ComputerName<String>

Specifies the name of the computer on which the System Center Data Access service is running. The user account that is defined in the Credential parameter must have access rights to the specified computer. You can omit this parameter only if the System Center Data Access Service is running on the same computer that has Service Manager installed.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

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 user account that is provided must have access to that server.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-DataSourceName<String>

Specifies the name of the data source to use. Registered data sources may be retrieved by the Get-SCDWSource cmdlet.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-DataSourceTypeName<String>

Specifies the name of the type of the data source. You can use the Get-SCDWSourceType cmdlet to retrieve TypeNames.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

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 (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.

  • None.

    This cmdlet does not generate any output.

Examples

Example 1: Unregister a data source

This command unregisters a specified data source.

PS C:\> UnRegister-SCDWSource –ComputerName "serverDW72" –DataSourceTypeName "ServiceManager" –DataSourceName "Contoso_22" 

Enable-SCDWSource

Get-SCDWSource

Set-SCDWSource

Register-SCDWSource

Disable-SCDWSource