Logo

Documentation home for Transend tools

Initialize-ToolsDirectory

SYNOPSIS

Initializes a TMCTools project directory.

SYNTAX

Initialize-ToolsDirectory [-SourceOnly] [-TargetOnly] [<CommonParameters>]

DESCRIPTION

Use the Initialize-ToolsDirectory cmdlet to set up a new TMCTools project directory. This is an interactive tool with prompts that generates the basic structure of a project.

EXAMPLES

Example

Initialize-ToolsDirectory

Starts an interactive session that generates a TMCTools directory based on user input. Because no options were specified, both source and target are configured.

PARAMETERS

-SourceOnly

Only prompt for information about a source provider.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-TargetOnly

Only prompt for information about a target provider.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Void

NOTES

TMCTools configuration options