Get-MtSession
SYNOPSISโ
Gets the current Maester session information which includes the current Graph base uri and other details. These are read-only and should not be modified directly.
SYNTAXโ
Get-MtSession [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTIONโ
The session information can be used to troubleshoot issues with the Maester module.
EXAMPLESโ
EXAMPLE 1โ
Get-MtSession
Returns the current Maester session information.
PARAMETERSโ
-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.