Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-08 | New-Object proxy function compatibility fix | Matt Graeber | 1 | -0/+0 | |
I was calling the [Guid]::TryParse method that was only present in .NET 4 so this wasn't working in PowerShell v2. | |||||
2013-06-05 | Forgot to add -Property param to CLSID option | Matt Graeber | 1 | -0/+0 | |
2013-06-05 | Added New-Object proxy function | Matt Graeber | 1 | -0/+0 | |
You can provide a CLSID (i.e. a Guid) to New-Object via the -ComObject parameter in addition to a ProgId. |