< Back

Get-P1Version

Sat Jan 18, 2020 7:00 pm

NAME Get-P1Version



SYNOPSIS

Get the PlannerOne version for tenant.





SYNTAX

Get-P1Version [-Tenant] <String> [<CommonParameters>]





DESCRIPTION

Get the PlannerOne server version for tenant.





PARAMETERS

-Tenant <String>

The tenant name.



Required? true

Position? 1

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:\\># Get version of tenant Prod



Get-P1Version Prod











RELATED LINKS