You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raymond Piller edited this page Apr 4, 2016
·
11 revisions
This PowerShell Class allows you to easily connect to and work with your McAfee ePO Server in PowerShell 5.0+.
If you've got a script that's using this, feel free to use a settings.json file to store your ePO settings. You can use the settings_SAMPLE.json as a guide.
Quick Start
Make sure ePOwerShell.ps1 is imported:
. .\ePOwerShell.ps1
Then, create a settings.json. Next, let's instantiate the ePO class on $ePO: