Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1023 Bytes

File metadata and controls

26 lines (19 loc) · 1023 Bytes

Build status codecov version downloads

Quick Start

Import-Module ePOwerShell

$ePOwerShellServer = @{
    Server = 'your-epo-server.com'
    Port = 1234
    Credentials = (Get-Credential)
}

Set-ePOwerShellServer @ePOwershellServer

From here, you're able to use the rest of the functions:

$Computer = Find-ePOwerShellComputerSystem $env:ComputerName

The rest of the functions are detailed further in the wiki.