VaultEvent

The Enum of type powerEvents.Cmdlets.VaultEvent provides a list of all the supported Vault events.

Syntax

[powerEvents.Cmdlets.VaultEvent]::AddFile_Post

Remarks

Each of the following Vault events has its own set of available arguments:

They can be used as parameters in registered functions or script blocks.

Tip

You are not forced to use all the defined arguments, since they are all optional.
Therefore you can pass only the parameters you really need into your script blocks.

Warning

The arguments are case sensitive and must be named exactly the same as described in the linked documentation.