-
Notifications
You must be signed in to change notification settings - Fork 8
Get ePOTable
Michael Arranaga edited this page Aug 30, 2019
·
1 revision
Finds available tables in the ePO database
Get-ePOTable [<CommonParameters>]
Finds all available tables from the ePO database. Number of tables accessable may depend on your security permissions.
$Tables = Get-ePOTable
Gets all available tables
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.