< Back

New-P1WebApp

Sat Jan 18, 2020 7:01 pm

NAME New-P1WebApp



SYNOPSIS

Install a new PlannerOne web application.





SYNTAX

New-P1WebApp [-Tenant] <String> [[-Port] <Int32>] [[-WebAppName] <String>] [[-LegacySite] <String>] [-ERP]

<String> [[-SiteRootPath] <String>] [<CommonParameters>]





DESCRIPTION

Install a new PlannerOne web application in IIS.





PARAMETERS

-Tenant <String>

The tenant name of this web application.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Port <Int32>

The port to be used by the new site.



Required? false

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WebAppName <String>

The name to use for web application.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LegacySite <String>

The legacy site name. Use only for migration.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ERP <String>

The ERP to use (NAV, AP, ERP)



Required? true

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SiteRootPath <String>



Required? false

Position? 6

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 web application for the tenant Prod on port 8042.



New-P1WebApp -Tenant Prod -Port 8042 -ERP SAGE











RELATED LINKS