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
{{ message }}
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,6 +432,43 @@ The validation tests for each configuration are written for the Pester module. T
432
432
433
433
## Troubleshooting
434
434
435
+
### Package Provider or Module Installation
436
+
437
+
If you try to install a module or update the nuget provider, you might see warnings like these:
438
+
439
+
```text
440
+
WARNING: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''.
441
+
WARNING: Unable to download the list of available providers. Check your internet connection.
442
+
PackageManagement\Install-PackageProvider : No match was found for the specified search criteria for the provider 'NuGet'. The package provider requires 'PackageManagement' and
443
+
'Provider' tags.
444
+
```
445
+
446
+
The first thing to check is to make sure you are using correct TLS settings. You can try running this command in PowerShell:
The commands and configurations in this module are not foolproof. During testing a lab configuration will run quickly and without error on one Windows 10 desktop but fail or take much longer on a different Windows 10 desktop. Most setups should be complete in under an hour. If validation is failing, manually run the validation test in the configuration folder.
436
473
437
474
```text
@@ -495,9 +532,8 @@ This module is a continuation of the work done by Jason Helmick and Melissa (Mis
495
532
These are some of the items that are being considered for future updates:
496
533
497
534
* While Lability currently is for Windows only, it would be nice to deploy a Linux VM.
498
-
* Integrate the [PostSetup](Configurations/PowerShellLab/PostSetup/README.md) tools from the PowerShellLab configuration.
499
535
* Offer an easy way to customize a lab configuration such as node names and operating systems.
500
536
501
537
A complete list of enhancements can be found in [Issues](https://github.com/pluralsight/PS-AutoLab-Env/issues).
0 commit comments