Import-Module ePOwerShell
$ePOwerShellServer=@{
Server='https://your-epo-server.com'Port=1234Credentials= (Get-Credential)
AllowSelfSignedCerts=$True
}
Set-ePOConfig@ePOwershellServerFrom here, you're able to use the rest of the functions:
$Computer=Get-ePOComputer$env:ComputerNameThe rest of the functions are detailed further in the wiki.
If you don't want to do Set-ePOConfig every time you load powershell, try Save-ePOConfig.