Sneddo
Sneddo
All the fancy stuff we've been working on :) - Added a basic style based on Exchange 2013 branding. - Copied vCheck.ps1 - Updated GlobalVariables.ps1 to remove colour and add...
Now that we are using the .NET mail code introduced for resource handling, we have some more configuration options which we should aim to support (mostly because it annoys me...
There have been a number of issues raised relating to filtering of objects. Currently filters are all defined as part of a plugin, which results in duplication of effort if...
As a best practice for Powershell, we should be avoiding the use of Write-Host. Particularly for a script that is designed to run without interaction from the user (i.e. as...
Currently fault tolerant VMs will essentially show up as two VMs with the same information. This causes a few duplicates whenever these VMs show up on report, as well as...
Configuration maximums are based on VSAN version, currently looks like 5.5 maximums are used in these plugins. Need to add code to determine what the maximums should be in these...