Genpact Cora Knowledge Center

Support

PowerShell Function: Get-CoraSeQuenceServiceGUID

V9.0

Method

CoraSeQuence.Services

Description

Gets the current GUID of a Cora SeQuence service.

Syntax

Get-CoraSeQuenceServiceGUID [-Service] <Object> [[-ServiceID] <Int32>] [<CommonParameters>]

Parameters

-Service <Object>

Determines the type of the seCora SeQuence service: Active Directory Synchronization Service (ADSS), Background Runtime Service (BRS), or Job Execution Service (JES).

Required?                    true
Position?                    1
Default value          
Accept pipeline input?      false
Accept wildcard characters?  false


-ServiceID <Int32>

Sets the numeric ID of the service instance when there are multiple instances of the same service.

Required?                    false
Position?                    2
Default value          1
Accept pipeline input?      false
Accept wildcard characters?  false


<CommonParameters>

This function supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. 

For more information, see about_CommonParameters.

 Examples

PS C:\>Get-CoraSeQuenceServiceGUID -Service ADSS
PS C:\>Get-CoraSeQuenceServiceGUID -Service BRS -ServiceID 2