We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf28267 commit ea86648Copy full SHA for ea86648
.github/ISSUE_TEMPLATE/01-bug_report.yml
@@ -25,7 +25,7 @@ body:
25
Please run this to and paste the info here:
26
```powershell
27
$PSVersionTable
28
- Get-InstalledModule -Name 'MyModule'
+ Get-InstalledModule -Name 'MyModule' | Select-Object *
29
```
30
validations:
31
required: true
0 commit comments