alanrenouf / vCheck-vSphere

vCheck Daily Report for vSphere
MIT License
732 stars 326 forks source link

Update 62 Unwanted Virtual Hardware.ps1 - Filter VM name #733

Closed monahancj closed 1 year ago

monahancj commented 3 years ago

Added ' $ExcludeVM = "vm1|vm2" ' variable and added the filter with ' ($FullVM | Where-Object { $_.Name -notmatch $ExcludeVM }) '.