Get-SCDWWatermark

Get-SCDWWatermark

Gets the latest watermark for a job module.

Syntax

Parameter Set: Default
Get-SCDWWatermark [-ModuleType] <String> [-ModuleName] <String> [-ComputerName <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]

Detailed Description

The Get-SCDWWatermark cmdlet gets the stage of completion of the specified module, along with any other modules that the current module depends on.
Modules depend on each other, and every job module processes data incrementally. This cmdlet provides a complete picture of data latency.

Parameters

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ModuleName<String>

Specifies the name of the job module for which to retrieve the watermark. You can use the Get-SCDWJobModule cmdlet to retrieve the job module. Only modules that start with either Transform or Load will be retrieved.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ModuleType<String>

Specifies the type of job module for which to retrieve the watermark. Valid strings are Transform and Load.

Aliases

none

Required?

true

Position?

1

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

  • Microsoft.EnterpriseManagement.Warehouse.Cmdlets.GetSCDWWatermark

Examples

Example 1: Get module watermarks

This command gets the watermarks for a specified module and module name.

PS C:\> Get-SCDWWatermark -ComputerName "serverDW72" -ModuleType "Transform" -ModuleName "TransformSoftwareUpdateDim"

Cmdlet Reference for Data Warehouse