< Back

New-P1ServerInstance

Sat Jan 18, 2020 7:01 pm

NAME New-P1ServerInstance



SYNOPSIS

Install a new PlannerOne service.





SYNTAX

New-P1ServerInstance [-Tenant] <String> [-ERP] <String> [[-ServiceRootPath] <String>] [<CommonParameters>]





DESCRIPTION

Install a new PlannerOne service with the given parameters.





PARAMETERS

-Tenant <String>

The tenant name of this service.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ERP <String>

The adapter to use (NAV, AP, SAGE)



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ServiceRootPath <String>



Required? false

Position? 3

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



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



PS C:\\># Install a PlannerOne service for the tenant Prod.



New-P1ServerInstance -Tenant Prod -Login PlanAdm -Password MyPassword











RELATED LINKS