< Back

Switch-P1Version

Sat Jan 18, 2020 7:04 pm

NAME Switch-P1Version



SYNOPSIS

Switch to another version an existing PlannerOne tenant (service + web app).





SYNTAX

Switch-P1Version [-Tenant] <String> [[-Version] <String>] [[-WebAppName] <String>] [[-LegacySite] <String>]

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





DESCRIPTION

Switch an existing PlannerOne tenant to another version.

Warning: PlannerOne service will be restarted during the process.





PARAMETERS

-Tenant <String>

The tenant name.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Version <String>

The version to switch to.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WebAppName <String>



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LegacySite <String>



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SiteRootPath <String>



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



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



PS C:\\># Switch a PlannerOne tenant named P1Prod to V6.0.1624.73941.



Switch-P1Tenant -Tenant P1Prod -Version 6.0.1624.73941











RELATED LINKS