The -ErrorAction argument is missing among the supported arguments. Most commands (if not all) support this argument so the user can create PS scripts that automate tasks, and they can catch any exceptions by forcing the cmdlet to break on an error, by using -ErrorAction Stop. This cmdlet fails when the -ErrorAction argument is added, which makes it difficult to catch errors in scripts.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@yeiacatl Thank you for this feedback
I will get this over to the PowerShell team for investigation and updating.
I was able to get this into the backlog for the PowerShell team. The team will get this prioritized into a sprint plan. Thank you for reporting and making the docs better. Much appreciated.
I made a note to request the team to update this when the work is complete.
Thank you very much! Where can I check if the cmdlet has been updated?
@yeiacatl You can check the document or you can keep an eye on this issue page. When the document is updated we will make a comment here on this issue letting you know that the document has been updated.
Hi @AndreaBarr, I noticed you reopened this. Is this being actively investigated now? Or has it been fixed already?
@yeiacatl We have changed our policy again so we re-opened the issues waiting to be worked on and I assinged one of our issue coordinators to this so that we can get this worked on.
Hi @carlossanlop , thank you for your feedback.
I see that -ErrorAction:Inquire and -ErrorAction:SilentlyContinue are available for this cmdlet, but not others.
The one that is required to catch exceptions is Stop.
I am not sure if Inquire would help.
@carlossanlop Thank you very much for your kind feedback. Considering your valuable feedback, we have logged this issue as a User Voice. Concerning team will evaluate and take the appropriate action, as per their schedule. Thanks again for taking out some time and sharing your feedback.
User Voice Link: https://office365.uservoice.com/forums/273493-office-365-admin/suggestions/34912696-adding-error-actions-parameters-available-in-remot
@AndreaBarr is it resolved, -ErrorAction Stop has been added or not?
Why is it closed? I don't see this resolved yet.
Hi @m00nd and @asajrawat211993,
Here we can help to update/fix the article. As -ErrorAction Stop is not added to the code we cannot add it.
Please, vote in the following link as it´s the better way to reach the product group to request a feature:
https://office365.uservoice.com/forums/273493-office-365-admin/suggestions/34912696-adding-error-actions-parameters-available-in-remot
Thanks!
Most helpful comment
The one that is required to catch exceptions is Stop.
I am not sure if Inquire would help.