Type appcmd list apppool, et use exactly what it lists there in votre appcmd start apppool /apppool.name:
Names avec spaces should be escaped avec double quotes. Par exemple:
%SYSTEMROOT%\System32\inetsrv\appcmd stop apppool /apppool.name:"My App Services"
Post le exact command you're trying to run ; perhaps you missed le colon ou il y a another problem avec le syntax?
Edit - you're adding a space entre le colon et le premier double-quote. Remove that space, use le double-quote, et see what happens.