I was trying to change the external FQDN used by the Web Components server in OCS. In the documentation it says that you need to run the following command:
Lcscmd /web /action:updateexternalpoolurls /externalwebfqdn:<ExternalFQDN> /poolname:<poolname>
This returns an error:
ERROR (0xC3EC7942): Invalid values specified for one or more
command line argument
The documentation is incorrect. The correct command line is:
Lcscmd /web /action:updatepoolurls /externalwebfqdn:<ExternalFQDN> /poolname:<poolname>