You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run install-script autopilot nuke,
I get the following error:
Installing module WindowsAutopilotIntuneCommunity WARNING: The version 2.9.0 of module 'Microsoft.Graph.Authentication' is currently in use. Retry the operation after closing the applications. WARNING: The version 2.9.0 of module 'Microsoft.Graph.Groups' is currently in use. Retry the operation after closing the applications. Import-Module: The specified module 'WindowsAutopilot IntuneCommunity' was not loaded because no valid module file was found in any module directory.
At C:\Program Files\Windows PowerShell\Scripts\AutopilotNuke.ps1:275 char:9
Import-Module WindowsAutopilot IntuneCommunity -Scope Global
When I attempt to install the module without specifying the version number, I get the following error:
PackageManagement \Install-Package: The module 'WindowsAutopilotIntuneCommunity cannot be installed or updated 'WindowsAutopilot IntuneCommunity.psd1' is not valid.
because the authenticode signature of the file At C:\Program Files\Windows PowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21 $null = PackageManagement \Install-Package
Specifying an older version of the module as following:
PS C:\Windows\System32> install-module windowsautopilotintunecommunity -requiredversion 2.1
And then installing autopilotnuke and running it seems to work better.
This issue seemed to begin when autopilotnuke push bumped to version 3.8 in powershell gallery.
Thanks,
The text was updated successfully, but these errors were encountered:
When attempting to run install-script autopilot nuke,
I get the following error:
Installing module WindowsAutopilotIntuneCommunity WARNING: The version 2.9.0 of module 'Microsoft.Graph.Authentication' is currently in use. Retry the operation after closing the applications. WARNING: The version 2.9.0 of module 'Microsoft.Graph.Groups' is currently in use. Retry the operation after closing the applications. Import-Module: The specified module 'WindowsAutopilot IntuneCommunity' was not loaded because no valid module file was found in any module directory.
At C:\Program Files\Windows PowerShell\Scripts\AutopilotNuke.ps1:275 char:9
Import-Module WindowsAutopilot IntuneCommunity -Scope Global
: ResourceUnavailable: (WindowsAutopilot IntuneCommunity: String) [Import-Module], FileNotFoundException
When I attempt to install the module without specifying the version number, I get the following error:
PackageManagement \Install-Package: The module 'WindowsAutopilotIntuneCommunity cannot be installed or updated 'WindowsAutopilot IntuneCommunity.psd1' is not valid.
because the authenticode signature of the file At C:\Program Files\Windows PowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21 $null = PackageManagement \Install-Package
Specifying an older version of the module as following:
PS C:\Windows\System32> install-module windowsautopilotintunecommunity -requiredversion 2.1
And then installing autopilotnuke and running it seems to work better.
This issue seemed to begin when autopilotnuke push bumped to version 3.8 in powershell gallery.
Thanks,
The text was updated successfully, but these errors were encountered: