greetings,
I have just started using the PowerShell Automated Base Deployment, and I am updating the configuration files.
I have got an odd error when updating the Install-PreReqs.ps file.
The error is:
This is the ESRI code, don't understand the error??
Regards,
Clive
Replace the brackets with curly braces:
Param{
[System.Array],
$ServerMachines
[System.String]
$ModuleSourcePath
}