< Back

Unregister-P1Tenant

Sat Jan 18, 2020 7:04 pm

NAME Unregister-P1Tenant



SYNOPSIS

DEV TOOL - Use Remove-P1Tenant cmdlet if you want to uninstall an existing PlannerOne tenant.

Unregister an existing PlannerOne tenant.





SYNTAX

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





DESCRIPTION

DEV TOOL.

Unregister an existing PlannerOne tenant with the given parameters.

This command does not uninstall the product.





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.



Unregister-P1Tenant -Tenant NavDev











RELATED LINKS