Show / Hide Table of Contents

Get-OCICmdletHistory

SYNOPSIS

Get the stored OCI Cmdlet history or the Cmdlet history store properties.

SYNTAX

Get-OCICmdletHistory [-Size] [<CommonParameters>]

DESCRIPTION

Cmdlet history store records the cmdlet invocation and API reponses received for last few OCI Cmdlets invoked. This Cmdlet based on the arguments in the invocation, either gets the configured OCI Cmdlet history store properties or the stored Cmdlet history for the current Powershell session. Use Set-OCICmdletHistory for configuring the history store properties.

PARAMETERS

-Size

Size of the history store

Type: SwitchParameter
Parameter Sets: (All)
Aliases: None

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

OUTPUTS

  • Oci.PSModules.Common.Cmdlets.CmdletHistory.OCICmdletHistory
  • System.Int32

RELATED LINKS

  • OCIModulesDocs
  • Examples
Back to top Generated by DocFX