Probes Should Have Powershell 3 or greater
Posted: Mon Aug 22, 2016 4:13 pm
We use a system assembly in Powershell to unzip the probe software before install. If a system is on Powershell 2 then it is missing this assembly and will fail to install probe.
A workaround is to unzip package to the same directory and rerun script which will now see the unzipped packages or upgrade system to powershell 3.
If you plan on unzipping files, you must disable line 6 in the ESX Health Monitor Maintenance script. If it deletes the folder then it is deleting your unzipped files as well.
A workaround is to unzip package to the same directory and rerun script which will now see the unzipped packages or upgrade system to powershell 3.
If you plan on unzipping files, you must disable line 6 in the ESX Health Monitor Maintenance script. If it deletes the folder then it is deleting your unzipped files as well.