Releases: serverscom/AutomaticMaintenance
Releases · serverscom/AutomaticMaintenance
v.2.11.1
v.2.11.0
- Adds a new workload configuration setting
SourcePathFilterDisabled
that controls how the module determines the list of virtual machines to migrate. From now on, if the parameter is specified and set to "true", theFilter
configured in the "Workload" configuration section will be applied to all virtual machines on the hypervisor, and thePath
parameter will only be used as a path to save virtual machine files during a reverse migration. This can help to avoid the unexpected restarts of the workload if for some reason it is located outside the folder specified in the Path parameter. - Fixed an issue where the module would throw an exception when it detected a locked host and
SkipPreventilyLocked
was set to "true".
v.2.10.0
- Adds a new configuration setting
$ModuleWideHVVanillaPreserveSourceVhdPathDriveLetter
that determines the behavior of the HVVMReliableMigration module when migrating a virtual machine whose virtual hard disks are located on the different hypervisor's disk partitions. From now on, when this parameter is set to$true
, the HVVMReliableMigration module will try to place the virtual hard disks of migrated virtual machine to the partitions with the same drive letters as on the source host.
v.2.9.1
v.2.9
- Adds support for "vanilla" (w/o SCVMM) Hyper-V hosts maintenance
- Adds a feature to enable/disable host maintenance log: the
$ModuleWideEnableMaintenanceLog
parameter in yourConfig.ps1
with a bool value of$true
or$false
defines the default behavior. Also you have the option to enable logging when calling theInvoke-ComputerMaintenance
cmdlet to serve a single host, by specifying the-EnableMaintenanceLog
switch. - Improves the maintenance workflow: From now on, if a host is pending reboot, the maintenance will not be skipped for it. Instead, we reboot the host and then continue as usual.
- Fixes an issue where VMs do not return back to the original host after maintenance
- Adds the Malicious Software Removal Tool to the default update filter to prevent maintenance from being applied without pending updates requiring a reboot
- Improves Defender Antivirus updates detection
v.2.8
- Adds an option to dump errors in an XML-file: See $ModuleWideErrorXMLDump and $ModuleWideErrorXMLDumpDepth. Enabled by default.
- HV-SCVMM: Adds a new feature: separate source/destination, clean/restore workload filters.
v.2.7
From now on, the maintenance process, by default, skips hosts which cannot be locked, or which are already locked by some other source and were not unlocked during a waiting window, defined by $PreventiveLockThreshold
.
The respective configuration parameters are $ModuleWideSkipNotLockable
and $ModuleWideSkipPreventivelyLocked
variables.
v.2.6
Merge branch 'dev' into 'master' Release v.2.6 See merge request fozzy-winadmins/AutomaticMaintenance!2