From e210c89f39894cc40ad6f0784f76da61ff612ae0 Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Wed, 5 Jun 2013 22:03:27 -0400 Subject: Added New-Object proxy function You can provide a CLSID (i.e. a Guid) to New-Object via the -ComObject parameter in addition to a ProgId. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7006f89..9d656f2 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ Marshals data from an unmanaged block of memory in an arbitrary process to a new A proxy function used to extend the built-in Get-Member cmdlet. It adds the '-Private' parameter allowing you to display non-public .NET members +#### `New-Object` + +A proxy function for New-Object that accepts a CLSID with the -ComObject parameter. + #### `Get-Strings` Dumps strings from files in both Unicode and Ascii. This cmdlet replicates the functionality of strings.exe from Sysinternals. -- cgit v1.2.3