Skip to content

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

License

Notifications You must be signed in to change notification settings

zack-is-cool/ePOwerShell

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%