SkillAgentSearch skills...

EPOwerShell

This PowerShell module allows you to easily connect to and work with your McAfee ePO Server in PowerShell 5.0+.

Install / Use

/learn @UNT-CAS/EPOwerShell
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Build status version downloads

Quick Start

Import-Module ePOwerShell

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

Set-ePOConfig @ePOwershellServer

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

$Computer = Get-ePOComputer $env:ComputerName

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

Tips and Tricks

Save ePO Config

If you don't want to do Set-ePOConfig every time you load powershell, try Save-ePOConfig.

View on GitHub
GitHub Stars32
CategoryDevelopment
Updated10mo ago
Forks8

Languages

PowerShell

Security Score

82/100

Audited on May 17, 2025

No findings