[10.7.7.150]: PS C:\Users\Administrator\Documents> Find-Package -ProviderName NanoServerPackage -Name * -Verbose
VERBOSE: Importing package provider 'NanoServerPackage'.
VERBOSE: Using the provider 'NanoServerPackage' for searching packages.
VERBOSE: Downloading https://nanoserverpackage.blob.core.windows.net/nanoserver-ga-2016/searchNanoServerIndex.txt to
C:\Users\Administrator\AppData\Local\NanoServerPackageProvider\searchNanoPackageIndex.txt
WARNING: Cannot find path 'C:\Users\Administrator\AppData\Local\NanoServerPackageProvider\searchNanoPackageIndex.txt'
because it does not exist.
WARNING: Save-HTTPItem: Bits Transfer failed. Job State: BG_JOB_STATE_ERROR ExitCode = 0
VERBOSE: No package found matching '*'.
Above is my command and the error that I get. This is a fresh install of NanoServer 2016, and I used Save-Module to get the NanoServerPackage provider (as described here. However that URL it queries, https://nanoserverpackage.blob.core.windows.net/nanoserver-ga-2016/searchNanoServerIndex.txt, doesn't seem to have any file or data in it. Using a normal web browser to go there gives a "ResourceNotFound" error. Is the online repository part of NanoServer 2016 dead?
I need this as part of a work training course, I don't have control over the content or assignments.
