|
-
July 19th, 2010, 11:44 PM
#1
AzMan launching
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
-
July 20th, 2010, 11:19 PM
#2
Re: AzMan launching
Have you tried?
Code:
Process.Start( "azman.msc" );
Of course AzMan needs to be installed on the target machine.
I don't have AzMan installed but the following opens the Services applet.
Code:
Process.Start( "services.msc" );
-
July 21st, 2010, 01:02 AM
#3
Re: AzMan launching
What is AzMan? 
Is it like Superman / Spiderman / Batman ?
-
July 21st, 2010, 04:25 PM
#4
Re: AzMan launching
 Originally Posted by HanneSThEGreaT
What is AzMan?
Is it like Superman / Spiderman / Batman ? 
No that's AzzMan.
AzMan is Authorization Manager which is a tool to administer ADAM (Active Directory Application Mode).
-
July 22nd, 2010, 01:02 AM
#5
-
July 22nd, 2010, 01:40 AM
#6
Re: AzMan launching
 Originally Posted by HanneSThEGreaT
Thanx!  I never knew about this tool. 
You're better off not knowing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|