< Back

Set-P1Tenant

Sat Jan 18, 2020 7:03 pm

NAME Set-P1Tenant



SYNOPSIS

Modify a tenant configuration.





SYNTAX

Set-P1Tenant [-Tenant] <String> [[-RemotingPort] <Int32>] [[-WebServicePort] <Int32>] [[-WebPort] <Int32>]

[[-WebAppName] <String>] [<CommonParameters>]





DESCRIPTION

Modify the configuration of an existing PlannerOne tenant.





PARAMETERS

-Tenant <String>

The tenant name.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RemotingPort <Int32>

The port to be used by AppServer for Remoting API.



Required? false

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WebServicePort <Int32>

The port to be used by AppServer for REST API.



Required? false

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WebPort <Int32>

The customized port to be used by WebServer site.



Required? false

Position? 4

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WebAppName <String>

The customized name to use for web application.



Required? false

Position? 5

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





RELATED LINKS