Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2015 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8d8555a07d7128648068 to your computer and use it in GitHub Desktop.
Save anonymous/8d8555a07d7128648068 to your computer and use it in GitHub Desktop.
PowerShell 5 PM Log
Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
Welcome to Powershell v5.0!
~$ $PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 0 10514 6
~$ [System.Environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
6 3 9600 0
~$ Get-PackageProvider
WARNING: Unable to download the list of available providers. Check your internet connection.
Name Version DynamicOptions
---- ------- --------------
Programs 10.0.10514.6 {IncludeWindowsInstaller, IncludeSystemComponent}
msu 10.0.10514.6 {}
msi 10.0.10514.6 {AdditionalArguments}
PSModule 1.0.0.0 {PackageManagementProvider, Location, InstallUpdate, InstallationPolicy...}
~$ Get-PackageProvider NuGet -ForceBootstrap -Verbose -Debug
DEBUG: 00:00:00.0000004 Calling 'Bootstrap::FindPackage'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:00.0304534 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40009.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
VERBOSE: Unable to download from URI 'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409' to
'C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40009.swidtag.xml'.
DEBUG: 00:00:00.0824905 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c4000a.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
VERBOSE: Unable to download from URI 'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409' to
'C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c4000a.swidtag.xml'.
WARNING: Unable to download the list of available providers. Check your internet connection.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
WARNING: Unable to find package provider 'NuGet'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
Confirm
Unable to find package provider 'NuGet'.
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
Get-PackageProvider : Unable to find package provider 'NuGet'.
At line:1 char:1
+ Get-PackageProvider NuGet -ForceBootstrap -Verbose -Debug
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power...PackageProvider:GetPackageProvider) [Get-PackageProvider], Exception
+ FullyQualifiedErrorId : UnknownProvider,Microsoft.PowerShell.PackageManagement.Cmdlets.GetPackageProvider
~$ Find-Module PSReadLine -Verbose -Debug
DEBUG: 00:00:00 Trying provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0000055 Trying provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.CoreProviders.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0001782 Trying provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.ArchiverProviders.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0000377 Trying provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MsiProvider.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0000359 Trying provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MsuProvider.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0092677 Attempting loading of assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MsuProvider.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0096022 Attempting loading of assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.CoreProviders.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0099502 Attempting loading of assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.ArchiverProviders.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0100178 Attempting loading of assembly: C:\Program
Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0108650 Attempting loading of assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MsiProvider.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.1520054 Initializing provider 'WebDownloader'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.1523427 Initializing provider 'msu'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.1523427 Initializing provider 'msi'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.1524276 Initializing provider 'Bootstrap'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.1524630 Initializing provider 'Programs'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.1529995 Initializing provider 'zipfile'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2334169 Provider 'WebDownloader' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2334761 Using Downloader Provider WebDownloader
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2335395 Provider 'zipfile' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2335881 Using Archiver Provider zipfile
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2355441 Initialize Bootstrapper
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2358231 Provider 'Bootstrap' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2358707 Using Package Provider Bootstrap
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2425735 Calling 'msi::InitializeProvider'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426048 Calling 'msu::InitializeProvider'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426211 Calling 'Programs::InitializeProvider'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426272 Provider 'msi' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426543 Provider 'msu' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426641 Using Package Provider msi
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426645 Provider 'Programs' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2426930 Using Package Provider msu
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2427018 Using Package Provider Programs
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2695281 Calling 'Bootstrap::GetFeatures'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2695538 Calling 'msu::GetFeatures'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2697306 Calling 'zipfile::GetFeatures'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2697301 Calling 'Programs::GetFeatures'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2698892 Calling 'WebDownloader::GetFeatures'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2699410 Calling 'msi::GetFeatures'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2733913 SUCCESS provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.CoreProviders.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2735812 SUCCESS provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MsiProvider.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2736530 SUCCESS provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MsuProvider.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2736731 SUCCESS provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.ArchiverProviders.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.2740603 Initializing PowerShell MetaProvider
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.3002545 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40001.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.3190913 Attempting to load PowerShell Provider Module [[C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\PSGet.psm1, 1.0]]
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
VERBOSE: MSG:UnableToDownload «http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409»
«C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40001.swidtag.xml»
DEBUG: 00:00:00.4264380 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40002.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.4651403 Loaded PowerShell Package Provider Module: [[C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\PSGet.psm1, 1.0]]
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.4653031 Loaded PowerShell Provider Modules
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.4784448 Initializing provider 'PSModule'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
VERBOSE: MSG:UnableToDownload «http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409»
«C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40002.swidtag.xml»
DEBUG: 00:00:00.5224504 In PSModule Provider - 'Initialize-Provider'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.5233134 Provider 'PSModule' Initialized
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.5233568 Using Package Provider PSModule
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.5582146 In PSModule Provider - 'Get-Feature'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:00.5662834 SUCCESS provider assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
NuGet-anycpu.exe is required to continue.
PowerShellGet requires NuGet-anycpu.exe to interact with NuGet based galleries. NuGet-anycpu.exe must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or
'C:\Users\nlowe\AppData\Local\PackageManagement\ProviderAssemblies'. For more information about NuGet provider, see http://OneGet.org/NuGet.html. Do you want PowerShellGet to
download NuGet-anycpu.exe now?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y
VERBOSE: Downloading NuGet-anycpu.exe.
DEBUG: 00:00:00 Calling 'Bootstrap::FindPackage'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
DEBUG: 00:00:00.0567628 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40003.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
VERBOSE: Unable to download from URI 'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409' to
'C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40003.swidtag.xml'.
DEBUG: 00:00:00.1447469 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40004.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
VERBOSE: Unable to download from URI 'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409' to
'C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40004.swidtag.xml'.
WARNING: Unable to download the list of available providers. Check your internet connection.
WARNING: Unable to find package provider 'NuGet'.
PackageManagement\Get-PackageProvider : Unable to find package provider 'NuGet'.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\PSGet.psm1:2439 char:30
+ ... etProvider = PackageManagement\Get-PackageProvider -Name NuGet -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power...PackageProvider:GetPackageProvider) [Get-PackageProvider], Exception
+ FullyQualifiedErrorId : UnknownProvider,Microsoft.PowerShell.PackageManagement.Cmdlets.GetPackageProvider
Install-NuGetClientBinaries : NuGet-anycpu.exe is required to interact with NuGet based galleries. Please ensure that NuGet-anycpu.exe is available under 'C:\Program
Files\PackageManagement\ProviderAssemblies' or 'C:\Users\nlowe\AppData\Local\PackageManagement\ProviderAssemblies'.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\PSGet.psm1:605 char:9
+ Install-NuGetClientBinaries
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Install-NuGetClientBinaries], InvalidOperationException
+ FullyQualifiedErrorId : CouldNotInstallNuGetBinaries,Install-NuGetClientBinaries
DEBUG: 00:00:00 In PSModule Provider - 'Get-DynamicOptions'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:00.0229509 In PSModule Provider - 'Get-DynamicOptions'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:00.0365997 In PSModule Provider - 'Get-DynamicOptions'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:04.3321704 In PSModule Provider - 'Find-Package'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:04.5741058 OPTION: MessageResolver => Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:04.9498364 OPTION: ProviderName => PSModule
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:05.2780438 OPTION: Verbose => True
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:05.6215128 OPTION: Debug => True
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:05.9421361 OPTION: Name => PSReadLine
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
DEBUG: 00:00:06.2930903 Calling 'Bootstrap::FindPackage'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
DEBUG: 00:00:08.6145631 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40005.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
VERBOSE: Unable to download from URI 'http://go.microsoft.com/fwlink/?LinkID=535044&clcid=0x409' to
'C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40005.swidtag.xml'.
DEBUG: 00:00:10.0920409 Calling 'WebDownloader::DownloadFile'
'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409','C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40006.swidtag.xml','8000','False'
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
VERBOSE: Unable to download from URI 'http://go.microsoft.com/fwlink/?LinkID=535045&clcid=0x409' to
'C:\Users\nlowe\AppData\Local\Temp\Microsoft.PackageManagement\2\tmpFile.29c40006.swidtag.xml'.
WARNING: Unable to download the list of available providers. Check your internet connection.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
WARNING: Unable to find module provider 'NuGet'.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
WARNING: The specified PackageManagement provider 'NuGet' is not available.
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
Confirm
No match was found for the specified search criteria and module name 'PSReadLine'.
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"):
PackageManagement\Find-Package : No match was found for the specified search criteria and module name 'PSReadLine'.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\PSGet.psm1:642 char:9
+ PackageManagement\Find-Package @PSBoundParameters | Microsoft ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power...ets.FindPackage:FindPackage) [Find-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.FindPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment