Skip to content

Get ePOConfig

Michael Arranaga edited this page Aug 30, 2019 · 1 revision

external help file: ePOwerShell-help.xml Module Name: ePOwerShell online version: schema: 2.0.0

Get-ePOConfig

SYNOPSIS

Returns saved $ePOwerShell settings

SYNTAX

Get-ePOConfig [<CommonParameters>]

DESCRIPTION

Returns an ePOConfig object of the saved information necessary to communicate with the ePO server

EXAMPLES

EXAMPLE 1

$Config = Get-ePOConfig

Returns the currently set configuration for connecting to the ePO server.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Collections.Hashtable

NOTES

RELATED LINKS

Clone this wiki locally