< Back

Invoke-DeployPembrokePS

Sat Jan 18, 2020 6:41 pm

NAME Invoke-DeployPembrokePS



SYNOPSIS





SYNTAX

Invoke-DeployPembrokePS [[-Destination] <Path>] [[-Source] <Path>] [<CommonParameters>]





DESCRIPTION

Deploy PembrokePS components (default: DB,UI,Rest)





PARAMETERS

-Destination <Path>

A valid Path is required.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Source <Path>

A valid Path is required.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Boolean





NOTES





It will create the directory if it does not exist.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Invoke-DeployPembrokePS -Destination c:\\wamp\\www\\PembrokePS -Source

c:\\OpenProjects\\ProjectPembroke\\PembrokePSUI















RELATED LINKS