Skip to content

Commit

Permalink
Added: CoreHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay committed Apr 3, 2016
1 parent 5842c9e commit 4c88580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ePOwerShell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ class ePO {
}


[PSCustomObject] CoreHelp([string] $SearchText) {
return $this.Request('core.help')
}


[PSCustomObject] SystemFind([string] $SearchText) {
return $this.Request('system.find', @{'searchText'=$SearchText})
}
Expand Down

0 comments on commit 4c88580

Please sign in to comment.