< Back

Get-P1Environments

Sat Jan 18, 2020 7:00 pm

NAME Get-P1Environments



SYNOPSIS

Get PlannerOne environments.





SYNTAX

Get-P1Environments [-Tenant] <String> [-Product] <String> [<CommonParameters>]





DESCRIPTION

Return the PlannerOne environments informations





PARAMETERS

-Tenant <String>

The PlannerOne tenant.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Product <String>

The PlannerOne product (Project or Production).



Required? true

Position? 2

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 the list of environments using a tenant



Get-P1Environments -Product "Project" -Tenant "PlannerOneProd"











RELATED LINKS