Skip to content

Import AcmaObjects

Ryan Newington edited this page May 26, 2022 · 4 revisions

Import-AcmaObjects

Description

Imports objects from an XML file into the ACMA database

Syntax

Import-AcmaObjects -FileName <string>

Parameters

FileName

The name of the file containing the ACMA objects to import

Examples

Import-AcmaObjects -FileName "D:\temp\objects_to_import.xml"
Clone this wiki locally