User-870658342 posted
Hi, i have to list all current requests on iis in a custom output format using
APPCMD LIST REQUESTS /TEXT:some fields...
Now i have a little problem... How can i insert fields with the right syntax??
APPCMD LIST REQUESTS /TEXT:Apppool.name,Url,ClientIp
give me an error:
ERROR (hresult:80004001, message:Failed to generate item output. Not Implemented)
How is the right syntax to add more than 1 field after /TEXT: ??
Thank you.