Install-JDModule

SYNOPSIS

Install the SQL Build modules and any dependant modules

SYNTAX

Install-JDModule [[-InstallType] <String>] [[-Release] <String>] [[-Scope] <String>] [[-CredEmail] <String>]
 [[-CredToken] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Install the SQL Build modules and any dependant modules.

EXAMPLES

EXAMPLE 1

Install-JDModules -InstallType azure -Mode update -Release preview

PARAMETERS

-InstallType

Specify type, core, just install the core non cloud specific modules, ideal for new VMs full installs everything, ideal for jumpboxes or PCs that will run the code to create VMs etc. aws, just aws components, ideal for jumpboxes or PCs that will run the code to create just AWS Ms etc. azure, just aws components, ideal for jumpboxes or PCs that will run the code to create just Azure Ms etc.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: Core
Accept pipeline input: False
Accept wildcard characters: False

-Release

Specify the release environment. Values are dev, unittest, usertest, preview, prod. dev and unittest are reserved for internal usage.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: Preview
Accept pipeline input: False
Accept wildcard characters: False

-Scope

{{ Fill Scope Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: AllUsers
Accept pipeline input: False
Accept wildcard characters: False

-CredEmail

{{ Fill CredEmail Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-CredToken

{{ Fill CredToken Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

OUTPUTS

NOTES