< Back

Get-P1Tenant

Sat Jan 18, 2020 7:00 pm

NAME Get-P1Tenant



SYNOPSIS

Get PlannerOne tenant list and information.





SYNTAX

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





DESCRIPTION

Return the PlannerOne tenants informations





PARAMETERS

-Tenant <String>

The tenant name.



Required? false

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 the list of tenants



Get-P1Tenant









-------------------------- EXAMPLE 2 --------------------------



PS C:\\># Get a tenant information



Get-P1Tenant -Tenant "PlannerOneProd"











RELATED LINKS