< Back
Resolve-PowerBIError
Post
NAME Resolve-PowerBIError
SYNOPSIS
Shows detailed error information produced from MicrosoftPowerBIMgmt.* cmdlets.
SYNTAX
Resolve-PowerBIError [-Error <ErrorRecord[]>] [<CommonParameters>]
Resolve-PowerBIError -Last [<CommonParameters>]
DESCRIPTION
Outputs additional information for any errors produced from MicrosoftPowerBIMgmt.* cmdlets.
PARAMETERS
-Error <ErrorRecord[]>
List of errors to display. For example, $Error[0..2] will show the last three errors.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Last [<SwitchParameter>]
Indicates to show the last error occurring in the PowerShell session.
Required? true
Position? named
Default value False
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
System.Management.Automation.ErrorRecord[]
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Resolve-PowerBIError
Displays all errors occurring in the PowerShell session.
-------------------------- Example 2 --------------------------
PS C:\\> Resolve-PowerBIError -Last
Displays the last error occurring in the PowerShell session.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... owerbierro
r?view=powerbi-ps
SYNOPSIS
Shows detailed error information produced from MicrosoftPowerBIMgmt.* cmdlets.
SYNTAX
Resolve-PowerBIError [-Error <ErrorRecord[]>] [<CommonParameters>]
Resolve-PowerBIError -Last [<CommonParameters>]
DESCRIPTION
Outputs additional information for any errors produced from MicrosoftPowerBIMgmt.* cmdlets.
PARAMETERS
-Error <ErrorRecord[]>
List of errors to display. For example, $Error[0..2] will show the last three errors.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Last [<SwitchParameter>]
Indicates to show the last error occurring in the PowerShell session.
Required? true
Position? named
Default value False
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
System.Management.Automation.ErrorRecord[]
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Resolve-PowerBIError
Displays all errors occurring in the PowerShell session.
-------------------------- Example 2 --------------------------
PS C:\\> Resolve-PowerBIError -Last
Displays the last error occurring in the PowerShell session.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... owerbierro
r?view=powerbi-ps