Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Remotely should support embedded objects in output result #12

@amitsara

Description

@amitsara

$result = Remotely {Get-Process wmi*}
PS C:>> $result.Modules
System.Diagnostics.ProcessModule (wmiprvse.exe)
System.Diagnostics.ProcessModule (ntdll.dll)
System.Diagnostics.ProcessModule (KERNELBASE.dll)
System.Diagnostics.ProcessModule (msvcrt.dll)

Actual (Get-Process wmi*).Modules’ value on remote machine
Size(K) ModuleName FileName


   512 wmiprvse.exe                               D:\Windows\system32\wbem\wmiprvse.exe                                              
  1796 ntdll.dll                                         D:\Windows\SYSTEM32\ntdll.dll                                                      
  1908 KERNELBASE.dll                         D:\Windows\system32\KERNELBASE.dll                                                 
   628 msvcrt.dll                                      D:\Windows\system32\msvcrt.dll                                                     

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions