The documentation page (https://sdl.github.io/ISHDeploy/13.0/Articles/Module/Work%20with%20one%20or%20multiple%20deployments.html) about the working with deployments contains an error in the section 'Get one input parameter of a deployment' the sample states:
For example Get-ISHDeploymentParameters -ISHDeployment $deploymentName -Name databasetype -OnlyValue return just sqlserver2014.
However the -OnlyValue switch is not valid. The switch is actually -ValueOnly.
Please correct this.
Kind Regards,
Raf