diff --git a/ePOwerShell.ps1 b/ePOwerShell.ps1 index aac79fd..12b2648 100644 --- a/ePOwerShell.ps1 +++ b/ePOwerShell.ps1 @@ -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}) }