How to launch AzMan? I know I could press Start and type azman.msc, but I would like to start it automatically using Process.Start(...). What to type in those parenthesis?
Thank you for help
Printable View
How to launch AzMan? I know I could press Start and type azman.msc, but I would like to start it automatically using Process.Start(...). What to type in those parenthesis?
Thank you for help
Have you tried?
Of course AzMan needs to be installed on the target machine.Code:Process.Start( "azman.msc" );
I don't have AzMan installed but the following opens the Services applet.
Code:Process.Start( "services.msc" );
What is AzMan? :confused:
Is it like Superman / Spiderman / Batman ? :D ;)
No that's AzzMan.
AzMan is Authorization Manager which is a tool to administer ADAM (Active Directory Application Mode).