< Back

Get-P1AdapterStatus

Sat Jan 18, 2020 6:59 pm

NAME Get-P1AdapterStatus



SYNOPSIS

Get the PlannerOne adapter health status.





SYNTAX

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





DESCRIPTION

Work only for NAV.

Get the PlannerOne adapter status.

Global status is the base status of the adapter. It is on error in case of global error like network.

Environments are the status for all environments.

Status is the computed status based on previous one. It is the one shown in manager.





PARAMETERS

-Tenant <String>

The PlannerOne tenant.



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:\\># Get adapter status of Prod



Get-P1AdapterStatus PROD











RELATED LINKS