< Back

Invoke-DeployQman

Sat Jan 18, 2020 6:41 pm

NAME Invoke-DeployQman



SYNOPSIS





SYNTAX

Invoke-DeployQman [[-Destination] <String>] [[-Source] <String>] [<CommonParameters>]





DESCRIPTION

Deploys artifacts to prepare a machine to run a PembrokePS Queue Manager.





PARAMETERS

-Destination <String>

A Destitnation path is optional.



Required? false

Position? 1

Default value C:\\PembrokePS\\

Accept pipeline input? false

Accept wildcard characters? false



-Source <String>

A Source location for PembrokePS artifacts is optional.



Required? false

Position? 2

Default value (Split-Path -Path (Get-Module -ListAvailable PembrokePSqman).path)

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. Also install required Modules.



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



PS C:\\>Invoke-DeployQman -Destination c:\\PembrokePS -Source c:\\OpenProjects\\ProjectPembroke\\PembrokePSqman















RELATED LINKS