Skip to content

Get ePOTable

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-ePOTable

SYNOPSIS

Finds available tables in the ePO database

SYNTAX

Get-ePOTable [<CommonParameters>]

DESCRIPTION

Finds all available tables from the ePO database. Number of tables accessable may depend on your security permissions.

EXAMPLES

EXAMPLE 1

$Tables = Get-ePOTable

Gets all available tables

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.Object[]

NOTES

RELATED LINKS

Clone this wiki locally