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: Authoring-FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,4 @@ Normally, when you run `Wipe-Lab` that should handle everything for you. But if
59
59
60
60
Another option is to use the `-UseLocalTimeZone` parameter when running `Setup-Lab` or `Unattend-Lab`. This will configure all virtual machines in the lab configuration to use the same time zone as the local host.
Copy file name to clipboardExpand all lines: Detailed-Setup-Instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,4 +223,4 @@ Wait about 5 minutes and then test again.
223
223
224
224
If encounter problems getting any of this to work, you are welcome to post an Issue. If you get the module installed, please include the results of `Get-PSAutolabSetting`. If your problem is meeting one of the requirements, we will do our best to help. Although if your computer is locked down or otherwise controlled by corporate policies there may not be much that we can do.
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
5
5
> **If you are running Pester v5.x you need to be running at least version 4.11.0 of this module.**
6
6
7
-
This project serves as a set of "wrapper" commands that utilize the [Lability](https://github.com/VirtualEngine/Lability) module which is a terrific tool for creating a lab environment of Windows based systems. The downside is that it is a difficult module for less experienced PowerShell users. The configurations and control commands for the Hyper-V virtual machines are written in PowerShell using Desired State Configuration (DSC) and deployed via Lability. If you feel sufficiently skilled, you can skip using this project and use the Lability module on your own. Note that the Lability module is not owned or managed by Pluralsight.
8
-
This project and all files are released under an MIT License - meaning you can copy and use as your own, modify, borrow, steal - whatever you want.
7
+
This project serves as a set of "wrapper" commands that utilize the [Lability](https://github.com/VirtualEngine/Lability) module which is a terrific tool for creating a lab environment of Windows based systems. The downside is that it is a difficult module for less experienced PowerShell users. The configurations and control commands for the Hyper-V virtual machines are written in PowerShell using Desired State Configuration (DSC) and deployed via Lability. If you feel sufficiently skilled, you can skip using this project and use the Lability module on your own. Note that the Lability module is not owned or managed by Pluralsight. This project and all files are released under an MIT License - meaning you can copy and use as your own, modify, borrow, steal - whatever you want.
9
8
10
9
**While this project is under the Pluralsight banner, it is offered AS-IS as a free tool with no official support from Pluralsight.
11
10
Pluralsight makes no guarantees or warranties. This project is intended to be used for educational purposes only.**
@@ -21,7 +20,7 @@ The host computer must have the following:
21
20
* Windows PowerShell 5.1
22
21
* A high-speed internet connection
23
22
* Minimum 16GB of RAM (32GB is recommended)
24
-
* Minimum 100GB free disk space preferably on a fast SSD device
23
+
* Minimum 100GB free disk space preferably on a fast SSD device or equivalent
25
24
* An Intel i5 processor or equivalent. An i7 is recommended for best performance
26
25
* Windows PowerShell Remoting enabled
27
26
* 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.
@@ -114,7 +113,7 @@ Current configurations will use these names for the virtual machine and computer
114
113
* S12R2
115
114
* S12R2GUI
116
115
117
-
> Nano Server images have been removed from configurations. These configurations were using the now deprecated version of Nano. Microsoft has changed direction and none of the existing configurations use this new version.
116
+
> Nano Server images have been removed from configurations. These configurations were using the now deprecated version of Nano. Microsoft has changed direction with regards to Nano Server and none of the existing configurations use this new version.
118
117
119
118
### Previous Versions
120
119
@@ -276,7 +275,7 @@ To quickly rebuild the labs from the checkpoint, run:
0 commit comments