Options

Running Administrator commands over Remote Assistance

SanKuKaïSanKuKaï Member Posts: 65 ■■□□□□□□□□
Hey,

I would like to run some admin commands (Network setup for instance) while using Remote Assistance on a remote computer. Unfortunately I only have the client's user rights and permision is denied.

Do you know how I can do that?

Many thanks!

Comments

  • Options
    MishraMishra Member Posts: 2,468 ■■■■□□□□□□
    Use the RUNAS command in the CLI window or the shift+right click on programs.
    My blog http://www.calegp.com

    You may learn something!
  • Options
    SanKuKaïSanKuKaï Member Posts: 65 ■■□□□□□□□□
    I know I can use the Runas feature to run a program. But how can I use features that are reserved to admin accounts only and not available to non-admin accounts....? (Network places or services for example).
  • Options
    jbaellojbaello Member Posts: 1,191 ■■■□□□□□□□
    SanKuKaï wrote:
    I know I can use the Runas feature to run a program. But how can I use features that are reserved to admin accounts only and not available to non-admin accounts....? (Network places or services for example).

    The way I use it is this I do a runas command EG: runas /user:userraccount@domain.com cmd, this will give you admin rights to the command line, from there, just use the following:

    AD Domains and Trusts
    domain.msc

    Active Directory Management
    admgmt.msc

    AD Sites and Serrvices
    dssite.msc

    AD Users and COmputers
    dsa.msc

    ADSI Edit
    adsiedit.msc

    Authorization manager
    azman.msc

    Certification Authority Management
    certsrv.msc

    Certificate Templates
    certtmpl.msc

    Cluster Administrator
    cluadmin.exe

    Computer Management
    compmgmt.msc

    Component Services
    comexp.msc

    Configure Your Server
    cys.exe

    Device Manager
    devmgmt.msc

    DHCP Managment
    dhcpmgmt.msc

    Disk Defragmenter
    dfrg.msc

    Disk Manager
    diskmgmt.msc

    Distributed File System
    dfsgui.msc

    DNS Managment
    dnsmgmt.msc

    Event Viewer
    eventvwr.msc

    Indexing Service Management
    ciadv.msc

    IP Address Manage
    ipaddrmgmt.msc

    Licensing Manager
    llsmgr.exe

    Local Certificates Management
    certmgr.msc

    Local Group Policy Editor
    gpedit.msc

    Local Security Settings Manager
    secpol.msc

    Local Users and Groups Manager
    lusrmgr.msc

    Network Load balancing
    nlbmgr.exe

    Performance Montior
    perfmon.msc

    PKI Viewer
    pkiview.msc

    Public Key Managment
    pkmgmt.msc

    QoS Control Management
    acssnap.msc

    Remote Desktops
    tsmmc.msc

    Remote Storage Administration
    rsadmin.msc

    Removable Storage
    ntmsmgr.msc

    Removalbe Storage Operator Requests
    ntmsoprq.msc

    Routing and Remote Access Manager
    rrasmgmt.msc

    Resultant Set of Policy
    rsop.msc

    Schema management
    schmmgmt.msc

    Services Management
    services.msc

    Shared Folders
    fsmgmt.msc

    SID Security Migration
    sidwalk.msc

    Telephony Management
    tapimgmt.msc

    Terminal Server Configuration
    tscc.msc

    Terminal Server Licensing
    licmgr.exe

    Terminal Server Manager
    tsadmin.exe

    UDDI Services Managment
    uddi.msc

    Windows Mangement Instumentation
    wmimgmt.msc

    WINS Server manager
    winsmgmt.msc

    Keep in mind that if you are attempting to do DC related administrationton a client OS such as windows XP, adminpak should be installed, or the other way is to right click the executable and do a runas, you'll notice that not all executable has the runas, so I always use it this way, since it works better.
  • Options
    dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    Good answer JB. You can also do mmc as well.
  • Options
    NetAdmin2436NetAdmin2436 Member Posts: 1,076
    Sweet list Jbaello.
    WIP: CCENT/CCNA (.....probably)
  • Options
    MishraMishra Member Posts: 2,468 ■■■■□□□□□□
    SanKuKaï wrote:
    I know I can use the Runas feature to run a program. But how can I use features that are reserved to admin accounts only and not available to non-admin accounts....? (Network places or services for example).

    I simply open control panel, open administrative tools, hold down shift and right click the services icon, click runas, and enter my credentials. Thus opening up the window running as the user your specified.
    My blog http://www.calegp.com

    You may learn something!
  • Options
    royalroyal Member Posts: 3,352 ■■■■□□□□□□
    Hehe, I've got that same administrative tools list bookmarked. If you're copying and pasting from somewhere, you really should be linking back to it. :)
    http://www.windowsnetworking.com/kbase/WindowsTips/Windows2003/AdminTips/Admin/LaunchAdminToolsfromtheCommandLine.html
    “For success, attitude is equally as important as ability.” - Harry F. Banks
Sign In or Register to comment.