Matt Graeber
|
94751bc156
|
New-Object proxy function compatibility fix
I was calling the [Guid]::TryParse method that was only present in .NET
4 so this wasn't working in PowerShell v2.
|
2013-06-08 09:47:16 -04:00 |
|
Matt Graeber
|
12d1ebaac2
|
Forgot to add -Property param to CLSID option
|
2013-06-05 22:13:26 -04:00 |
|
Matt Graeber
|
e210c89f39
|
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.
|
2013-06-05 22:03:27 -04:00 |
|