Initializes a TMCTools project directory.
Initialize-ToolsDirectory [-SourceOnly] [-TargetOnly] [<CommonParameters>]
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.
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.
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.