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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ Pluralsight makes no guarantees or warranties. This project is intended to be us
10
10
11
11
## Requirements
12
12
13
-
This tool currently supports running on a __Windows 10__ client that supports virtualization. Windows 10 Pro or Enterprise should be sufficient. It is assumed you will be installing this on a Windows 10 desktop using Windows PowerShell 5.1. This module will **not** work and and is unsupported on Windows 10 Home or any Student edition. Although there are reports of the module working on Windows 10 Education. The module _might_ run on Windows Server platforms but this capability has not been fully tested nor is it supported.
13
+
This tool currently supports running on a __Windows 10__ client that supports virtualization. Windows 10 Pro or Enterprise should be sufficient. It is assumed you will be installing this on a Windows 10 desktop running Windows PowerShell 5.1. This module will **not** work and and is unsupported on Windows 10 Home or any Student edition. Although there are reports of the module working on Windows 10 Education. The module _might_ run on Windows Server platforms but this capability has not been fully tested nor is it supported.
14
14
15
15
The host computer must have the following:
16
16
17
17
* Windows PowerShell 5.1
18
18
* A high-speed internet connection
19
19
* Minimum 16GB of RAM (32GB is recommended)
20
-
* Minimum 100GB free disk space preferably on a fast SSD device.
21
-
* An Intel i5 processor or equivalent. An i7 is recommended for best performance.,
22
-
* PowerShell Remoting enabled
20
+
* Minimum 100GB free disk space preferably on a fast SSD device
21
+
* An Intel i5 processor or equivalent. An i7 is recommended for best performance
22
+
*Windows PowerShell Remoting enabled
23
23
* You should be logged in with a local or domain user account. The setup process may not work properly if using an O365 or Microsoft account to logon to Windows.
24
24
25
25
You must have administrator access and be able to update the TrustedHosts setting for PowerShell remoting. If you are in a corporate environment, these settings may be locked down or restricted. If this applies to you, this module may not work properly if at all.
@@ -471,9 +471,9 @@ Beginning with v4.0.0, this module is unrelated to any projects Jason or Missy m
471
471
These are some of the items that are being considered for future updates:
472
472
473
473
* While Lability currently is for Windows only, it would be nice to deploy a Linux VM.
474
-
* Integrate the [PostSetup](.\Configurations\PowerShellLab\PostSetup\README.md) tools from the PowerShellLab configuration.
474
+
* Integrate the [PostSetup](Configurations/PowerShellLab/PostSetup/README.md) tools from the PowerShellLab configuration.
475
475
* Offer an easy way to customize a lab configuration such as node names and operating systems.
476
476
477
477
A complete list of enhancements can be found in [Issues](https://github.com/pluralsight/PS-AutoLab-Env/issues).
0 commit comments