< Back

Remove-P1Tenant

Sat Jan 18, 2020 7:02 pm

NAME Remove-P1Tenant



SYNOPSIS

Uninstall an existing PlannerOne tenant (service + web app).





SYNTAX

Remove-P1Tenant [-Tenant] <String> [-RemoveData] [<CommonParameters>]





DESCRIPTION

Uninstall an existing PlannerOne tenant with the given parameters.





PARAMETERS

-Tenant <String>

The tenant name.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RemoveData [<SwitchParameter>]

Remove all the data stored for this tenant.



Required? false

Position? named

Default value False

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:\\># Uninstall a PlannerOne tenant named P1Prod.



Remove-P1Tenant -Tenant P1Prod











RELATED LINKS