mikekacz
mikekacz
sure, it think this can be done by creating diskletter array. i will lok into that.
proposed in #42
Hi, that is only default param value for that function, in every invocation instance of the function the parameter is passed, like below line 932. `$Maintenance = Get-CitrixMaintenanceInfo -AdminAddress $AdminAddress`
Partially addressed in #38
Custom list of drives to check proposed in Pull request #13
Does it fail completely? Or continues? For some of machines (the ones with no vdisk assigned) in my infra, it also fails, but the report continues on.
So quick workaround would be adding "-ea silentlycontinue" with no quotes after every invoke of Get-PvsDiskInfo as another parameter. This may cause some problems in the script. I did not...
Hi, that would need to small changes in both files. Citrix-PVS77-Farm-Health-toHTML_Parameters.xml (line 73): ``` emailTo ** [email protected],[email protected] ** [array] Script ``` and Citrix-PVS77-Farm-Health-toHTML.ps1 (line 901): ``` #send email $emailMessage =...
👍 no need :)
@sacha81 - maybe worth adding to master