color 84 @echo off @echo :BEGIN CLS echo. echo. "What would you like to work on today master?" echo. echo. @echo off echo 1 = Users and Computers echo 2 = Exchange Users and Computers echo 3 = AD SItes and Services echo 4 = AD Domains and Trusts echo 5 = DNS echo 6 = DHCP echo 7 = Group Policy echo 8 = Exchange System Manager echo 9 = Cancel and Close CHOICE /N /C:123456789 PICK A NUMBER (1, 2, 3, 4, 5, 6, 7, 8, or 9)%1 REM - THE NEXT THREE LINES ARE DIRECTING USER DEPENDING UPON INPUT IF ERRORLEVEL ==9 GOTO NINE IF ERRORLEVEL ==8 GOTO EIGHT IF ERRORLEVEL ==7 GOTO SEVEN IF ERRORLEVEL ==6 GOTO SIX IF ERRORLEVEL ==5 GOTO FIVE IF ERRORLEVEL ==4 GOTO FOUR IF ERRORLEVEL ==3 GOTO THREE IF ERRORLEVEL
Requires Free Membership to View
==2 GOTO TWO IF ERRORLEVEL ==1 GOTO ONE :one runas /user:\Administrator "mmc C:\WINDOWS\system32\dsa.msc" GOTO BEGIN :two rem ****IMPORTANT NOTES TO USER FOR ITEM 2 ** rem For option TWO to work you must have installed the Admin tools from Exchange server Cd (or preferabley the service pack) onto your workstation. rem The the file "users and computers.msc" found at "C:\Program Files\Exchsrvr\bin\users and computers.msc" rem needs to be copied to your C:\WINDOWS\system32 directory and renamed "dsaExch.msc" runas /user: \Administrator "mmc C:\WINDOWS\system32\dsaExch.msc" GOTO BEGIN :three runas /user: \Administrator "mmc C:\WINDOWS\system32\dssite.msc" GOTO BEGIN :four runas /user: \Administrator "mmc C:\WINDOWS\system32\domain.msc" GOTO BEGIN :five runas /user: \Administrator "mmc C:\WINDOWS\system32\dnsmgmt.msc" GOTO BEGIN :six runas /user: \Administrator "mmc C:\WINDOWS\system32\dhcpmgmt.msc" GOTO BEGIN :seven runas /user: \Administrator "mmc C:\WINDOWS\system32\gpmc.msc" GOTO BEGIN :eight rem ****IMPORTANT NOTES TO USER FOR ITEM 8 ** rem For this option to work you must have installed the Admin tools from Exchange server Cd (or preferabley the service pack) rem The the file "Exchange System Manager.msc" found at "C:\Program Files\Exchsrvr\bin\Exchange System Manager.msc" rem needs to be copied to your C:\WINDOWS\system32 directory and renamed "ESM.msc" runas /user: \Administrator "mmc C:\WINDOWS\system32\ESM.msc" GOTO BEGIN :nine cls color 07 echo. echo. Echo. Thank you for letting me serve you Master, please come and see me again. echo. echo. sleep 2 exit GOTO END :END
This was first published in January 2007
Enterprise Server Strategies for the CIO
Join the conversationComment
Share
Comments
Results
Contribute to the conversation