Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-16 | Removed all version numbers from scripts | Matt Graeber | 1 | -2/+0 | |
Scripts in a module should not be individually versioned. Only the module should be versioned. | |||||
2015-12-16 | Fixed Invoke-WmiCommand credential popup issue | Matt Graeber | 1 | -1/+1 | |
Easy fix to issue #97 | |||||
2015-12-15 | Invoke-WmiCommand is now PSv2 compatible | Matt Graeber | 1 | -6/+19 | |
This bug fix addresses issue #96. As much as a hate dropping files to disk, this was the easiest way to preserve objects in PSv2+. If someone want to implement the [de]serialization themselves and keep everything in memory, please submit a PR. | |||||
2015-12-15 | Invoke-WmiCommand now obtains full powershell path | Matt Graeber | 1 | -2/+16 | |
Addresses issue #95. | |||||
2015-09-23 | Adding Invoke-WmiCommand | Matt Graeber | 1 | -0/+334 | |