< Back

Test-Vault

Sat Jan 18, 2020 9:52 pm

NAME Test-Vault



SYNOPSIS

Test connectivity to the Vault server.





SYNTAX

Test-Vault [-VaultObject] <PSObject> [<CommonParameters>]





DESCRIPTION

This method returns the health of the server if it can connect.





PARAMETERS

-VaultObject <PSObject>

The Object containing Vault access details.



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

System.Object





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Test-Vault $vault



initialized sealed standby

----------- ------ -------

True False False











RELATED LINKS