aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution/Invoke-WmiCommand.ps1
AgeCommit message (Collapse)AuthorFilesLines
2016-12-14For ./CodeExecution/ :HarmJ0y1-4/+7
-PSScriptAnalyzering -Tweaking of synopsis blocks in order to support platyPS -Code standardization -Generated docs
2015-12-16Removed all version numbers from scriptsMatt Graeber1-2/+0
Scripts in a module should not be individually versioned. Only the module should be versioned.
2015-12-16Fixed Invoke-WmiCommand credential popup issueMatt Graeber1-1/+1
Easy fix to issue #97
2015-12-15Invoke-WmiCommand is now PSv2 compatibleMatt Graeber1-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-15Invoke-WmiCommand now obtains full powershell pathMatt Graeber1-2/+16
Addresses issue #95.
2015-09-23Adding Invoke-WmiCommandMatt Graeber1-0/+334