< Back

Install-P1Package

Sat Jan 18, 2020 7:01 pm

NAME Install-P1Package



SYNOPSIS

Get all required packages from PlannerOne NuGet server.





SYNTAX

Install-P1Package [[-Package] <String[]>] [[-ERP] <String>] [[-Version] <String>] [[-Source] <String>]

[-NoERPModules] [-LocalSource] [<CommonParameters>]





DESCRIPTION

Connect to remote repository and get the latest release.





PARAMETERS

-Package <String[]>

The PlannerOne package list.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ERP <String>

The target ERP to get default packages for if not provided in Package list (NAV, AP, SAGE)



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Version <String>

The ERP version



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Source <String>

Force source for package.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-NoERPModules [<SwitchParameter>]

Do not install specific ERP modules, only PlannerOne server and web application.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-LocalSource [<SwitchParameter>]



Required? false

Position? named

Default value False

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



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



PS C:\\># Install PlannerOne server, web and NAV 2016 objects



Install-P1Package PlannerOne.Server,PlannerOne.WebApp,PlannerOne.NAV.2016









-------------------------- EXAMPLE 2 --------------------------



PS C:\\># Install PlannerOne SAGE server and web



Install-P1Package -ERP SAGE











RELATED LINKS