-
Notifications
You must be signed in to change notification settings - Fork 41
Freshness for the troubleshooting article #696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freshness for the troubleshooting article #696
Conversation
Learn Build status updates of commit 68743a0: ✅ Validation status: passed
For more details, please refer to the build report. |
@omondiatieno - Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msewaweru, I left a few minor suggestions. Otherwise, LGTM!
Co-authored-by: Jackline Omondi <[email protected]>
Learn Build status updates of commit 4e33dd3: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 9e70676: ✅ Validation status: passed
For more details, please refer to the build report. |
This pull request updates the Microsoft Graph PowerShell troubleshooting documentation to improve clarity, enhance descriptions, and ensure technical accuracy. The changes primarily focus on refining explanations of cmdlet parameters, updating examples, and correcting minor inconsistencies.
Documentation Improvements:
Enhanced descriptions for
-Debug
parameter output: Expanded the explanation of each part of the-Debug
output to provide more actionable insights for diagnosing issues.Improved explanation of
-ErrorVariable
behavior: Clarified how errors are appended to custom variables and the role of the global$error
variable in PowerShell sessions. Examples were updated for better readability.Detailed
-ErrorAction
parameter behavior: Added information about how$ErrorActionPreference
interacts with the-ErrorAction
parameter and its impact on script execution.Minor Adjustments:
Updated date metadata: Changed the
ms.date
field to reflect the new publication date.Corrected case in code block language identifier: Fixed the casing of
PowerShell
in a code block to ensure proper syntax highlighting.