Windows 10: Powershell bug reporting

Discus and support Powershell bug reporting in Windows 10 Network and Sharing to solve the problem; Hi - unfortunately feedback hub is disabled at my work so I can't report this directly, but if someone can report if for me? Consider the following... Discussion in 'Windows 10 Network and Sharing' started by GordonMerryweather, Jan 24, 2019.

  1. Powershell bug reporting


    Hi - unfortunately feedback hub is disabled at my work so I can't report this directly, but if someone can report if for me?




    Consider the following really simple code:

    Try {
    Copy-Item -Path '\\server\g$\thisfolder\thisfiledoesntexist.ini' -Destination 'c:\temp' -ErrorAction Stop
    }
    Catch {
    "Ran into an issue: $_"
    }

    This will work fine to trap the error for a non-existent source file. However the following will not - there's no error generated.

    Try {
    Copy-Item -LiteralPath '\\?\UNC\server\g$\thisfolder\thisfiledoesntexist.ini' -Destination 'c:\temp' -ErrorAction Stop
    }
    Catch {
    "Ran into an issue: $_"
    }

    However...this WILL trap the error

    Try {
    Get-ChildItem -LiteralPath '\\?\UNC\server\g$\thisfolder\thisfiledoesntexist.ini' -ErrorAction Stop | Copy-Item
    }
    Catch {
    "Ran into an issue: $_"
    }

    :)
     
    GordonMerryweather, Jan 24, 2019
    #1

  2. How or where to report Windows / PowerShell bug

    Hi,

    unfortunately there is no publicly accessible way to report a bug. One may only sent feedback.

    But few of us have access to bug reports so it is possible to enter bug if you'll clearly describe a step-by-step bug reproducing.
     
    Igor Leyko, Oct 10, 2019
    #2
  3. Jay Kidd Win User
    How or where to report Windows / PowerShell bug

    Is there a publically accessible point where feedback / bugs can be reported relating to Windows / PowerShell? Can't use Feedback Hub as its blocked by our organisation's policies...

    Bug relates to PowerShell not able to open scripts if certain characters are in the folder path as it doesn't escape them correctly...
     
    Jay Kidd, Oct 10, 2019
    #3
  4. Kursah Win User

    Powershell bug reporting

    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
    Kursah, Oct 10, 2019
    #4
Thema:

Powershell bug reporting

Loading...
  1. Powershell bug reporting - Similar Threads - Powershell bug reporting

  2. Bug Report

    in Windows 10 Software and Apps
    Bug Report: Hello i would like to report a bug with windows 11 where there are blank gaps where shopping and games should be in the widgets panels. Another bug ive been encountering is where the widgets sometimes dont update automatically and i have to manually refresh to actually see...
  3. Bug Report

    in Windows 10 Gaming
    Bug Report: Hello i would like to report a bug with windows 11 where there are blank gaps where shopping and games should be in the widgets panels. Another bug ive been encountering is where the widgets sometimes dont update automatically and i have to manually refresh to actually see...
  4. Bug Report

    in Windows 10 Gaming
    Bug Report: Hello,This is Kashif here, I want to report a bug about Microsoft D365 Finance & Operations. There is an alignment issue on product receipt. Below is the screenshot of the bug. https://answers.microsoft.com/en-us/windows/forum/all/bug-report/6d855637-a6a6-4470-98c6-82c6091d5732
  5. BUG report.

    in Windows 10 Software and Apps
    BUG report.: After I click the multi-desktop button, a semitransparent tetragonum occurs. I can't click anything under this tetragonum. https://answers.microsoft.com/en-us/windows/forum/all/bug-report/729e9a05-c42b-497a-89af-e686390a9b36
  6. report a bug

    in Windows 10 Network and Sharing
    report a bug: bug ? .. regarding windows 10 file explorer. sorry for the grammar .. I am 80 and i have arthritis in my hands so i try to minimize typing. when a new version of my vb.net desktop application is run for the first time it does the following. 1 .. the program deletes any old...
  7. Bug Report

    in Windows 10 BSOD Crashes and Debugging
    Bug Report: Hello My Self Neeraj From India Here Is A Big Bug On Your Windows 10 Oprating System win10 is not working perfactly in acer aspire E5-573Gin this laptop touchpad not working in windows 10 but its work perfactly in windows 7 here is no any driver issue i was try many of ways...
  8. Reporting bugs

    in Windows 10 Customization
    Reporting bugs: I am currently running Windows 10 verison 20H2 and I am unable to connect to my mobile hotspot sometimes, it says "Unable to connect to this network, also Settings app freezes when we click on System....
  9. Report a bug

    in Windows 10 BSOD Crashes and Debugging
    Report a bug: Hi all, I already posted before regarding frequent BSOD and unexpected crashing where we found out that the main cause was the RAM. We already replaced the RAM and when I turned on the PC, prior to logging in another BSOD event happened. It was pointing to the following...
  10. Reporting a Bug.

    in Windows 10 Gaming
    Reporting a Bug.: In Activities, Bush trips, Patagonia, Leg 10, landing at Lacuna Redonda. After landing instead of getting a completion check, the program stops and I'm at my desk top. I tried to submit a bug report but the program is not either reading or accepting my E mail address. Can...

Users found this page by searching for:

  1. powershell bug forums