Import-Module ePOwerShell
$ePOwerShellServer=@{
Server='your-epo-server.com'Port=1234Credentials= (Get-Credential)
}
Set-ePOwerShellServer@ePOwershellServerFrom here, you're able to use the rest of the functions:
$Computer=Find-ePOwerShellComputerSystem$env:ComputerNameThe rest of the functions are detailed further in the wiki.