Error when Configuring Delegated Setup

I had a customer run across this issue recently.  When trying to use LCSCmd to configure delegated setup, you would get the following error:

LCSCmd.exe /Domain[:<domain FQDN>]  /Action:CreateDelegation /Delegation:SetupAdmin  /TrusteeGroup:<name of the universal group that you will delegate to>  /TrusteeDomain:<FQDN of the domain where the trustee group resides> /ServiceAccount:<RTC service account name> /ComponentServiceAccount:<RTC component service account name> /ComputerOU:<DN of the OU or container where the computer objects that will run Office Communications Server reside>

Microsoft Office Communications Server 2007 R2 Deployment Command Console
Copyright (c) Microsoft Corporation.  All rights reserved.

Missing required argument
  /PoolName   Specifies the name of the pool.

ERROR (0xC3EC7941): Missing one or more required command line arguments.

Type lcscmd /? for help using this command.

 

The solution to this issue is an easy one.  In order for the command to complete successfully you need to add "/PoolName:" with no value specified.