I try to disable the app pool timeout with the following command:
%systemroot%\system32\inetsrv\appcmd set config /section:applicationPools /[name='OPS Apps - v4.0 Integrated x86'].processModel.idleTimeout:0.00:00:00
but it crap out with error:
Failed to process input: The parameter 'v4.0' must begin with a / or - (HRESULT= 80070057).
in this case, looks there is some issue here with the white space and xpath. if so, how to work around it?