ISSUE_TEMPLATE
This commit is contained in:
parent
776483fb4e
commit
de01eb1d03
|
@ -0,0 +1,13 @@
|
||||||
|
Please answer the following
|
||||||
|
|
||||||
|
"OpenSSH for Windows" version?
|
||||||
|
((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
|
||||||
|
|
||||||
|
OS details?
|
||||||
|
((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
|
||||||
|
|
||||||
|
What is failing?
|
||||||
|
|
||||||
|
Expected output?
|
||||||
|
|
||||||
|
Actual output?
|
Loading…
Reference in New Issue