This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
PSAutolab_v4.6.0
Change Log for PSAutoLab
v4.6.0
Add
- Configuration
SingleServer-GUI-2016
(Issue 208) - Configuration
MultiRole-Server-2016
(Issue 209)
Change
- Updated manifest tags
- Changed
Write-Host
commands to use fully qualified nameMicrosoft.PowerShell.Utility\Write-Host
- Modified
Invoke-UnattendLab
to pass-Verbose
to the scriptblock for better troubleshooting - Modified
Invoke-SetupLab
andInvoke-ValidateLab
to provide more verbose detail - Fixed minor spelling error in
VMConfiguration.ps1
scripts - Updated
README.md
Delete
- none
v4.5.0
Add
- Added the parameter
-UseLocalTimeZone
toInvoke-SetupLab
andUnattend-Lab
to overwrite configuration specified timezone information with the time zone of the local host. (Issue #185)
Change
- Updated Lability requirement to version 0.19.0
- Updated
xPSDesiredStateConfiguration
DSC resource requirement to version 9.0.0 - Updated
xDnsServer
DSC resource requirement requirement to 1.16.0.0 - Updated
xWebAdministration
DSC resource requirement requirement to 3.1.1 - Updated
PSAutoLab.psm1
to display a message if Lability version is outdated. - Updated
Invoke-RefreshHost
to include a-SkipPublisherCheck
parameter - Updated private function
_labilityCheck
to include a-SkipPublisherCheck
parameter - Updated
LICENSE
- Updated
Usage-FAQ.md
- Updated
Instruction.md
for each configuration to include information about installing Windows Updates - Help updates
- Updated
README.md
Delete
- Removed Windows update tools from PostSetup in the PowerShellLab configuration. Use
Update-Lab
instead.
Notes
Beginning with this version, the change log is now in markdown and will provide more details about what has changed in the module.