Announcement

Collapse
No announcement yet.

Tools - Just to share ... (All in one place)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tools - Just to share ... (All in one place)

    Over time, I have customized a number of tools, some of which I have gotten from this Discussion board and to return the favour, here they are...Use them, customize etc. If you have any others that I do not have, please let me know. Thanks.

    IDM_TOOL1=Remote Administration
    IDM_TOOLCMD1=\\server\tools\radmin.exe /connect:%E% /updates:10

    IDM_TOOL2=Secure Dell Web Services
    IDM_TOOLCMD2=\\server\tools\iexplore.exe https://%E%:1311

    IDM_TOOL3=Terminal Services Connect
    IDM_TOOLCMD3=\\server\tools\mstsc.exe /v:%E%

    IDM_TOOL4=Remote Connect
    IDM_TOOLCMD4=\\server\tools\psexec.exe \\%E% cmd.exe

    IDM_TOOL5=PSLIST
    IDM_TOOLCMD5=cmd.exe /x /c \\server\tools\pslist.exe \\%E% & pause

    IDM_TOOL6=Get IP Address
    IDM_TOOLCMD6=cmd /c cls & for /f "tokens=3" %V in ('ping -n 1 %E% ^| find "Pinging"') do @echo %E% IP Address: %V & pause

    IDM_TOOL7=Server Up Time
    IDM_TOOLCMD7=cmd.exe /x /c \\server\tools\uptime.exe /s /v /a \\%E% & pause

    IDM_TOOL8=Get Server Type
    IDM_TOOLCMD8=cmd.exe /x /c \\server\tools\gettype.exe \\%E% & pause

    IDM_TOOL9=Who'se Logged On
    IDM_TOOLCMD9=cmd.exe /x /c \\server\tools\psloggedon.exe \\%E% & pause

    IDM_TOOL10=Directory Space Useage
    IDM_TOOLCMD10=cmd.exe /x /c \\server\tools\diruse.exe /s /m /c \\%S%\%E% & pause

    IDM_TOOL11=Detailed Computer Information (Hotfixes, Software)
    IDM_TOOLCMD11=cmd.exe /x /c \\server\tools\psinfo.exe -s -h \\%E% & pause

    IDM_TOOL12=GET users SID
    IDM_TOOLCMD12=cmd.exe /x /c \\server\tools\getsid \\pdc %E% \\bdc %E% & pause

    IDM_TOOL13=Reg Query Veritas Excludes
    IDM_TOOLCMD13=cmd.exe /x /c \\server\tools\reg query "HKLM\Software\veritas\netbackup\currentversion\co nfig\exclude" \\%E% & pause

    IDM_TOOL14=Reg Query Veritas Includes
    IDM_TOOLCMD14=cmd.exe /x /c \\server\tools\reg query "HKLM\Software\veritas\netbackup\currentversion\co nfig\include" \\%E% & pause

    IDM_TOOL15=Reg Query Veritas Servers
    IDM_TOOLCMD15=cmd.exe /x /c \\server\tools\reg query "HKLM\Software\veritas\netbackup\currentversion\co nfig\server" \\%E% & pause

    IDM_TOOL16=Reg Copy Veritas Servers
    IDM_TOOLCMD16=cmd.exe /x /c \\server\tools\reg copy HKLM\Software\veritas\netbackup\currentversion\con fig\server \\server1 HKLM\Software\veritas\netbackup\currentversion\con fig\server \\%E% & pause

    IDM_TOOL17=Kill Process (PID)
    IDM_TOOLCMD17=cmd.exe /x /c \\server\tools\pskill.exe %C1% %C3%
    IDM_TOOL18=Ping Computer / Server
    IDM_TOOLCMD18=ping %E% -t

    IDM_TOOL19=Telnet to Computer / Server
    IDM_TOOLCMD19=telnet %E%

    IDM_TOOL20=FTP to Computer / Server
    IDM_TOOLCMD20=ftp %E%

    IDM_TOOL21=Remote Registry Edit (regedt32)
    IDM_TOOLCMD21=cmd /C \\server\tools\reg update HKCU\Software\Microsoft\regedt32\settings\registry =%E% & regedt32.exe && \\server\tools\reg update HKCU\Software\Microsoft\regedt32\settings\registry =__Local_Computer

    IDM_TOOL22=Install RADMIN
    IDM_TOOLCMD22=\\server\tools\radmin_install.bat %E% %P1:Are you installing to a server or workstation? You must type in server or workstation and nothing else.%

    IDM_TOOL23=File Copy
    IDM_TOOLCMD23=\\server\tools\custom_copy.bat %P1:Enter Source (Copy from ...) Use quotations if spaces are in the path.% %P2:Enter Destination (Copy to ...)%

    IDM_TOOL24=ipconfig /all Results to a text file on server\tools\results
    IDM_TOOLCMD24=cmd.exe /x /c \\server\tools\psexec.exe -i \\%E% ipconfig /all > \\server\tools\results\%E%_ip_results.txt

    IDM_TOOL25=User Last Logon (Checks all BDC's)
    IDM_TOOLCMD25=cmd.exe /x /c \\server\tools\llogon.exe %E% %P1:Which domain is this user in?% /i & pa

  • #2
    Re: Tools - Just to share ... (All in one place)

    I'm looking at your custom tools and they all point to \\server\tools. why?

    Do you have a share on a server with all the exe's that are needed for these custom tools?

    Thanks,jb

    Comment


    • #3
      Re: Tools - Just to share ... (All in one place)

      The only reason for the \\server is that it can be any location where you can put the tools. We have a particular server hat is an admin share for centralized access.

      Comment


      • #4
        Re: Tools - Just to share ... (All in one place)

        Nice list. Thanks.
        Could you post your radmin_install batchfile please

        <div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by PGPhantom:
        <span style="font-weight: bold">Over time, I have customized a number of tools, some of which I have gotten from this Discussion board and to return the favour, here they are...Use them, customize etc. If you have any others that I do not have, please let me know. Thanks.

        IDM_TOOL1=Remote Administration
        IDM_TOOLCMD1=\\server\tools\radmin.exe /connect:%E% /updates:10

        IDM_TOOL2=Secure Dell Web Services
        IDM_TOOLCMD2=\\server\tools\iexplore.exe https://%E%:1311

        IDM_TOOL3=Terminal Services Connect
        IDM_TOOLCMD3=\\server\tools\mstsc.exe /v:%E%

        IDM_TOOL4=Remote Connect
        IDM_TOOLCMD4=\\server\tools\psexec.exe \\%E% cmd.exe

        IDM_TOOL5=PSLIST
        IDM_TOOLCMD5=cmd.exe /x /c \\server\tools\pslist.exe \\%E% & pause

        IDM_TOOL6=Get IP Address
        IDM_TOOLCMD6=cmd /c cls & for /f "tokens=3" %V in ('ping -n 1 %E% ^| find "Pinging"') do @echo %E% IP Address: %V & pause

        IDM_TOOL7=Server Up Time
        IDM_TOOLCMD7=cmd.exe /x /c \\server\tools\uptime.exe /s /v /a \\%E% & pause

        IDM_TOOL8=Get Server Type
        IDM_TOOLCMD8=cmd.exe /x /c \\server\tools\gettype.exe \\%E% & pause

        IDM_TOOL9=Who'se Logged On
        IDM_TOOLCMD9=cmd.exe /x /c \\server\tools\psloggedon.exe \\%E% & pause

        IDM_TOOL10=Directory Space Useage
        IDM_TOOLCMD10=cmd.exe /x /c \\server\tools\diruse.exe /s /m /c \\%S%\%E% & pause

        IDM_TOOL11=Detailed Computer Information (Hotfixes, Software)
        IDM_TOOLCMD11=cmd.exe /x /c \\server\tools\psinfo.exe -s -h \\%E% & pause

        IDM_TOOL12=GET users SID
        IDM_TOOLCMD12=cmd.exe /x /c \\server\tools\getsid \\pdc %E% \\bdc %E% & pause

        IDM_TOOL13=Reg Query Veritas Excludes
        IDM_TOOLCMD13=cmd.exe /x /c \\server\tools\reg query "HKLM\Software\veritas\netbackup\currentversion\co nfig\exclude" \\%E% & pause

        IDM_TOOL14=Reg Query Veritas Includes
        IDM_TOOLCMD14=cmd.exe /x /c \\server\tools\reg query "HKLM\Software\veritas\netbackup\currentversion\co nfig\include" \\%E% & pause

        IDM_TOOL15=Reg Query Veritas Servers
        IDM_TOOLCMD15=cmd.exe /x /c \\server\tools\reg query "HKLM\Software\veritas\netbackup\currentversion\co nfig\server" \\%E% & pause

        IDM_TOOL16=Reg Copy Veritas Servers
        IDM_TOOLCMD16=cmd.exe /x /c \\server\tools\reg copy HKLM\Software\veritas\netbackup\currentversion\con fig\server \\server1 HKLM\Software\veritas\netbackup\currentversion\con fig\server \\%E% & pause

        IDM_TOOL17=Kill Process (PID)
        IDM_TOOLCMD17=cmd.exe /x /c \\server\tools\pskill.exe %C1% %C3%
        IDM_TOOL18=Ping Computer / Server
        IDM_TOOLCMD18=ping %E% -t

        IDM_TOOL19=Telnet to Computer / Server
        IDM_TOOLCMD19=telnet %E%

        IDM_TOOL20=FTP to Computer / Server
        IDM_TOOLCMD20=ftp %E%

        IDM_TOOL21=Remote Registry Edit (regedt32)
        IDM_TOOLCMD21=cmd /C \\server\tools\reg update HKCU\Software\Microsoft\regedt32\settings\registry =%E% & regedt32.exe && \\server\tools\reg update HKCU\Software\Microsoft\regedt32\settings\registry =__Local_Computer

        IDM_TOOL22=Install RADMIN
        IDM_TOOLCMD22=\\server\tools\radmin_install.bat %E% %P1:Are you installing to a server or workstation? You must type in server or workstation and nothing else.%

        IDM_TOOL23=File Copy
        IDM_TOOLCMD23=\\server\tools\custom_copy.bat %P1:Enter Source (Copy from ...) Use quotations if spaces are in the path.% %P2:Enter Destination (Copy to ...)%

        IDM_TOOL24=ipconfig /all Results to a text file on server\tools\results
        IDM_TOOLCMD24=cmd.exe /x /c \\server\tools\psexec.exe -i \\%E% ipconfig /all > \\server\tools\results\%E%_ip_results.txt

        IDM_TOOL25=User Last Logon (Checks all BDC's)
        IDM_TOOLCMD25=cmd.exe /x /c \\server\tools\llogon.exe %E% %P1:Which domain is this user in?% /i & pa

        </span></div></div>

        Comment


        • #5
          Re: Tools - Just to share ... (All in one place)

          Hi

          Your tools are very helpful. However, please can you tell me what \\server\tools is? Everytime i run some of these commands - i get path not found.

          thanks

          Comment


          • #6
            Re: Tools - Just to share ... (All in one place)

            If you have a look at the commands - There a re a number of utilities etc that I am calling - Look at the executable names - All of these are stored in a central location for all of our team to access.

            Comment


            • #7
              Re: Tools - Just to share ... (All in one place)

              I would also like the radmin batchfile. I tried to make the STRCM work with RAdmin, but it installs the service with "/service" instead of "-service" which is how Radmin need it to run.

              Comment

              Working...
              X