Skip to main content

Get-MtExo

SYNOPSIS

Retrieves cached response or requests from cmdlet

SYNTAX

Get-MtExo [[-Request] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Manages the EXO cmdlet caching

EXAMPLES

EXAMPLE 1

Get-MtExo -Request AcceptedDomain

Returns accepted domains for a tenant

EXAMPLE 2

Get-MtAcceptedDomain

Returns accepted domains for a tenant

PARAMETERS

-Request

Provide the name of the EXO Cmdlet without the Get- prepended (e.g. Get-AcceptedDomain = -Request AcceptedDomain)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: ($MyInvocation.InvocationName).Substring(6)
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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.

INPUTS

OUTPUTS

System.String

System.Object[]

System.Management.Automation.PSObject

NOTES

https://maester.dev/docs/commands/Get-MtExo