-
Notifications
You must be signed in to change notification settings - Fork 72
Description
WARNING: Could not get response from query 'https://www.powershellgallery.com/api/v2/items/psscript/package/Get-WindowsAutoPilotInfo/3.5'.
WARNING: MSG:SourceLocationNotValid «https://www.powershellgallery.com/api/v2/items/psscript/»
PackageManagement\Install-Package : Package 'Get-WindowsAutoPilotInfo' failed to install.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:3538 char:21
- ... $null = PackageManagement\Install-Package @PSBoundParameters
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : ResourceUnavailable: (C:\Users\ha-san...PilotInfo.nupkg:String) [Install-Package], Exception
- FullyQualifiedErrorId : PackageFailedInstallOrDownload,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
Get-WindowsAutopilotInfo.ps1 : The term 'Get-WindowsAutopilotInfo.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:11 char:1
- Get-WindowsAutopilotInfo.ps1 -OutputFile "C:$SerialNum-AutopilotHWID ...
-
+ CategoryInfo : ObjectNotFound: (Get-WindowsAutopilotInfo.ps1:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Cannot index into a null array.
At line:17 char:1
- $OrderID[0] = $OrderID[0] + ", Order ID"
-
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : NullArray
Cannot index into a null array.
At line:18 char:1
- $OrderID[1] = $OrderID[1] + ",RISK-Autopilot Workstations"
-
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : NullArray