Skip to content
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

[HP][CPS][Win11][21H2][PowerShell]The PowerShell Export-WindowsDriver command fail to export drivers with Value cannot be null #16103

Closed
5 tasks done
jason-cheng-tw opened this issue Sep 15, 2021 · 2 comments
Labels
Issue-Question ideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a Resolution-External The issue is caused by external component(s).

Comments

@jason-cheng-tw
Copy link

Prerequisites

Steps to reproduce

Steps to repro:

  1. Setup OS and update to 22000.168
  2. Launch Powershell with administrator
  3. Type export-windowsDriver command to export drivers
    Export-WindowsDriver -online -destination c:\Drvs
  4. [Symptom] The Export-WindowsDriver cannot export the drivers

Expected behavior

Expected results:
- The Export-WindowsDriver can export the drivers

Actual behavior

Actual results:
-The Export-windowsDriver cannot export the drivers

Error details

Export-WindowsDriver : Value cannot be null.
Parameter name: SafeHandle cannot be null.
At line:1 char:1
+ Export-WindowsDriver -online -destination c:\Drvs
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Export-WindowsDriver], ArgumentNullException
    + FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Dism.Commands.ExportWindowsDriverCommand

Environment data

Windows 11 21H2 OS version: 22000.184
PSVersion                      5.1.22000.65
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.22000.65
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Visuals

PowerShell-Export-WindowsDriver Error

@jason-cheng-tw jason-cheng-tw added the Needs-Triage The issue is new and needs to be triaged by a work group. label Sep 15, 2021
@vexx32
Copy link
Collaborator

vexx32 commented Sep 15, 2021

This cmdlet comes from a module that's managed by the Windows product team rather than the PowerShell team. Please use the Windows Feedback tool to submit the issue and have it triaged by the appropriate team. 🙂

@vexx32 vexx32 added Issue-Question ideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a Resolution-External The issue is caused by external component(s). and removed Needs-Triage The issue is new and needs to be triaged by a work group. labels Sep 15, 2021
@ghost
Copy link

ghost commented Sep 16, 2021

This issue has been marked as external and has not had any activity for 1 day. It has been be closed for housekeeping purposes.

@ghost ghost closed this as completed Sep 16, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Question ideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a Resolution-External The issue is caused by external component(s).
Projects
None yet
Development

No branches or pull requests

2 participants