< Back

Remove-P1ServerInstance

Sat Jan 18, 2020 7:02 pm

NAME Remove-P1ServerInstance



SYNOPSIS

Uninstall a existing PlannerOne service.





SYNTAX

Remove-P1ServerInstance [-Tenant] <String> [<CommonParameters>]





DESCRIPTION

Uninstall a existing PlannerOne service with the given parameters.





PARAMETERS

-Tenant <String>

The tenant name of this service.



Required? true

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:\\># Uninstall a PlannerOne service for the tenant Prod.



Remove-P1ServerInstance -Tenant Prod











RELATED LINKS