Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»#SCCM /#Configmgr 2007 Open Resource Explorer without SCCM console

    #SCCM /#Configmgr 2007 Open Resource Explorer without SCCM console

    Eswar KonetiBy Eswar KonetiDecember 01, 9:14 am1 Min Read SCCM 2007 396 Views
    Share
    Facebook Twitter LinkedIn Reddit

     image

    Connecting to Resource Explorer of Computer is always not good(takes time) to Search for computer in SCCM collection

    and move further.Some times you may not find the computer in the collection where you are looking at then you comeback

    and look in All desktops and servers which may take time  to load all computers and then offers you to search for computer.

    Come up with Simple Batch script that prompt you to enter Computer name and it takes you to Resource Explorer of Computer.

    You may require to edit the fields in Red Color for SCCM Installation Folder,SCCM server name and sitecode

    :start
    @echo off
    CLS
    Title Resource Explorer By ESKONR
    > temp.vbs ECHO WScript.Echo InputBox( "To which Computer would you like to connect?", "Resource Explorer by ESKONR", "Enter Computer Name" )
    FOR /F "tokens=*" %%A IN ('CSCRIPT.EXE //NoLogo temp.vbs') DO SET dator=%%A
    DEL temp.vbs
    F:
    cd \SCCM\AdminUI\bin
    SET var='%dator%'
    start resourceexplorer.msc -s -sms:ResExplrQuery="SELECT ResourceID FROM SMS_R_SYSTEM WHERE NAME = %var%" -sms:connection=\\%SCCM SERVER%\root\sms\site_%SITECODE%
    exit
    :end

    Thanks to my Old Friend Marcus!

    Until Then!

    CM 07 Computer Resource Explorer Custom Resource Exlorer using Batch Script Resource Explorer resourceexplorer.msc SCCM 2007 Script to connect Resource Explorer
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    How to detect the source of registry key modifications on windows devices – Intune

    November 21, 8:49 pm

    Identifying devices managed by Intune but not reporting to WUfB using KQL

    November 09, 10:28 am

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.