< Back

Remove-P1Environments

Sat Jan 18, 2020 7:02 pm

NAME Remove-P1Environments



SYNOPSIS

Remove PlannerOne environments





SYNTAX

Remove-P1Environments [-Tenant] <String> [-Environments] <Object> [<CommonParameters>]





DESCRIPTION

Remove PlannerOne environments





PARAMETERS

-Tenant <String>

The PlannerOne tenant.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environments <Object>

The PlannerOne environments list to initialized.



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:\\># Remove all environments in $env array



Remove-P1Environments -Tenant PROD -Environments $env











RELATED LINKS