I'm on a server (VM) and I have errors accessing performance counters (category does not exist). When I open Perfmon and try add a counter, I see this list of numbers in the list of categories. How can I fix this?
Bernhard Hofmann's questions
My web application (running in local IIS) makes a web service call to a 3rd party service. I'm trying to see the request to verify that it is formatted correctly.
I'm trying to do this with Fiddler, but I think it might not be the tool for this job. Fiddler shows me all the traffic originating from my browser to the (local) web server, but it does not show me any activity from aspnet_wp or inetinfo processes.
Am I using the wrong tool, or am I not using it correctly?
How can I see a log of the requests my web application is making?
Thanks in advance.
I need to create lots of email aliases (more than I want to do manually), so I want to know if there's a way I can script the addition of aliases to existing mailboxes/users. I don't mind if I have to use powershell or an external tool or not.
For each existing user, I need to create a number of new email aliases.
I have, as an example:
[email protected]
I then want to create:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
...
Thanks