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

Remotely should support embedded objects in output result #12

Open
amitsara opened this issue Jul 8, 2015 · 0 comments
Open

Remotely should support embedded objects in output result #12

amitsara opened this issue Jul 8, 2015 · 0 comments

Comments

@amitsara
Copy link

amitsara commented Jul 8, 2015

$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                                                     
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant