I would say that is too much in the scope of a community forum
Let me explain that, the following produces a raw dump of the properties that you find under the Cluster settings - HA
$cluster=Get-Cluster-NameMyCluster
$cluster.ExtensionData.Configuration.DasConfig|
Format-Custom-Depth2
In the vSphere client that is this form
But as you know there are several other pages on that form.
So writing a script to provide all cluster settings for HA and DRS would be something that takes a bit more than 5 minutes.