| name: Microsoft Update issue report 🐛 |
| description: Report issue installing a PowerShell 7 Update or fresh install through Microsoft Update 🤔 |
| labels: Needs-Triage |
| assignees: |
| - TravisEz13 |
| body: |
| - type: markdown |
| attributes: |
| value: > |
| For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the |
| [Feedback Hub app](https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332) |
| |
| This repository is **ONLY** for PowerShell Core 6 and PowerShell 7+ issues. |
| - type: checkboxes |
| attributes: |
| label: Prerequisites |
| options: |
| - label: Write a descriptive title. |
| required: true |
| - label: Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) |
| required: true |
| - label: Search the existing issues. |
| required: true |
| - label: Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md). |
| required: true |
| - label: Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell). |
| required: true |
| - type: textarea |
| attributes: |
| label: Steps to reproduce |
| description: > |
| List of steps, sample code, failing test or link to a project that reproduces the behavior. |
| Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues. |
| placeholder: > |
| I am experiencing a problem with X. |
| I think Y should be happening but Z is actually happening. |
| validations: |
| required: true |
| - type: textarea |
| attributes: |
| label: Expected behavior |
| render: console |
| placeholder: | |
| PS> 2 + 2 |
| 4 |
| validations: |
| required: true |
| - type: textarea |
| attributes: |
| label: Actual behavior |
| render: console |
| placeholder: | |
| PS> 2 + 2 |
| 5 |
| validations: |
| required: true |
| - type: textarea |
| attributes: |
| label: Environment data |
| description: Paste verbatim output from `$PSVersionTable` below. |
| render: powershell |
| placeholder: PS> $PSVersionTable |
| validations: |
| required: true |
| - type: textarea |
| attributes: |
| label: OS Data |
| description: Paste verbatim output from `(Get-CimInstance Win32_OperatingSystem) | Select-Object -Property Version, Caption` below. |
| render: powershell |
| placeholder: PS> (Get-CimInstance Win32_OperatingSystem) | Select-Object -Property Version, Caption |
| validations: |
| required: true |
| - type: textarea |
| attributes: |
| label: Windows update log |
| description: Please run `Get-WindowsUpdateLog` and upload the resulting file to this issue. |
| render: markdown |
| placeholder: PS> Get-WindowsUpdateLog |
| validations: |
| required: true |
| - type: textarea |
| attributes: |
| label: Visuals |
| description: > |
| Please upload images or animations that can be used to reproduce issues in the area below. |
| Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) |
| on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS. |
| |