Get-SCDWWatermark

Gets the latest watermark for a job module.

Syntax

Get-SCDWWatermark
   [-ModuleType] <String>
   [-ModuleName] <String>
   [-ComputerName <String>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

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.

Examples

Example 1: Get module watermarks

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

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

Parameters

-ComputerName

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.

Type:String
Aliases:CN
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Credential

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.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ModuleName

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.

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ModuleType

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

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None.

You cannot pipe input to this cmdlet.

Outputs

Microsoft.EnterpriseManagement.Warehouse.Cmdlets.GetSCDWWatermark