Link to home
Start Free TrialLog in
Avatar of crp0499
crp0499Flag for United States of America

asked on

powershell hanging

I'm running a powershell on a citrix xendesktop 5.6 farm trying to generate a random catalog and the command is hanging.  
 
I'm running this:

New-BrokerCatalog -AllocationType Random -CatalogKind PowerManaged -Description "catalog 2 Description" -Name "Catalog2 Name"

and of course I'm substituting the correct information, IE my catalog name.
 
IT hangs on a >> prompt as though it's looking for more information.
 
I'm running the command as administrator.
 
Any ideas on this?
 
Thanks
 
Cliff
ASKER CERTIFIED SOLUTION
Avatar of SubSun
SubSun
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of crp0499

ASKER

VERY odd, but I re-wrote the powershell and took out the spaces in the catalog name and it worked perfectly.